Skip to content

Commit

Permalink
fix go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-0 committed Dec 23, 2024
1 parent d6dda03 commit 1613818
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 @@ -101,6 +101,7 @@ require (
go.uber.org/goleak v1.3.0
golang.org/x/mod v0.20.0
golang.org/x/oauth2 v0.18.0
golang.org/x/sync v0.10.0
golang.org/x/sys v0.28.0
golang.org/x/time v0.6.0
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
Expand Down Expand Up @@ -295,7 +296,6 @@ require (
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.24.0 // indirect
Expand Down

0 comments on commit 1613818

Please sign in to comment.