1
1
module github.com/steadybit/extension-jvm
2
2
3
- go 1.22.0
4
-
5
- toolchain go1.22.2
3
+ go 1.23
6
4
7
5
require (
8
6
codnect.io/chrono v1.1.3
@@ -14,10 +12,10 @@ require (
14
12
github.com/shirou/gopsutil v3.21.11+incompatible
15
13
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3
16
14
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.12
17
- github.com/steadybit/action-kit/go/action_kit_test v1.2.15
15
+ github.com/steadybit/action-kit/go/action_kit_test v1.3.0
18
16
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.6.0
19
17
github.com/steadybit/discovery-kit/go/discovery_kit_commons v0.2.0
20
- github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.1.0
18
+ github.com/steadybit/discovery-kit/go/discovery_kit_sdk v1.2.1
21
19
github.com/steadybit/discovery-kit/go/discovery_kit_test v1.1.2
22
20
github.com/steadybit/extension-kit v1.8.18
23
21
github.com/stretchr/testify v1.9.0
@@ -46,7 +44,7 @@ require (
46
44
github.com/go-openapi/jsonpointer v0.21.0 // indirect
47
45
github.com/go-openapi/jsonreference v0.21.0 // indirect
48
46
github.com/go-openapi/swag v0.23.0 // indirect
49
- github.com/go-resty/resty/v2 v2.14.0 // indirect
47
+ github.com/go-resty/resty/v2 v2.15.3 // indirect
50
48
github.com/godbus/dbus/v5 v5.1.0 // indirect
51
49
github.com/gogo/protobuf v1.3.2 // indirect
52
50
github.com/golang/protobuf v1.5.4 // indirect
@@ -61,7 +59,7 @@ require (
61
59
github.com/mailru/easyjson v0.7.7 // indirect
62
60
github.com/mattn/go-colorable v0.1.13 // indirect
63
61
github.com/mattn/go-isatty v0.0.20 // indirect
64
- github.com/moby/spdystream v0.4 .0 // indirect
62
+ github.com/moby/spdystream v0.5 .0 // indirect
65
63
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
66
64
github.com/modern-go/reflect2 v1.0.2 // indirect
67
65
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
@@ -78,28 +76,28 @@ require (
78
76
github.com/sirupsen/logrus v1.9.3 // indirect
79
77
github.com/spf13/pflag v1.0.5 // indirect
80
78
github.com/tklauser/go-sysconf v0.3.14 // indirect
81
- github.com/tklauser/numcpus v0.8 .0 // indirect
79
+ github.com/tklauser/numcpus v0.9 .0 // indirect
82
80
github.com/ugorji/go/codec v1.2.12 // indirect
83
81
github.com/x448/float16 v0.8.4 // indirect
84
82
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
85
83
github.com/yusufpapurcu/wmi v1.2.4 // indirect
86
84
github.com/zmwangx/debounce v1.0.0 // indirect
87
- golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
88
- golang.org/x/net v0.28 .0 // indirect
89
- golang.org/x/oauth2 v0.21 .0 // indirect
85
+ golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
86
+ golang.org/x/net v0.30 .0 // indirect
87
+ golang.org/x/oauth2 v0.23 .0 // indirect
90
88
golang.org/x/sync v0.8.0 // indirect
91
- golang.org/x/term v0.23 .0 // indirect
92
- golang.org/x/text v0.17 .0 // indirect
93
- golang.org/x/time v0.6 .0 // indirect
94
- google.golang.org/protobuf v1.34.2 // indirect
89
+ golang.org/x/term v0.25 .0 // indirect
90
+ golang.org/x/text v0.19 .0 // indirect
91
+ golang.org/x/time v0.7 .0 // indirect
92
+ google.golang.org/protobuf v1.35.1 // indirect
95
93
gopkg.in/inf.v0 v0.9.1 // indirect
96
94
gopkg.in/yaml.v2 v2.4.0 // indirect
97
95
gopkg.in/yaml.v3 v3.0.1 // indirect
98
96
howett.net/plist v1.0.1 // indirect
99
97
k8s.io/klog/v2 v2.130.1 // indirect
100
- k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f // indirect
101
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
102
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
98
+ k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
99
+ k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
100
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
103
101
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
104
102
sigs.k8s.io/yaml v1.4.0 // indirect
105
103
)
0 commit comments