1
1
module github.com/gianlucam76/ytt-controller
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.21.5
4
6
5
7
require (
6
8
github.com/TwiN/go-color v1.4.1
7
- github.com/fluxcd/pkg/http/fetch v0.6 .0
8
- github.com/fluxcd/pkg/tar v0.3 .0
9
- github.com/fluxcd/source-controller/api v1.1.2
10
- github.com/go-logr/logr v1.3.0
11
- github.com/onsi/ginkgo/v2 v2.13 .0
12
- github.com/onsi/gomega v1.29.0
9
+ github.com/fluxcd/pkg/http/fetch v0.8 .0
10
+ github.com/fluxcd/pkg/tar v0.4 .0
11
+ github.com/fluxcd/source-controller/api v1.2.3
12
+ github.com/go-logr/logr v1.4.1
13
+ github.com/onsi/ginkgo/v2 v2.15 .0
14
+ github.com/onsi/gomega v1.31.1
13
15
github.com/pkg/errors v0.9.1
14
- github.com/projectsveltos/libsveltos v0.19 .1-0.20231029140049-048f7f2b4d99
16
+ github.com/projectsveltos/libsveltos v0.22 .1-0.20240125122253-24c1c8a0b429
15
17
github.com/spf13/pflag v1.0.5
16
- github.com/vmware-tanzu/carvel-ytt v0.45.7
17
- k8s.io/api v0.28.2
18
- k8s.io/apiextensions-apiserver v0.28.2
19
- k8s.io/apimachinery v0.28.2
20
- k8s.io/client-go v0.28.2
21
- k8s.io/component-base v0.28.2
22
- k8s.io/klog/v2 v2.100 .1
23
- sigs.k8s.io/cluster-api v1.5.3
24
- sigs.k8s.io/controller-runtime v0.15.1
18
+ github.com/vmware-tanzu/carvel-ytt v0.47.0
19
+ k8s.io/api v0.29.1
20
+ k8s.io/apiextensions-apiserver v0.29.1
21
+ k8s.io/apimachinery v0.29.1
22
+ k8s.io/client-go v0.29.1
23
+ k8s.io/component-base v0.29.1
24
+ k8s.io/klog/v2 v2.120 .1
25
+ sigs.k8s.io/cluster-api v1.6.1
26
+ sigs.k8s.io/controller-runtime v0.16.3
25
27
)
26
28
27
29
require (
28
30
github.com/beorn7/perks v1.0.1 // indirect
29
- github.com/blang/semver v3.5.1+incompatible // indirect
30
31
github.com/blang/semver/v4 v4.0.0 // indirect
31
32
github.com/cespare/xxhash/v2 v2.2.0 // indirect
32
33
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
33
- github.com/davecgh/go-spew v1.1.1 // indirect
34
- github.com/emicklei/go-restful/v3 v3.9 .0 // indirect
34
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
35
+ github.com/emicklei/go-restful/v3 v3.11 .0 // indirect
35
36
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
36
- github.com/evanphx/json-patch/v5 v5.6 .0 // indirect
37
+ github.com/evanphx/json-patch/v5 v5.7 .0 // indirect
37
38
github.com/fluxcd/pkg/apis/acl v0.1.0 // indirect
38
- github.com/fluxcd/pkg/apis/meta v1.1.2 // indirect
39
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
39
+ github.com/fluxcd/pkg/apis/meta v1.2.0 // indirect
40
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
40
41
github.com/go-openapi/jsonpointer v0.19.6 // indirect
41
42
github.com/go-openapi/jsonreference v0.20.2 // indirect
42
43
github.com/go-openapi/swag v0.22.3 // indirect
@@ -49,47 +50,49 @@ require (
49
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/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
52
- github.com/google/uuid v1.3.0 // indirect
53
+ github.com/google/uuid v1.3.1 // indirect
53
54
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
54
- github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
55
+ github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
55
56
github.com/hashicorp/go-version v1.6.0 // indirect
56
57
github.com/imdario/mergo v0.3.13 // indirect
57
58
github.com/inconshreveable/mousetrap v1.1.0 // indirect
58
59
github.com/josharian/intern v1.0.0 // indirect
59
60
github.com/json-iterator/go v1.1.12 // indirect
60
61
github.com/k14s/starlark-go v0.0.0-20200720175618-3a5c849cc368 // indirect
62
+ github.com/klauspost/cpuid/v2 v2.2.5 // indirect
61
63
github.com/mailru/easyjson v0.7.7 // indirect
62
64
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
63
65
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
64
66
github.com/modern-go/reflect2 v1.0.2 // indirect
65
67
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
66
68
github.com/opencontainers/go-digest v1.0.0 // indirect
67
- github.com/opencontainers/go-digest/blake3 v0.0.0-20230801144141-122dc6384261 // indirect
68
- github.com/prometheus/client_golang v1.16 .0 // indirect
69
- github.com/prometheus/client_model v0.4.0 // indirect
69
+ github.com/opencontainers/go-digest/blake3 v0.0.0-20231025023718-d50d2fec9c98 // indirect
70
+ github.com/prometheus/client_golang v1.17 .0 // indirect
71
+ github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
70
72
github.com/prometheus/common v0.44.0 // indirect
71
- github.com/prometheus/procfs v0.10.1 // indirect
72
- github.com/spf13/cobra v1.7.0 // indirect
73
- github.com/zeebo/blake3 v0.1.1 // indirect
74
- golang.org/x/net v0.17.0 // indirect
75
- golang.org/x/oauth2 v0.10.0 // indirect
76
- golang.org/x/sys v0.13.0 // indirect
77
- golang.org/x/term v0.13.0 // indirect
78
- golang.org/x/text v0.13.0 // indirect
73
+ github.com/prometheus/procfs v0.11.1 // indirect
74
+ github.com/spf13/cobra v1.8.0 // indirect
75
+ github.com/zeebo/blake3 v0.2.3 // indirect
76
+ golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
77
+ golang.org/x/net v0.19.0 // indirect
78
+ golang.org/x/oauth2 v0.14.0 // indirect
79
+ golang.org/x/sys v0.15.0 // indirect
80
+ golang.org/x/term v0.15.0 // indirect
81
+ golang.org/x/text v0.14.0 // indirect
79
82
golang.org/x/time v0.3.0 // indirect
80
- golang.org/x/tools v0.12.0 // indirect
81
- gomodules.xyz/jsonpatch/v2 v2.3 .0 // indirect
83
+ golang.org/x/tools v0.16.1 // indirect
84
+ gomodules.xyz/jsonpatch/v2 v2.4 .0 // indirect
82
85
google.golang.org/appengine v1.6.7 // indirect
83
86
google.golang.org/protobuf v1.31.0 // indirect
84
87
gopkg.in/inf.v0 v0.9.1 // indirect
85
88
gopkg.in/yaml.v2 v2.4.0 // indirect
86
89
gopkg.in/yaml.v3 v3.0.1 // indirect
87
- k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
88
- k8s.io/kubectl v0.28.2 // indirect
89
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
90
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
91
+ k8s.io/kubectl v0.29.1 // indirect
92
+ k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
90
93
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
91
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
92
- sigs.k8s.io/yaml v1.3 .0 // indirect
94
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
95
+ sigs.k8s.io/yaml v1.4 .0 // indirect
93
96
)
94
97
95
98
// Replace digest lib to master to gather access to BLAKE3.
0 commit comments