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.
18 lines
548 B
18 lines
548 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-sql-driver/mysql v1.5.0
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pressly/goose v2.6.0+incompatible
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
github.com/vektah/dataloaden v0.2.1-0.20190515034641-a19b9a6e7c9e
|
|
github.com/vektah/gqlparser/v2 v2.0.1
|
|
golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8
|
|
)
|