File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module github.com/signalfx/splunk-otel-collector/tests
2
2
3
3
go 1.23.0
4
4
5
+ toolchain go1.24.1
6
+
5
7
require (
6
8
github.com/docker/docker v27.4.0+incompatible
7
9
github.com/docker/go-connections v0.5.0
@@ -26,7 +28,7 @@ require (
26
28
go.uber.org/atomic v1.11.0
27
29
go.uber.org/zap v1.27.0
28
30
golang.org/x/exp v0.0.0-20230711023510-fffb14384f22
29
- golang.org/x/sys v0.30 .0
31
+ golang.org/x/sys v0.31 .0
30
32
gopkg.in/yaml.v2 v2.4.0
31
33
k8s.io/api v0.31.3
32
34
k8s.io/apimachinery v0.31.3
Original file line number Diff line number Diff line change @@ -581,8 +581,8 @@ golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBc
581
581
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
582
582
golang.org/x/sys v0.8.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
583
583
golang.org/x/sys v0.11.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
584
- golang.org/x/sys v0.30 .0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
585
- golang.org/x/sys v0.30 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
584
+ golang.org/x/sys v0.31 .0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
585
+ golang.org/x/sys v0.31 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
586
586
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
587
587
golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU =
588
588
golang.org/x/term v0.29.0 /go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s =
You can’t perform that action at this time.
0 commit comments