Skip to content

Commit

Permalink
build(deps): Bump github.com/metal-stack/go-ipam from 1.14.0 to 1.14.7
Browse files Browse the repository at this point in the history
Bumps [github.com/metal-stack/go-ipam](https://github.com/metal-stack/go-ipam) from 1.14.0 to 1.14.7.
- [Release notes](https://github.com/metal-stack/go-ipam/releases)
- [Commits](metal-stack/go-ipam@v1.14.0...v1.14.7)

---
updated-dependencies:
- dependency-name: github.com/metal-stack/go-ipam
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 9042676 commit d54d759
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 72 deletions.
31 changes: 15 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module github.com/loopholelabs/drafter

go 1.22.5

toolchain go1.22.6
toolchain go1.23.2

require (
github.com/coreos/go-iptables v0.8.0
Expand All @@ -11,7 +10,7 @@ require (
github.com/lithammer/shortuuid/v4 v4.0.0
github.com/loopholelabs/goroutine-manager v0.1.1
github.com/loopholelabs/silo v0.0.8
github.com/metal-stack/go-ipam v1.14.0
github.com/metal-stack/go-ipam v1.14.7
github.com/pojntfx/panrpc/go v0.0.0-20240913062914-ea5ef6b07692
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.4
Expand Down Expand Up @@ -54,23 +53,23 @@ require (
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20240424034433-3c2c7870ae76 // indirect
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
github.com/zclconf/go-cty v1.13.0 // indirect
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
go.etcd.io/etcd/client/v3 v3.5.14 // indirect
go.mongodb.org/mongo-driver v1.15.0 // indirect
go.etcd.io/etcd/api/v3 v3.5.15 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.15 // indirect
go.etcd.io/etcd/client/v3 v3.5.15 // indirect
go.mongodb.org/mongo-driver v1.16.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/grpc v1.64.1 // indirect
google.golang.org/protobuf v1.34.1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)
Loading

0 comments on commit d54d759

Please sign in to comment.