Skip to content

Commit

Permalink
fix: update gqlgen
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Jan 9, 2024
1 parent 6842b5c commit bc6eb0f
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 208 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ license-dir:
download-tools:
go install golang.org/x/tools/cmd/goimports@v0.1.10
go install github.com/gobuffalo/packr/v2/packr2@v2.7.1

go install github.com/99designs/gqlgen@v0.17.42

generate-go:
go run hack/gqlgen/gqlgen.go
gqlgen

generate-js:
(cd ui && yarn generate)
Expand Down
20 changes: 9 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ module github.com/traggo/server

require (
cloud.google.com/go v0.34.0 // indirect
github.com/99designs/gqlgen v0.9.0
github.com/agnivade/levenshtein v1.0.2 // indirect
github.com/99designs/gqlgen v0.17.42
github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gobuffalo/packr/v2 v2.2.0
github.com/gofrs/uuid v3.1.0+incompatible // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/gorilla/mux v1.7.2
github.com/gorilla/websocket v1.4.0 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
Expand All @@ -25,12 +22,13 @@ require (
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/rs/zerolog v1.11.0
github.com/stretchr/testify v1.4.0
github.com/vektah/gqlparser v1.1.2
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
golang.org/x/sys v0.0.0-20190520201301-c432e742b0af // indirect
golang.org/x/tools v0.0.0-20190521171243-7927dbab1be7 // indirect
github.com/sosodev/duration v1.2.0 // indirect
github.com/stretchr/testify v1.8.2
github.com/vektah/gqlparser/v2 v2.5.10
golang.org/x/crypto v0.16.0
golang.org/x/sys v0.16.0 // indirect
golang.org/x/tools v0.16.1 // indirect
google.golang.org/appengine v1.3.0 // indirect
)

go 1.13
go 1.16
Loading

0 comments on commit bc6eb0f

Please sign in to comment.