Skip to content

Commit d0bd88c

Browse files
Bump golang.org/x/net from 0.7.0 to 0.33.0 in /fieldmask
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.33.0. - [Commits](golang/net@v0.7.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4085ee commit d0bd88c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fieldmask/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/xdg-go/stringprep v1.0.2 // indirect
2222
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
2323
golang.org/x/crypto v0.31.0 // indirect
24-
golang.org/x/net v0.21.0 // indirect
24+
golang.org/x/net v0.33.0 // indirect
2525
golang.org/x/sync v0.10.0 // indirect
2626
golang.org/x/sys v0.28.0 // indirect
2727
golang.org/x/text v0.21.0 // indirect

fieldmask/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73r
128128
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
129129
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
130130
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
131-
golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4=
132-
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
131+
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
132+
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
133133
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
134134
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
135135
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)