Skip to content

Commit 2c0292a

Browse files
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /_examples/kafka-api (#2079)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](golang/net@v0.4.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7de0b4 commit 2c0292a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

_examples/kafka-api/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ require (
6060
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
6161
github.com/yosssi/ace v0.0.5 // indirect
6262
golang.org/x/crypto v0.4.0 // indirect
63-
golang.org/x/net v0.4.0 // indirect
64-
golang.org/x/sys v0.3.0 // indirect
65-
golang.org/x/text v0.5.0 // indirect
63+
golang.org/x/net v0.7.0 // indirect
64+
golang.org/x/sys v0.5.0 // indirect
65+
golang.org/x/text v0.7.0 // indirect
6666
golang.org/x/time v0.3.0 // indirect
6767
google.golang.org/protobuf v1.28.1 // indirect
6868
gopkg.in/ini.v1 v1.67.0 // indirect

_examples/kafka-api/go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)