Skip to content

Commit

Permalink
chore(deps): bump golang.org/x/net in /tool/config-generator
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.23.0.
- [Commits](golang/net@v0.5.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 19, 2024
1 parent 0eb9ec4 commit 3983b89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 154 deletions.
24 changes: 2 additions & 22 deletions tool/config-generator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,13 @@ module berty.tech/berty/v2/tool/config-generator
go 1.18

require (
berty.tech/weshnet v1.0.1
berty.tech/berty/v2 v2.470.1
github.com/mdp/qrterminal/v3 v3.0.0
gopkg.in/yaml.v3 v3.0.1
moul.io/u v1.27.0
)

require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
github.com/gofrs/uuid v4.3.1+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/klauspost/cpuid/v2 v2.1.1 // indirect
github.com/libp2p/go-libp2p v0.23.3 // indirect
github.com/libp2p/go-openssl v0.1.0 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd // indirect
google.golang.org/grpc v1.50.1 // indirect
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8 // indirect
go.uber.org/multierr v1.11.0 // indirect
rsc.io/qr v0.2.0 // indirect
)

0 comments on commit 3983b89

Please sign in to comment.