@@ -5,89 +5,50 @@ go 1.22.0
5
5
toolchain go1.22.3
6
6
7
7
require (
8
- github.com/docker/docker v26.1.3+incompatible
9
- github.com/go-git/go-git/v5 v5.12.0
10
- github.com/google/uuid v1.6.0
8
+ github.com/docker/docker v27.1.1+incompatible
11
9
github.com/onsi/ginkgo/v2 v2.19.0
12
10
github.com/onsi/gomega v1.33.1
13
- k8s.io/api v0.30.1
14
- k8s.io/apimachinery v0.30.1
11
+ github.com/pkg/errors v0.9.1
12
+ gopkg.in/yaml.v2 v2.4.0
13
+ gopkg.in/yaml.v3 v3.0.1
15
14
sigs.k8s.io/controller-runtime v0.18.3
16
15
)
17
16
18
17
require (
19
- dario.cat/mergo v1 .0.0 // indirect
18
+ github.com/Azure/go-ansiterm v0 .0.0-20230124172434-306776ec8161 // indirect
20
19
github.com/Microsoft/go-winio v0.6.2 // indirect
21
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
22
- github.com/cloudflare/circl v1.3.7 // indirect
23
20
github.com/containerd/log v0.1.0 // indirect
24
- github.com/cyphar/filepath-securejoin v0.2.5 // indirect
25
- github.com/davecgh/go-spew v1.1.1 // indirect
26
21
github.com/distribution/reference v0.6.0 // indirect
27
22
github.com/docker/go-connections v0.5.0 // indirect
28
23
github.com/docker/go-units v0.5.0 // indirect
29
- github.com/emicklei/go-restful/v3 v3.12.0 // indirect
30
- github.com/emirpasic/gods v1.18.1 // indirect
31
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
32
24
github.com/felixge/httpsnoop v1.0.4 // indirect
33
- github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
34
- github.com/go-git/go-billy/v5 v5.5.0 // indirect
35
25
github.com/go-logr/logr v1.4.2 // indirect
36
26
github.com/go-logr/stdr v1.2.2 // indirect
37
- github.com/go-openapi/jsonpointer v0.21.0 // indirect
38
- github.com/go-openapi/jsonreference v0.21.0 // indirect
39
- github.com/go-openapi/swag v0.23.0 // indirect
40
27
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
41
28
github.com/gogo/protobuf v1.3.2 // indirect
42
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
43
- github.com/golang/protobuf v1.5.4 // indirect
44
- github.com/google/gnostic-models v0.6.8 // indirect
45
29
github.com/google/go-cmp v0.6.0 // indirect
46
- github.com/google/gofuzz v1.2.0 // indirect
47
30
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect
48
- github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
49
- github.com/josharian/intern v1.0.0 // indirect
50
- github.com/json-iterator/go v1.1.12 // indirect
51
- github.com/kevinburke/ssh_config v1.2.0 // indirect
52
- github.com/mailru/easyjson v0.7.7 // indirect
31
+ github.com/kr/pretty v0.3.1 // indirect
53
32
github.com/moby/docker-image-spec v1.3.1 // indirect
54
33
github.com/moby/term v0.5.0 // indirect
55
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
56
- github.com/modern-go/reflect2 v1.0.2 // indirect
57
34
github.com/morikuni/aec v1.0.0 // indirect
58
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
59
35
github.com/opencontainers/go-digest v1.0.0 // indirect
60
36
github.com/opencontainers/image-spec v1.1.0 // indirect
61
- github.com/pjbgf/sha1cd v0.3.0 // indirect
62
- github.com/pkg/errors v0.9.1 // indirect
63
- github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
64
- github.com/skeema/knownhosts v1.2.2 // indirect
65
- github.com/xanzy/ssh-agent v0.3.3 // indirect
66
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
67
- go.opentelemetry.io/otel v1.27.0 // indirect
37
+ github.com/rogpeppe/go-internal v1.11.0 // indirect
38
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
39
+ go.opentelemetry.io/otel v1.28.0 // indirect
68
40
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 // indirect
69
- go.opentelemetry.io/otel/metric v1.27.0 // indirect
70
- go.opentelemetry.io/otel/sdk v1.27.0 // indirect
71
- go.opentelemetry.io/otel/trace v1.27.0 // indirect
72
- golang.org/x/crypto v0.23.0 // indirect
73
- golang.org/x/net v0.25.0 // indirect
74
- golang.org/x/oauth2 v0.20.0 // indirect
75
- golang.org/x/sys v0.20.0 // indirect
76
- golang.org/x/term v0.20.0 // indirect
77
- golang.org/x/text v0.15.0 // indirect
41
+ go.opentelemetry.io/otel/metric v1.28.0 // indirect
42
+ go.opentelemetry.io/otel/sdk v1.28.0 // indirect
43
+ go.opentelemetry.io/otel/trace v1.28.0 // indirect
44
+ golang.org/x/net v0.26.0 // indirect
45
+ golang.org/x/sys v0.25.0 // indirect
46
+ golang.org/x/text v0.17.0 // indirect
78
47
golang.org/x/time v0.5.0 // indirect
79
- golang.org/x/tools v0.21.0 // indirect
80
- google.golang.org/protobuf v1.34.1 // indirect
81
- gopkg.in/inf.v0 v0.9.1 // indirect
82
- gopkg.in/warnings.v0 v0.1.2 // indirect
83
- gopkg.in/yaml.v2 v2.4.0 // indirect
84
- gopkg.in/yaml.v3 v3.0.1 // indirect
48
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
49
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
50
+ google.golang.org/grpc v1.66.0 // indirect
51
+ google.golang.org/protobuf v1.34.2 // indirect
52
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
85
53
gotest.tools/v3 v3.5.1 // indirect
86
- k8s.io/client-go v0.30.1 // indirect
87
- k8s.io/klog/v2 v2.120.1 // indirect
88
- k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a // indirect
89
- k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
90
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
91
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
92
- sigs.k8s.io/yaml v1.4.0 // indirect
93
54
)
0 commit comments