Skip to content

Commit 4d77d78

Browse files
authored
build(deps): update to github.com/siderolabs/omni/client@v1.8.2 (#53)
Update to `github.com/siderolabs/omni/client@v1.8.2`, which required bumping the Go version to `v1.26.3`.
1 parent 90003ab commit 4d77d78

3 files changed

Lines changed: 73 additions & 75 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION ?= v0.4.0
2-
GO_CONTAINER_IMAGE ?= docker.io/golang:1.26.2
2+
GO_CONTAINER_IMAGE ?= docker.io/golang:1.26.3
33

44
# Set this to non-empty when building and pushing a release.
55
RELEASE ?=

go.mod

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/oxidecomputer/omni-infra-provider-oxide
22

3-
go 1.26.2
3+
go 1.26.3
44

55
require (
66
github.com/ardanlabs/conf/v3 v3.9.0
7-
github.com/cosi-project/runtime v1.15.1
7+
github.com/cosi-project/runtime v1.16.0
88
github.com/oxidecomputer/oxide.go v0.9.0
9-
github.com/siderolabs/omni/client v1.7.3
9+
github.com/siderolabs/omni/client v1.8.2
1010
github.com/ulikunitz/xz v0.5.15
11-
go.uber.org/zap v1.27.1
11+
go.uber.org/zap v1.28.0
1212
golang.org/x/sync v0.20.0
1313
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
1414
gopkg.in/yaml.v3 v3.0.1
@@ -51,13 +51,13 @@ require (
5151
github.com/google/gnostic-models v0.7.1 // indirect
5252
github.com/google/go-cmp v0.7.0 // indirect
5353
github.com/google/uuid v1.6.0 // indirect
54-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
54+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
5555
github.com/hashicorp/errwrap v1.1.0 // indirect
5656
github.com/hashicorp/go-multierror v1.1.1 // indirect
5757
github.com/jsimonetti/rtnetlink/v2 v2.2.1-0.20260317095713-310581b9c6ac // indirect
5858
github.com/json-iterator/go v1.1.12 // indirect
5959
github.com/jxskiss/base62 v1.1.0 // indirect
60-
github.com/klauspost/compress v1.18.5 // indirect
60+
github.com/klauspost/compress v1.18.6 // indirect
6161
github.com/mdlayher/ethtool v0.6.0 // indirect
6262
github.com/mdlayher/genetlink v1.4.0 // indirect
6363
github.com/mdlayher/netlink v1.11.2 // indirect
@@ -78,41 +78,39 @@ require (
7878
github.com/siderolabs/gen v0.8.6 // indirect
7979
github.com/siderolabs/go-api-signature v0.3.12 // indirect
8080
github.com/siderolabs/go-pointer v1.0.1 // indirect
81-
github.com/siderolabs/image-factory v1.0.3 // indirect
81+
github.com/siderolabs/image-factory v1.2.0 // indirect
8282
github.com/siderolabs/net v0.4.0 // indirect
8383
github.com/siderolabs/proto-codec v0.1.4 // indirect
8484
github.com/siderolabs/protoenc v0.2.4 // indirect
8585
github.com/siderolabs/siderolink v0.3.16 // indirect
86-
github.com/siderolabs/talos/pkg/machinery v1.13.0-rc.0 // indirect
86+
github.com/siderolabs/talos/pkg/machinery v1.13.2 // indirect
8787
github.com/x448/float16 v0.8.4 // indirect
8888
github.com/xlab/treeprint v1.2.0 // indirect
89-
go.opentelemetry.io/otel v1.42.0 // indirect
90-
go.opentelemetry.io/otel/sdk/metric v1.42.0 // indirect
9189
go.uber.org/multierr v1.11.0 // indirect
9290
go.yaml.in/yaml/v2 v2.4.4 // indirect
9391
go.yaml.in/yaml/v3 v3.0.4 // indirect
9492
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
9593
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
96-
golang.org/x/crypto v0.50.0 // indirect
94+
golang.org/x/crypto v0.51.0 // indirect
9795
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
98-
golang.org/x/net v0.53.0 // indirect
96+
golang.org/x/net v0.55.0 // indirect
9997
golang.org/x/oauth2 v0.36.0 // indirect
100-
golang.org/x/sys v0.43.0 // indirect
101-
golang.org/x/term v0.42.0 // indirect
102-
golang.org/x/text v0.36.0 // indirect
98+
golang.org/x/sys v0.45.0 // indirect
99+
golang.org/x/term v0.43.0 // indirect
100+
golang.org/x/text v0.37.0 // indirect
103101
golang.org/x/time v0.15.0 // indirect
104102
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
105103
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb // indirect
106104
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10 // indirect
107-
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 // indirect
108-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect
109-
google.golang.org/grpc v1.80.0 // indirect
105+
google.golang.org/genproto/googleapis/api v0.0.0-20260504160031-60b97b32f348 // indirect
106+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260504160031-60b97b32f348 // indirect
107+
google.golang.org/grpc v1.81.0 // indirect
110108
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
111109
gopkg.in/inf.v0 v0.9.1 // indirect
112-
k8s.io/api v0.35.3 // indirect
113-
k8s.io/apimachinery v0.35.3 // indirect
114-
k8s.io/cli-runtime v0.35.3 // indirect
115-
k8s.io/client-go v0.35.3 // indirect
110+
k8s.io/api v0.35.4 // indirect
111+
k8s.io/apimachinery v0.35.4 // indirect
112+
k8s.io/cli-runtime v0.35.4 // indirect
113+
k8s.io/client-go v0.35.4 // indirect
116114
k8s.io/klog/v2 v2.140.0 // indirect
117115
k8s.io/kube-openapi v0.0.0-20260330154417-16be699c7b31 // indirect
118116
k8s.io/utils v0.0.0-20260319190234-28399d86e0b5 // indirect

0 commit comments

Comments
 (0)