You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
770 B
23 lines
770 B
module git.aiterp.net/stufflog/server
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.11.3
|
|
github.com/Masterminds/squirrel v1.2.0
|
|
github.com/gin-gonic/gin v1.6.2
|
|
github.com/go-ini/ini v1.56.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/minio/minio-go v6.0.14+incompatible
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pressly/goose v2.6.0+incompatible
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
github.com/vektah/gqlparser/v2 v2.0.1
|
|
golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8
|
|
golang.org/x/tools v0.0.0-20200114235610-7ae403b6b589
|
|
gopkg.in/ini.v1 v1.56.0 // indirect
|
|
)
|