Skip to content

Commit 0777361

Browse files
authored
Merge pull request #18 from ncode/dependabot/go_modules/golang.org/x/net-0.23.0
Bump golang.org/x/net from 0.20.0 to 0.23.0
2 parents 7451a30 + 923cc3f commit 0777361

File tree

2 files changed

+21
-492
lines changed

2 files changed

+21
-492
lines changed

go.mod

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/spf13/cobra v1.8.0
1010
github.com/spf13/viper v1.18.2
1111
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
12-
golang.org/x/net v0.20.0
12+
golang.org/x/net v0.23.0
1313
)
1414

1515
require (
@@ -32,28 +32,23 @@ require (
3232
github.com/hashicorp/hcl v1.0.0 // indirect
3333
github.com/hashicorp/serf v0.10.1 // indirect
3434
github.com/inconshreveable/mousetrap v1.1.0 // indirect
35-
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
3635
github.com/magiconair/properties v1.8.7 // indirect
3736
github.com/mattn/go-colorable v0.1.13 // indirect
3837
github.com/mattn/go-isatty v0.0.20 // indirect
3938
github.com/mitchellh/go-homedir v1.1.0 // indirect
4039
github.com/mitchellh/mapstructure v1.5.0 // indirect
41-
github.com/pelletier/go-toml v1.9.5 // indirect
4240
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
4341
github.com/sagikazarmark/locafero v0.4.0 // indirect
4442
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
4543
github.com/sourcegraph/conc v0.3.0 // indirect
4644
github.com/spf13/afero v1.11.0 // indirect
4745
github.com/spf13/cast v1.6.0 // indirect
48-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
4946
github.com/spf13/pflag v1.0.5 // indirect
5047
github.com/stretchr/testify v1.8.4
5148
github.com/subosito/gotenv v1.6.0 // indirect
52-
go.uber.org/atomic v1.11.0 // indirect
5349
go.uber.org/multierr v1.11.0 // indirect
54-
golang.org/x/sys v0.16.0 // indirect
50+
golang.org/x/sys v0.18.0 // indirect
5551
golang.org/x/text v0.14.0 // indirect
5652
gopkg.in/ini.v1 v1.67.0 // indirect
57-
gopkg.in/yaml.v2 v2.4.0 // indirect
5853
gopkg.in/yaml.v3 v3.0.1 // indirect
5954
)

0 commit comments

Comments
 (0)