Skip to content

Commit 8b9e3a8

Browse files
go mod tidy
1 parent 9d12d4c commit 8b9e3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ require (
107107
golang.org/x/oauth2 v0.28.0
108108
golang.org/x/sync v0.16.0
109109
golang.org/x/term v0.33.0
110+
golang.org/x/time v0.5.0
110111
google.golang.org/api v0.177.0
111112
gopkg.in/yaml.v3 v3.0.1
112113
gorm.io/driver/mysql v1.5.7
@@ -245,7 +246,6 @@ require (
245246
go.uber.org/multierr v1.11.0 // indirect
246247
golang.org/x/image v0.18.0 // indirect
247248
golang.org/x/text v0.27.0 // indirect
248-
golang.org/x/time v0.5.0 // indirect
249249
golang.org/x/tools v0.34.0 // indirect
250250
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
251251
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect

0 commit comments

Comments
 (0)