Skip to content

Commit

Permalink
release v0.7.0 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac authored Aug 22, 2024
1 parent 86c9f4b commit 0b415c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/hasura-ndc-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/alecthomas/kong v0.9.0
github.com/fatih/structtag v1.2.0
github.com/google/uuid v1.6.0
github.com/hasura/ndc-sdk-go v0.6.0
github.com/hasura/ndc-sdk-go v0.6.6-0.20240822042226-86c9f4be4faa
github.com/rs/zerolog v1.33.0
github.com/stretchr/testify v1.9.0
golang.org/x/mod v0.17.0
Expand Down
4 changes: 2 additions & 2 deletions cmd/hasura-ndc-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/hasura/ndc-sdk-go v0.6.0 h1:o3nqjLsYJWZDqUC2GR3Cy/vdUJuzyr7wc7lDivYQ8Js=
github.com/hasura/ndc-sdk-go v0.6.0/go.mod h1:Rqagv8hcpiTeyZaorWxuVQaJuG9NzlzaxWQWaY5WMoc=
github.com/hasura/ndc-sdk-go v0.6.6-0.20240822042226-86c9f4be4faa h1:XeOZ4tXsFBGPph65bXgvYbIfhgUObJ2C9GDElKTa1Uw=
github.com/hasura/ndc-sdk-go v0.6.6-0.20240822042226-86c9f4be4faa/go.mod h1:Rqagv8hcpiTeyZaorWxuVQaJuG9NzlzaxWQWaY5WMoc=
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
Expand Down
2 changes: 1 addition & 1 deletion example/reference/go.mod.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/hasura/ndc-sdk-go-reference
go 1.19

require (
github.com/hasura/ndc-sdk-go v0.6.0
github.com/hasura/ndc-sdk-go v0.7.0
github.com/rs/zerolog v1.32.0
)

0 comments on commit 0b415c6

Please sign in to comment.