Skip to content

Commit b984509

Browse files
authored
Merge pull request #34 from kubero-dev/dependabot/go_modules/go_modules-b9ac453758
Bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group across 1 directory
2 parents 5729730 + 08e073a commit b984509

File tree

2 files changed

+31
-553
lines changed

2 files changed

+31
-553
lines changed

go.mod

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ require (
3030
github.com/skeema/knownhosts v1.2.2 // indirect
3131
github.com/sourcegraph/conc v0.3.0 // indirect
3232
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
33-
go.uber.org/atomic v1.11.0 // indirect
3433
go.uber.org/multierr v1.11.0 // indirect
3534
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
3635
golang.org/x/mod v0.16.0 // indirect
@@ -41,7 +40,6 @@ require (
4140
github.com/AlecAivazis/survey/v2 v2.3.7
4241
github.com/Microsoft/go-winio v0.6.1 // indirect
4342
github.com/ProtonMail/go-crypto v1.0.0 // indirect
44-
github.com/acomagu/bufpipe v1.0.4 // indirect
4543
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4644
github.com/emirpasic/gods v1.18.1 // indirect
4745
github.com/fatih/color v1.16.0 // indirect
@@ -64,21 +62,18 @@ require (
6462
github.com/mattn/go-colorable v0.1.13 // indirect
6563
github.com/mattn/go-isatty v0.0.20 // indirect
6664
github.com/mattn/go-runewidth v0.0.15 // indirect
67-
github.com/mitchellh/go-homedir v1.1.0 // indirect
6865
github.com/mitchellh/mapstructure v1.5.0 // indirect
6966
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7067
github.com/modern-go/reflect2 v1.0.2 // indirect
71-
github.com/pelletier/go-toml v1.9.5 // indirect
7268
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
7369
github.com/sergi/go-diff v1.3.1 // indirect
7470
github.com/spf13/afero v1.11.0 // indirect
7571
github.com/spf13/cast v1.6.0 // indirect
76-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
7772
github.com/spf13/pflag v1.0.5 // indirect
7873
github.com/subosito/gotenv v1.6.0 // indirect
7974
github.com/xanzy/ssh-agent v0.3.3 // indirect
8075
golang.org/x/crypto v0.21.0
81-
golang.org/x/net v0.22.0 // indirect
76+
golang.org/x/net v0.23.0 // indirect
8277
golang.org/x/oauth2 v0.18.0 // indirect
8378
golang.org/x/sys v0.18.0 // indirect
8479
golang.org/x/term v0.18.0 // indirect

0 commit comments

Comments
 (0)