@@ -3,7 +3,7 @@ module github.com/openfaas/faasd
3
3
go 1.21
4
4
5
5
require (
6
- github.com/alexellis/arkade v0.0.0-20240110152347-3c1c94f17d11
6
+ github.com/alexellis/arkade v0.0.0-20240124171646-67314ef9f9c3
7
7
github.com/compose-spec/compose-go v0.0.0-20200528042322-36d8ce368e05
8
8
github.com/containerd/containerd v1.7.0
9
9
github.com/containerd/go-cni v1.1.9
@@ -23,7 +23,7 @@ require (
23
23
github.com/vishvananda/netlink v1.2.1-beta.2
24
24
github.com/vishvananda/netns v0.0.4
25
25
golang.org/x/sys v0.16.0
26
- k8s.io/apimachinery v0.29.0
26
+ k8s.io/apimachinery v0.29.1
27
27
)
28
28
29
29
require github.com/alexellis/go-execute/v2 v2.2.1
@@ -56,6 +56,7 @@ require (
56
56
github.com/imdario/mergo v0.3.14 // indirect
57
57
github.com/inconshreveable/mousetrap v1.1.0 // indirect
58
58
github.com/klauspost/compress v1.17.4 // indirect
59
+ github.com/kr/text v0.2.0 // indirect
59
60
github.com/mattn/go-shellwords v1.0.12 // indirect
60
61
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
61
62
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -65,7 +66,7 @@ require (
65
66
github.com/moby/sys/signal v0.7.0 // indirect
66
67
github.com/opencontainers/go-digest v1.0.0 // indirect
67
68
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
68
- github.com/opencontainers/runc v1.1.5 // indirect
69
+ github.com/opencontainers/runc v1.1.12 // indirect
69
70
github.com/opencontainers/selinux v1.11.0 // indirect
70
71
github.com/prometheus/client_golang v1.18.0 // indirect
71
72
github.com/prometheus/client_model v0.5.0 // indirect
@@ -82,7 +83,7 @@ require (
82
83
golang.org/x/net v0.20.0 // indirect
83
84
golang.org/x/sync v0.6.0 // indirect
84
85
golang.org/x/text v0.14.0 // indirect
85
- golang.org/x/tools v0.16.1 // indirect
86
+ golang.org/x/tools v0.17.0 // indirect
86
87
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
87
88
google.golang.org/grpc v1.56.3 // indirect
88
89
google.golang.org/protobuf v1.31.0 // indirect
0 commit comments