1
1
module github.com/steadybit/extension-azure
2
2
3
3
go 1.22.0
4
-
5
- toolchain go1.22.2
4
+ toolchain go1.23.2
6
5
7
6
require (
8
7
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
@@ -12,9 +11,9 @@ require (
12
11
github.com/KimMachineGun/automemlimit v0.6.1
13
12
github.com/kelseyhightower/envconfig v1.4.0
14
13
github.com/rs/zerolog v1.33.0
15
- github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3-beta.2
14
+ github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3
16
15
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.10
17
- github.com/steadybit/action-kit/go/action_kit_test v1.2.15
16
+ github.com/steadybit/action-kit/go/action_kit_test v1.3.0
18
17
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.6.0
19
18
github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.2.0
20
19
github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.1.1
@@ -31,25 +30,27 @@ require (
31
30
github.com/cilium/ebpf v0.15.0 // indirect
32
31
github.com/containerd/cgroups/v3 v3.0.3 // indirect
33
32
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
34
- github.com/davecgh/go-spew v1.1.1 // indirect
33
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
35
34
github.com/docker/go-units v0.5.0 // indirect
36
35
github.com/elastic/go-sysinfo v1.14.1 // indirect
37
36
github.com/elastic/go-windows v1.0.2 // indirect
38
- github.com/emicklei/go-restful/v3 v3.11.0 // indirect
39
- github.com/getkin/kin-openapi v0.127.0 // indirect
40
- github.com/go-logr/logr v1.4.1 // indirect
37
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
38
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
39
+ github.com/getkin/kin-openapi v0.128.0 // indirect
40
+ github.com/go-logr/logr v1.4.2 // indirect
41
41
github.com/go-openapi/jsonpointer v0.21.0 // indirect
42
- github.com/go-openapi/jsonreference v0.20.2 // indirect
42
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
43
43
github.com/go-openapi/swag v0.23.0 // indirect
44
- github.com/go-resty/resty/v2 v2.15.0 // indirect
44
+ github.com/go-resty/resty/v2 v2.15.3 // indirect
45
45
github.com/godbus/dbus/v5 v5.1.0 // indirect
46
46
github.com/gogo/protobuf v1.3.2 // indirect
47
47
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
48
48
github.com/golang/protobuf v1.5.4 // indirect
49
49
github.com/google/gnostic-models v0.6.8 // indirect
50
+ github.com/google/go-cmp v0.6.0 // indirect
50
51
github.com/google/gofuzz v1.2.0 // indirect
51
52
github.com/google/uuid v1.6.0 // indirect
52
- github.com/gorilla/websocket v1.5.0 // indirect
53
+ github.com/gorilla/websocket v1.5.3 // indirect
53
54
github.com/imdario/mergo v0.3.16 // indirect
54
55
github.com/invopop/yaml v0.3.1 // indirect
55
56
github.com/josharian/intern v1.0.0 // indirect
@@ -58,7 +59,7 @@ require (
58
59
github.com/mailru/easyjson v0.7.7 // indirect
59
60
github.com/mattn/go-colorable v0.1.13 // indirect
60
61
github.com/mattn/go-isatty v0.0.20 // indirect
61
- github.com/moby/spdystream v0.2 .0 // indirect
62
+ github.com/moby/spdystream v0.5 .0 // indirect
62
63
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
63
64
github.com/modern-go/reflect2 v1.0.2 // indirect
64
65
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
@@ -69,36 +70,36 @@ require (
69
70
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
70
71
github.com/perimeterx/marshmallow v1.1.5 // indirect
71
72
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
72
- github.com/pmezard/go-difflib v1.0.0 // indirect
73
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
73
74
github.com/prometheus/procfs v0.15.1 // indirect
74
75
github.com/rs/xid v1.6.0 // indirect
75
76
github.com/sirupsen/logrus v1.9.3 // indirect
76
77
github.com/spf13/pflag v1.0.5 // indirect
77
78
github.com/stretchr/objx v0.5.2 // indirect
79
+ github.com/x448/float16 v0.8.4 // indirect
78
80
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
79
81
github.com/zmwangx/debounce v1.0.0 // indirect
80
- golang.org/x/crypto v0.26 .0 // indirect
82
+ golang.org/x/crypto v0.28 .0 // indirect
81
83
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
82
- golang.org/x/net v0.28 .0 // indirect
83
- golang.org/x/oauth2 v0.13 .0 // indirect
84
+ golang.org/x/net v0.30 .0 // indirect
85
+ golang.org/x/oauth2 v0.23 .0 // indirect
84
86
golang.org/x/sync v0.8.0 // indirect
85
- golang.org/x/sys v0.24.0 // indirect
86
- golang.org/x/term v0.23.0 // indirect
87
- golang.org/x/text v0.17.0 // indirect
88
- golang.org/x/time v0.6.0 // indirect
89
- google.golang.org/appengine v1.6.8 // indirect
90
- google.golang.org/protobuf v1.34.2 // indirect
87
+ golang.org/x/sys v0.26.0 // indirect
88
+ golang.org/x/term v0.25.0 // indirect
89
+ golang.org/x/text v0.19.0 // indirect
90
+ golang.org/x/time v0.7.0 // indirect
91
+ google.golang.org/protobuf v1.35.1 // indirect
91
92
gopkg.in/inf.v0 v0.9.1 // indirect
92
93
gopkg.in/yaml.v2 v2.4.0 // indirect
93
94
gopkg.in/yaml.v3 v3.0.1 // indirect
94
95
howett.net/plist v1.0.1 // indirect
95
- k8s.io/api v0.30.2 // indirect
96
- k8s.io/apimachinery v0.30.2 // indirect
97
- k8s.io/client-go v0.30.2 // indirect
98
- k8s.io/klog/v2 v2.120 .1 // indirect
99
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
100
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
101
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
96
+ k8s.io/api v0.31.1 // indirect
97
+ k8s.io/apimachinery v0.31.1 // indirect
98
+ k8s.io/client-go v0.31.1 // indirect
99
+ k8s.io/klog/v2 v2.130 .1 // indirect
100
+ k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
101
+ k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
102
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
102
103
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
103
- sigs.k8s.io/yaml v1.3 .0 // indirect
104
+ sigs.k8s.io/yaml v1.4 .0 // indirect
104
105
)
0 commit comments