mirror of https://github.com/JustKato/FreePad.git
19 lines
631 B
Modula-2
19 lines
631 B
Modula-2
module github.com/JustKato/FreePad
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/golang-migrate/migrate v3.5.4+incompatible
|
|
github.com/golang-migrate/migrate/v4 v4.15.2
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.13 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/ulule/limiter/v3 v3.10.0
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|