@@ -3,71 +3,72 @@ module github.com/1debit/mani-diffy
3
3
go 1.20
4
4
5
5
require (
6
- github.com/argoproj/argo-cd/v2 v2.6.15
6
+ github.com/argoproj/argo-cd/v2 v2.8.12
7
7
gopkg.in/yaml.v3 v3.0.1
8
8
k8s.io/apimachinery v0.24.2
9
9
)
10
10
11
11
require (
12
- cloud.google.com/go/compute v1.19.1 // indirect
12
+ cloud.google.com/go/compute v1.21.0 // indirect
13
13
cloud.google.com/go/compute/metadata v0.2.3 // indirect
14
+ dario.cat/mergo v1.0.0 // indirect
14
15
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
15
16
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
16
- github.com/Masterminds/semver/v3 v3.2.0 // indirect
17
- github.com/Microsoft/go-winio v0.4.17 // indirect
18
- github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
19
- github.com/acomagu/bufpipe v1.0.3 // indirect
20
- github.com/argoproj/gitops-engine v0.7.1-0.20230512020822-b4dd8b8c3976 // indirect
17
+ github.com/Masterminds/semver/v3 v3.2.1 // indirect
18
+ github.com/Microsoft/go-winio v0.6.1 // indirect
19
+ github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
20
+ github.com/argoproj/gitops-engine v0.7.1-0.20230607163028-425d65e07695 // indirect
21
21
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e // indirect
22
+ github.com/bmatcuk/doublestar/v4 v4.6.0 // indirect
22
23
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
23
- github.com/bradleyfalzon/ghinstallation/v2 v2.1 .0 // indirect
24
+ github.com/bradleyfalzon/ghinstallation/v2 v2.5 .0 // indirect
24
25
github.com/cespare/xxhash/v2 v2.2.0 // indirect
25
26
github.com/chai2010/gettext-go v0.0.0-20170215093142-bf70f2a70fb1 // indirect
27
+ github.com/cloudflare/circl v1.3.3 // indirect
28
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
26
29
github.com/davecgh/go-spew v1.1.1 // indirect
27
30
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
28
31
github.com/docker/distribution v2.8.2+incompatible // indirect
29
32
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
30
- github.com/emirpasic/gods v1.12.0 // indirect
33
+ github.com/emirpasic/gods v1.18.1 // indirect
31
34
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
32
35
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
33
36
github.com/fatih/camelcase v1.0.0 // indirect
34
37
github.com/fvbommel/sortorder v1.0.1 // indirect
35
- github.com/ghodss/yaml v1.0.0 // indirect
36
- github.com/go-errors/errors v1.0.1 // indirect
37
- github.com/go-git/gcfg v1.5.0 // indirect
38
- github.com/go-git/go-billy/v5 v5.3.1 // indirect
39
- github.com/go-git/go-git/v5 v5.4.2 // indirect
40
- github.com/go-logr/logr v1.2.3 // indirect
38
+ github.com/go-errors/errors v1.4.2 // indirect
39
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
40
+ github.com/go-git/go-billy/v5 v5.5.0 // indirect
41
+ github.com/go-git/go-git/v5 v5.11.0 // indirect
42
+ github.com/go-logr/logr v1.2.4 // indirect
41
43
github.com/go-openapi/jsonpointer v0.19.5 // indirect
42
44
github.com/go-openapi/jsonreference v0.20.0 // indirect
43
- github.com/go-openapi/swag v0.21.1 // indirect
44
- github.com/go-redis/cache/v8 v8.4.2 // indirect
45
- github.com/go-redis/redis/v8 v8.11.5 // indirect
45
+ github.com/go-openapi/swag v0.22.3 // indirect
46
+ github.com/go-redis/cache/v9 v9.0.0 // indirect
46
47
github.com/gobwas/glob v0.2.3 // indirect
47
48
github.com/gogo/protobuf v1.3.2 // indirect
48
- github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
49
+ github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
50
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
49
51
github.com/golang/protobuf v1.5.3 // indirect
50
- github.com/google/btree v1.0.1 // indirect
51
- github.com/google/gnostic v0.5.7-v3refs // indirect
52
- github.com/google/go-cmp v0.5.9 // indirect
53
- github.com/google/go-github/v45 v45.2 .0 // indirect
52
+ github.com/google/btree v1.1.2 // indirect
53
+ github.com/google/gnostic v0.6.9 // indirect
54
+ github.com/google/go-cmp v0.6.0 // indirect
55
+ github.com/google/go-github/v53 v53.0 .0 // indirect
54
56
github.com/google/go-querystring v1.1.0 // indirect
55
- github.com/google/gofuzz v1.1 .0 // indirect
57
+ github.com/google/gofuzz v1.2 .0 // indirect
56
58
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
57
59
github.com/google/uuid v1.3.0 // indirect
58
60
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
59
- github.com/imdario/mergo v0.3.13 // indirect
61
+ github.com/imdario/mergo v0.3.16 // indirect
60
62
github.com/inconshreveable/mousetrap v1.1.0 // indirect
61
63
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
62
64
github.com/jonboulle/clockwork v0.2.2 // indirect
63
65
github.com/josharian/intern v1.0.0 // indirect
64
66
github.com/json-iterator/go v1.1.12 // indirect
65
67
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
66
- github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
68
+ github.com/kevinburke/ssh_config v1.2.0 // indirect
67
69
github.com/klauspost/compress v1.16.5 // indirect
68
70
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
69
71
github.com/mailru/easyjson v0.7.7 // indirect
70
- github.com/mitchellh/go-homedir v1.1.0 // indirect
71
72
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
72
73
github.com/moby/spdystream v0.2.0 // indirect
73
74
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
@@ -76,36 +77,39 @@ require (
76
77
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
77
78
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
78
79
github.com/opencontainers/go-digest v1.0.0 // indirect
80
+ github.com/opencontainers/image-spec v1.1.0-rc.3 // indirect
79
81
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
80
82
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
83
+ github.com/pjbgf/sha1cd v0.3.0 // indirect
81
84
github.com/pkg/errors v0.9.1 // indirect
82
- github.com/pmezard /go-difflib v1 .0.0 // indirect
85
+ github.com/redis /go-redis/v9 v9 .0.5 // indirect
83
86
github.com/robfig/cron/v3 v3.0.1 // indirect
84
- github.com/russross/blackfriday v1.5.2 // indirect
87
+ github.com/russross/blackfriday v1.6.0 // indirect
85
88
github.com/sergi/go-diff v1.1.0 // indirect
86
89
github.com/sirupsen/logrus v1.9.3 // indirect
90
+ github.com/skeema/knownhosts v1.2.1 // indirect
87
91
github.com/spf13/cobra v1.7.0 // indirect
88
92
github.com/spf13/pflag v1.0.5 // indirect
89
- github.com/stretchr/testify v1.8.4 // indirect
90
- github.com/vmihailenco/go-tinylfu v0.2.1 // indirect
93
+ github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
91
94
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
92
95
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
93
- github.com/xanzy/ssh-agent v0.3.0 // indirect
94
- github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
95
- go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
96
- golang.org/x/crypto v0.14.0 // indirect
97
- golang.org/x/exp v0.0.0-20210901193431-a062eea981d2 // indirect
98
- golang.org/x/net v0.17.0 // indirect
99
- golang.org/x/oauth2 v0.7.0 // indirect
100
- golang.org/x/sync v0.1.0 // indirect
101
- golang.org/x/sys v0.13.0 // indirect
102
- golang.org/x/term v0.13.0 // indirect
103
- golang.org/x/text v0.13.0 // indirect
104
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
96
+ github.com/xanzy/ssh-agent v0.3.3 // indirect
97
+ github.com/xlab/treeprint v1.1.0 // indirect
98
+ go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd // indirect
99
+ golang.org/x/crypto v0.16.0 // indirect
100
+ golang.org/x/mod v0.12.0 // indirect
101
+ golang.org/x/net v0.19.0 // indirect
102
+ golang.org/x/oauth2 v0.10.0 // indirect
103
+ golang.org/x/sync v0.3.0 // indirect
104
+ golang.org/x/sys v0.15.0 // indirect
105
+ golang.org/x/term v0.15.0 // indirect
106
+ golang.org/x/text v0.14.0 // indirect
107
+ golang.org/x/time v0.3.0 // indirect
108
+ golang.org/x/tools v0.13.0 // indirect
105
109
google.golang.org/appengine v1.6.7 // indirect
106
- google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
107
- google.golang.org/grpc v1.56 .3 // indirect
108
- google.golang.org/protobuf v1.30 .0 // indirect
110
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
111
+ google.golang.org/grpc v1.58 .3 // indirect
112
+ google.golang.org/protobuf v1.31 .0 // indirect
109
113
gopkg.in/inf.v0 v0.9.1 // indirect
110
114
gopkg.in/warnings.v0 v0.1.2 // indirect
111
115
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -121,10 +125,11 @@ require (
121
125
k8s.io/kube-openapi v0.0.0-20220627174259-011e075b9cb8 // indirect
122
126
k8s.io/kubectl v0.24.2 // indirect
123
127
k8s.io/kubernetes v1.24.2 // indirect
124
- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
125
- sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
126
- sigs.k8s.io/kustomize/api v0.11.4 // indirect
127
- sigs.k8s.io/kustomize/kyaml v0.13.6 // indirect
128
+ k8s.io/utils v0.0.0-20220706174534-f6158b442e7c // indirect
129
+ oras.land/oras-go/v2 v2.2.0 // indirect
130
+ sigs.k8s.io/json v0.0.0-20220525155127-227cbc7cc124 // indirect
131
+ sigs.k8s.io/kustomize/api v0.11.5 // indirect
132
+ sigs.k8s.io/kustomize/kyaml v0.13.7 // indirect
128
133
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
129
134
sigs.k8s.io/yaml v1.3.0 // indirect
130
135
)
0 commit comments