Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
Tidy to fix incorrect dep in go.mod
  • Loading branch information
colmsnowplow committed Jun 5, 2024
1 parent c8c94f8 commit 31a4b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/xdg/scram v1.0.5
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.19.0 // indirect
golang.org/x/oauth2 v0.19.0
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/api v0.172.0 // indirect
Expand Down

0 comments on commit 31a4b09

Please sign in to comment.