1
1
module github.com/jetstack/preflight
2
2
3
- go 1.22
3
+ go 1.22.0
4
+
5
+ toolchain go1.22.6
4
6
5
7
require (
6
8
github.com/Jeffail/gabs/v2 v2.7.0
@@ -9,7 +11,7 @@ require (
9
11
github.com/fatih/color v1.16.0
10
12
github.com/google/uuid v1.6.0
11
13
github.com/hashicorp/go-multierror v1.1.1
12
- github.com/jetstack/venafi-connection-lib v0.1.0
14
+ github.com/jetstack/venafi-connection-lib v0.1.1-0.20240814101135-a72cec54dc1a
13
15
github.com/json-iterator/go v1.1.12
14
16
github.com/juju/errors v1.0.0
15
17
github.com/kylelemons/godebug v1.1.0
@@ -20,50 +22,49 @@ require (
20
22
github.com/prometheus/client_golang v1.19.1
21
23
github.com/spf13/cobra v1.8.0
22
24
github.com/spf13/pflag v1.0.5
25
+ github.com/stretchr/testify v1.9.0
23
26
gopkg.in/d4l3k/messagediff.v1 v1.2.1
24
27
gopkg.in/yaml.v2 v2.4.0
25
- k8s.io/api v0.30.0
26
- k8s.io/apimachinery v0.30.0
27
- k8s.io/client-go v0.30.0
28
- sigs.k8s.io/controller-runtime v0.18.2
28
+ k8s.io/api v0.30.3
29
+ k8s.io/apimachinery v0.30.3
30
+ k8s.io/client-go v0.30.3
31
+ sigs.k8s.io/controller-runtime v0.18.5
29
32
sigs.k8s.io/yaml v1.4.0
30
33
)
31
34
32
35
require (
33
- github.com/Venafi/vcert/v5 v5.6.5-0.20240430163638-86272e17ec45 // indirect
36
+ github.com/Khan/genqlient v0.7.0 // indirect
37
+ github.com/Venafi/vcert/v5 v5.7.1 // indirect
34
38
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
35
39
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
36
40
github.com/aymerick/douceur v0.2.0 // indirect
37
41
github.com/blang/semver/v4 v4.0.0 // indirect
38
42
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
39
43
github.com/fsnotify/fsnotify v1.7.0 // indirect
40
- github.com/fxamacker/cbor/v2 v2.7.0 // indirect
41
44
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a // indirect
42
45
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
43
46
github.com/google/cel-go v0.17.8 // indirect
44
47
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
45
48
github.com/gorilla/css v1.0.0 // indirect
46
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
49
+ github.com/gorilla/websocket v1.5.1 // indirect
47
50
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
48
51
github.com/sosodev/duration v1.2.0 // indirect
49
52
github.com/stoewer/go-strcase v1.3.0 // indirect
50
- github.com/stretchr/testify v1.9.0 // indirect
51
- github.com/x448/float16 v0.8.4 // indirect
53
+ github.com/vektah/gqlparser/v2 v2.5.15 // indirect
52
54
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
53
55
go.uber.org/multierr v1.11.0 // indirect
54
56
go.uber.org/zap v1.26.0 // indirect
55
57
golang.org/x/crypto v0.24.0 // indirect
56
58
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
57
59
golang.org/x/net v0.26.0 // indirect
58
- golang.org/x/sync v0.7 .0 // indirect
60
+ golang.org/x/sync v0.8 .0 // indirect
59
61
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
60
62
google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe // indirect
61
63
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
62
- gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
63
64
gopkg.in/ini.v1 v1.67.0 // indirect
64
- k8s.io/apiextensions-apiserver v0.30.0 // indirect
65
- k8s.io/apiserver v0.30.0 // indirect
66
- k8s.io/component-base v0.30.0 // indirect
65
+ k8s.io/apiextensions-apiserver v0.30.3 // indirect
66
+ k8s.io/apiserver v0.30.3 // indirect
67
+ k8s.io/component-base v0.30.3 // indirect
67
68
)
68
69
69
70
require (
@@ -99,14 +100,12 @@ require (
99
100
golang.org/x/term v0.21.0 // indirect
100
101
golang.org/x/text v0.16.0 // indirect
101
102
golang.org/x/time v0.5.0 // indirect
102
- google.golang.org/appengine v1.6.8 // indirect
103
103
google.golang.org/protobuf v1.34.2 // indirect
104
104
gopkg.in/inf.v0 v0.9.1 // indirect
105
105
gopkg.in/yaml.v3 v3.0.1
106
106
k8s.io/klog/v2 v2.130.1 // indirect
107
107
k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f // indirect
108
- k8s.io/kubernetes v1.30.3
109
108
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
110
109
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
111
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1
110
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
112
111
)
0 commit comments