Skip to content

Commit fe15ab7

Browse files
authored
Merge pull request #324 from sunya-ch/upgrade-multi-nicd-go
chore(deps): bump golang.org/x/oauth2 in /daemon/src
2 parents 93eab92 + abe54dd commit fe15ab7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

daemon/src/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@ require (
4444
go.uber.org/multierr v1.6.0 // indirect
4545
go.uber.org/zap v1.19.1 // indirect
4646
golang.org/x/net v0.30.0 // indirect
47-
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
47+
golang.org/x/oauth2 v0.27.0 // indirect
4848
golang.org/x/sys v0.26.0 // indirect
4949
golang.org/x/term v0.25.0 // indirect
5050
golang.org/x/text v0.19.0 // indirect
5151
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
5252
golang.org/x/tools v0.26.0 // indirect
53-
google.golang.org/appengine v1.6.7 // indirect
5453
google.golang.org/protobuf v1.35.1 // indirect
5554
gopkg.in/inf.v0 v0.9.1 // indirect
5655
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)