We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d12d4c commit 8b9e3a8Copy full SHA for 8b9e3a8
go.mod
@@ -107,6 +107,7 @@ require (
107
golang.org/x/oauth2 v0.28.0
108
golang.org/x/sync v0.16.0
109
golang.org/x/term v0.33.0
110
+ golang.org/x/time v0.5.0
111
google.golang.org/api v0.177.0
112
gopkg.in/yaml.v3 v3.0.1
113
gorm.io/driver/mysql v1.5.7
@@ -245,7 +246,6 @@ require (
245
246
go.uber.org/multierr v1.11.0 // indirect
247
golang.org/x/image v0.18.0 // indirect
248
golang.org/x/text v0.27.0 // indirect
- golang.org/x/time v0.5.0 // indirect
249
golang.org/x/tools v0.34.0 // indirect
250
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
251
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
0 commit comments