-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5be3435
commit 177caa5
Showing
2 changed files
with
84 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
module github.com/web-ridge/gqlgen-sqlboiler/v3 | ||
module github/web-ridge/gqlgen-sqlboiler | ||
|
||
go 1.14 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/99designs/gqlgen v0.11.3 | ||
github.com/friendsofgo/errors v0.9.2 // indirect | ||
github.com/iancoleman/strcase v0.1.3-0.20201122234759-77cf97e1f9dc | ||
github.com/rs/zerolog v1.20.0 | ||
github.com/vektah/gqlparser/v2 v2.0.1 | ||
github.com/volatiletech/strmangle v0.0.1 | ||
golang.org/x/mod v0.4.2 | ||
golang.org/x/tools v0.1.5 | ||
github.com/99designs/gqlgen v0.17.5 | ||
github.com/iancoleman/strcase v0.2.0 | ||
github.com/rs/zerolog v1.26.1 | ||
github.com/vektah/gqlparser/v2 v2.4.2 | ||
github.com/volatiletech/strmangle v0.0.4 | ||
github.com/web-ridge/gqlgen-sqlboiler/v3 v3.3.3 | ||
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 | ||
golang.org/x/tools v0.1.10 | ||
) | ||
|
||
require ( | ||
github.com/agnivade/levenshtein v1.1.1 // indirect | ||
github.com/volatiletech/inflect v0.0.1 // indirect | ||
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters