Skip to content

Commit

Permalink
Bump github.com/hasura/go-graphql-client from 0.10.1 to 0.10.2
Browse files Browse the repository at this point in the history
Bumps [github.com/hasura/go-graphql-client](https://github.com/hasura/go-graphql-client) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/hasura/go-graphql-client/releases)
- [Commits](hasura/go-graphql-client@v0.10.1...v0.10.2)

---
updated-dependencies:
- dependency-name: github.com/hasura/go-graphql-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent ae43b20 commit 96e7a3d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 53 deletions.
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/fhir/go v0.7.4
github.com/google/go-querystring v1.1.0
github.com/google/uuid v1.4.0
github.com/hasura/go-graphql-client v0.10.1
github.com/google/uuid v1.5.0
github.com/hasura/go-graphql-client v0.10.2
github.com/philips-software/go-hsdp-signer v1.4.0
github.com/stretchr/testify v1.8.4
golang.org/x/oauth2 v0.15.0
Expand All @@ -20,25 +20,23 @@ require (
bitbucket.org/creachadair/stringset v0.0.9 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gin-gonic/gin v1.9.1 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.7 // indirect
nhooyr.io/websocket v1.8.10 // indirect
)
Loading

0 comments on commit 96e7a3d

Please sign in to comment.