Skip to content

Commit b2a4129

Browse files
chore(deps): bump golang.org/x/net from 0.30.0 to 0.38.0 in /daemon/src
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.30.0 to 0.38.0. - [Commits](golang/net@v0.30.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01f81e6 commit b2a4129

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

daemon/src/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ require (
4343
go.uber.org/atomic v1.7.0 // indirect
4444
go.uber.org/multierr v1.6.0 // indirect
4545
go.uber.org/zap v1.19.1 // indirect
46-
golang.org/x/net v0.30.0 // indirect
46+
golang.org/x/net v0.38.0 // indirect
4747
golang.org/x/oauth2 v0.27.0 // indirect
48-
golang.org/x/sys v0.26.0 // indirect
49-
golang.org/x/term v0.25.0 // indirect
50-
golang.org/x/text v0.19.0 // indirect
48+
golang.org/x/sys v0.31.0 // indirect
49+
golang.org/x/term v0.30.0 // indirect
50+
golang.org/x/text v0.23.0 // indirect
5151
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
5252
golang.org/x/tools v0.26.0 // indirect
5353
google.golang.org/protobuf v1.35.1 // indirect

0 commit comments

Comments
 (0)