1
1
module github.com/ajayk/drifter
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
- github.com/deckarep/golang-set/v2 v2.1.0
7
- github.com/spf13/cobra v1.7 .0
6
+ github.com/deckarep/golang-set/v2 v2.3.1
7
+ github.com/spf13/cobra v1.8 .0
8
8
gopkg.in/yaml.v3 v3.0.1
9
- helm.sh/helm/v3 v3.12.0
10
- k8s.io/api v0.27.1
11
- k8s.io/apimachinery v0.27.1
12
- k8s.io/client-go v0.27.1
13
- k8s.io/klog/v2 v2.90 .1
9
+ helm.sh/helm/v3 v3.13.1
10
+ k8s.io/api v0.28.3
11
+ k8s.io/apimachinery v0.28.3
12
+ k8s.io/client-go v0.28.3
13
+ k8s.io/klog/v2 v2.110 .1
14
14
15
15
)
16
16
17
17
require (
18
- github.com/Masterminds/semver/v3 v3.2.0 // indirect
19
- github.com/Masterminds/squirrel v1.5.3 // indirect
20
- github.com/cyphar/filepath-securejoin v0.2.3 // indirect
18
+ github.com/Masterminds/semver/v3 v3.2.1 // indirect
19
+ github.com/Masterminds/squirrel v1.5.4 // indirect
20
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
21
21
github.com/davecgh/go-spew v1.1.1 // indirect
22
22
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
23
23
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
24
- github.com/go-gorp/gorp/v3 v3.0.5 // indirect
25
- github.com/go-logr/logr v1.2.3 // indirect
24
+ github.com/go-gorp/gorp/v3 v3.1.0 // indirect
25
+ github.com/go-logr/logr v1.3.0 // indirect
26
26
github.com/go-openapi/jsonpointer v0.19.6 // indirect
27
- github.com/go-openapi/jsonreference v0.20.1 // indirect
27
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
28
28
github.com/go-openapi/swag v0.22.3 // indirect
29
29
github.com/gogo/protobuf v1.3.2 // indirect
30
30
github.com/golang/protobuf v1.5.3 // indirect
31
- github.com/google/gnostic v0.6.9 // indirect
31
+ github.com/google/gnostic-models v0.6.8 // indirect
32
32
github.com/google/go-cmp v0.5.9 // indirect
33
33
github.com/google/gofuzz v1.2.0 // indirect
34
34
github.com/google/uuid v1.3.0 // indirect
@@ -39,32 +39,32 @@ require (
39
39
github.com/json-iterator/go v1.1.12 // indirect
40
40
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
41
41
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
42
- github.com/lib/pq v1.10.7 // indirect
42
+ github.com/lib/pq v1.10.9 // indirect
43
43
github.com/mailru/easyjson v0.7.7 // indirect
44
44
github.com/mitchellh/copystructure v1.2.0 // indirect
45
45
github.com/mitchellh/reflectwalk v1.0.2 // indirect
46
46
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
47
47
github.com/modern-go/reflect2 v1.0.2 // indirect
48
48
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
49
49
github.com/pkg/errors v0.9.1 // indirect
50
- github.com/rubenv/sql-migrate v1.3.1 // indirect
50
+ github.com/rubenv/sql-migrate v1.5.2 // indirect
51
51
github.com/spf13/pflag v1.0.5 // indirect
52
52
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
53
53
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
54
54
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
55
- golang.org/x/net v0.8 .0 // indirect
56
- golang.org/x/oauth2 v0.4 .0 // indirect
57
- golang.org/x/sys v0.6 .0 // indirect
58
- golang.org/x/term v0.6 .0 // indirect
59
- golang.org/x/text v0.9 .0 // indirect
60
- golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
55
+ golang.org/x/net v0.17 .0 // indirect
56
+ golang.org/x/oauth2 v0.8 .0 // indirect
57
+ golang.org/x/sys v0.13 .0 // indirect
58
+ golang.org/x/term v0.13 .0 // indirect
59
+ golang.org/x/text v0.13 .0 // indirect
60
+ golang.org/x/time v0.3.0 // indirect
61
61
google.golang.org/appengine v1.6.7 // indirect
62
- google.golang.org/protobuf v1.28.1 // indirect
62
+ google.golang.org/protobuf v1.30.0 // indirect
63
63
gopkg.in/inf.v0 v0.9.1 // indirect
64
64
gopkg.in/yaml.v2 v2.4.0 // indirect
65
- k8s.io/apiextensions-apiserver v0.27.1 // indirect
66
- k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
67
- k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
65
+ k8s.io/apiextensions-apiserver v0.28.2 // indirect
66
+ k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
67
+ k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
68
68
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
69
69
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
70
70
sigs.k8s.io/yaml v1.3.0 // indirect
0 commit comments