Skip to content

Commit

Permalink
Merge pull request #126 from shadowmere-xyz/update/golang.org-x-net-v…
Browse files Browse the repository at this point in the history
…0.33.0

Update golang.org/x/net to v0.33.0
  • Loading branch information
jadolg authored Dec 20, 2024
2 parents 6329796 + a6dd79e commit 4614ed8
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 6 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/slok/go-http-metrics v0.13.0
github.com/stretchr/testify v1.10.0
golang.org/x/net v0.32.0
golang.org/x/net v0.33.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.59.1 // indirect
github.com/prometheus/common v0.61.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
google.golang.org/protobuf v1.36.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 4614ed8

Please sign in to comment.