Skip to content

Commit 23da4e2

Browse files
chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. - [Commits](golang/net@v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 666d357 commit 23da4e2

File tree

2 files changed

+16
-103
lines changed

2 files changed

+16
-103
lines changed

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/gen2brain/beeep v0.0.0-20230602101333-f384c29b62dd
88
github.com/gin-gonic/gin v1.9.1
99
github.com/kelseyhightower/envconfig v1.4.0
10+
github.com/stretchr/testify v1.8.4
1011
go.uber.org/zap v1.26.0
1112
gopkg.in/yaml.v2 v2.4.0
1213
)
@@ -39,17 +40,15 @@ require (
3940
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
4041
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
4142
github.com/pmezard/go-difflib v1.0.0 // indirect
42-
github.com/stretchr/objx v0.5.0 // indirect
43-
github.com/stretchr/testify v1.8.4 // indirect
4443
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
4544
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
4645
github.com/ugorji/go/codec v1.2.11 // indirect
4746
github.com/x448/float16 v0.8.4 // indirect
4847
go.uber.org/multierr v1.10.0 // indirect
4948
golang.org/x/arch v0.5.0 // indirect
50-
golang.org/x/crypto v0.13.0 // indirect
51-
golang.org/x/net v0.15.0 // indirect
52-
golang.org/x/sys v0.12.0 // indirect
49+
golang.org/x/crypto v0.14.0 // indirect
50+
golang.org/x/net v0.17.0 // indirect
51+
golang.org/x/sys v0.13.0 // indirect
5352
golang.org/x/text v0.13.0 // indirect
5453
google.golang.org/protobuf v1.31.0 // indirect
5554
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect

0 commit comments

Comments
 (0)