@@ -6,13 +6,14 @@ require (
66 github.com/Masterminds/sprig/v3 v3.3.0
77 github.com/blang/semver/v4 v4.0.0
88 github.com/cenkalti/backoff/v4 v4.3.0
9+ github.com/containerd/errdefs v1.0.0
910 github.com/coreos/go-iptables v0.8.0
1011 github.com/datawire/argo-rollouts-go-client v0.0.0-20241216133646-cb1073556c99
1112 github.com/datawire/dlib v1.3.1
1213 github.com/datawire/dtest v0.0.0-20210928162311-722b199c4c2f
1314 github.com/datawire/envconfig v0.0.0-20221012222025-09524dc7d59b
1415 github.com/datawire/go-ftpserver v0.1.3
15- github.com/docker/docker v28.2.1 +incompatible
16+ github.com/docker/docker v28.2.2 +incompatible
1617 github.com/docker/go-units v0.5.0
1718 github.com/fsnotify/fsnotify v1.9.0
1819 github.com/go-json-experiment/json v0.0.0-20250517221953-25912455fbc8
@@ -40,22 +41,21 @@ require (
4041 github.com/telepresenceio/go-fuseftp/rpc v0.6.6
4142 github.com/telepresenceio/telepresence/rpc/v2 v2.22.6
4243 github.com/vishvananda/netlink v1.3.1
43- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
44- golang.org/x/net v0.40.0
44+ golang.org/x/net v0.41.0
4545 golang.org/x/sys v0.33.0
4646 golang.org/x/term v0.32.0
4747 golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
4848 golang.zx2c4.com/wireguard/windows v0.5.3
49- google.golang.org/grpc v1.72.2
49+ google.golang.org/grpc v1.73.0
5050 google.golang.org/protobuf v1.36.6
51- gvisor.dev/gvisor v0.0.0-20250523182742-eede7a881b20
52- helm.sh/helm/v3 v3.18.1
51+ gvisor.dev/gvisor v0.0.0-20250606001031-fa4c4dd86b43
52+ helm.sh/helm/v3 v3.18.2
5353 k8s.io/api v0.33.1
5454 k8s.io/apimachinery v0.33.1
5555 k8s.io/cli-runtime v0.33.1
5656 k8s.io/client-go v0.33.1
5757 k8s.io/kubectl v0.33.1
58- k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
58+ k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
5959 sigs.k8s.io/yaml v1.4.0
6060)
6161
@@ -74,7 +74,6 @@ require (
7474 github.com/cespare/xxhash/v2 v2.3.0 // indirect
7575 github.com/chai2010/gettext-go v1.0.3 // indirect
7676 github.com/containerd/containerd v1.7.27 // indirect
77- github.com/containerd/errdefs v1.0.0 // indirect
7877 github.com/containerd/errdefs/pkg v0.3.0 // indirect
7978 github.com/containerd/log v0.1.0 // indirect
8079 github.com/containerd/platforms v0.2.1 // indirect
@@ -88,7 +87,7 @@ require (
8887 github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
8988 github.com/fatih/camelcase v1.0.0 // indirect
9089 github.com/fatih/color v1.18.0 // indirect
91- github.com/fclairamb/ftpserverlib v0.25 .0 // indirect
90+ github.com/fclairamb/ftpserverlib v0.26 .0 // indirect
9291 github.com/fclairamb/go-log v0.5.0 // indirect
9392 github.com/felixge/httpsnoop v1.0.4 // indirect
9493 github.com/fxamacker/cbor/v2 v2.8.0 // indirect
@@ -147,7 +146,7 @@ require (
147146 github.com/rubenv/sql-migrate v1.8.0 // indirect
148147 github.com/russross/blackfriday/v2 v2.1.0 // indirect
149148 github.com/shopspring/decimal v1.4.0 // indirect
150- github.com/spf13/cast v1.8.0 // indirect
149+ github.com/spf13/cast v1.9.2 // indirect
151150 github.com/vishvananda/netns v0.0.5 // indirect
152151 github.com/winfsp/cgofuse v1.6.0 // indirect
153152 github.com/x448/float16 v0.8.4 // indirect
@@ -160,15 +159,15 @@ require (
160159 go.opentelemetry.io/otel v1.36.0 // indirect
161160 go.opentelemetry.io/otel/metric v1.36.0 // indirect
162161 go.opentelemetry.io/otel/trace v1.36.0 // indirect
163- golang.org/x/crypto v0.38 .0 // indirect
164- golang.org/x/mod v0.24 .0 // indirect
162+ golang.org/x/crypto v0.39 .0 // indirect
163+ golang.org/x/mod v0.25 .0 // indirect
165164 golang.org/x/oauth2 v0.30.0 // indirect
166- golang.org/x/sync v0.14 .0 // indirect
167- golang.org/x/text v0.25 .0 // indirect
168- golang.org/x/time v0.11 .0 // indirect
169- golang.org/x/tools v0.33 .0 // indirect
165+ golang.org/x/sync v0.15 .0 // indirect
166+ golang.org/x/text v0.26 .0 // indirect
167+ golang.org/x/time v0.12 .0 // indirect
168+ golang.org/x/tools v0.34 .0 // indirect
170169 golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
171- google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
170+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
172171 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
173172 gopkg.in/inf.v0 v0.9.1 // indirect
174173 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments