Skip to content

Commit

Permalink
Bump github.com/onmetal/metal-api from 0.9.4 to 0.10.3
Browse files Browse the repository at this point in the history
Bumps [github.com/onmetal/metal-api](https://github.com/onmetal/metal-api) from 0.9.4 to 0.10.3.
- [Release notes](https://github.com/onmetal/metal-api/releases)
- [Commits](https://github.com/onmetal/metal-api/compare/v0.9.4...v0.10.3)

---
updated-dependencies:
- dependency-name: github.com/onmetal/metal-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 16, 2023
1 parent c204146 commit d7a5c8c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 49 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/insomniacslk/dhcp v0.0.0-20211209223715-7d93572ebe8e
github.com/mdlayher/netx v0.0.0-20230430222610-7e21880baee8
github.com/onmetal/ipam v0.0.26
github.com/onmetal/metal-api v0.9.4
github.com/onmetal/metal-api v0.10.3
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
Expand All @@ -34,12 +34,11 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down Expand Up @@ -70,7 +69,7 @@ require (
github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 // indirect
go4.org/netipx v0.0.0-20230728184502-ec4c8b891b28 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/exp v0.0.0-20221212164502-fae10dda9338 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.9.0 // indirect
golang.org/x/sync v0.3.0 // indirect
Expand All @@ -91,6 +90,6 @@ require (
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)
Loading

0 comments on commit d7a5c8c

Please sign in to comment.