-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump golang.org/x/net from 0.0.0-20190213061140-3a22650c66bd to 0.23.0 (
#39) * Bump golang.org/x/net from 0.0.0-20190213061140-3a22650c66bd to 0.23.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190213061140-3a22650c66bd to 0.23.0. - [Commits](https://github.com/golang/net/commits/v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump minimum supported Go version to 1.18 to match dependencies * go mod tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Starich <[email protected]>
- Loading branch information
1 parent
1939ed0
commit 02304e4
Showing
3 changed files
with
22 additions
and
8 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
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,13 +1,20 @@ | ||
module github.com/nautilus/graphql | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/graph-gophers/dataloader v5.0.0+incompatible | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/opentracing/opentracing-go v1.0.2 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/stretchr/testify v1.8.0 | ||
github.com/vektah/gqlparser/v2 v2.0.1 | ||
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect | ||
) | ||
|
||
go 1.13 | ||
require ( | ||
github.com/agnivade/levenshtein v1.0.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/opentracing/opentracing-go v1.0.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // 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