@@ -4,22 +4,20 @@ go 1.19
4
4
5
5
require (
6
6
github.com/argoproj/argo-cd/v2 v2.5.0
7
- github.com/argoproj/argo-workflows/v3 v3.3.5
8
- github.com/stretchr/testify v1.7.1
7
+ github.com/argoproj/argo-workflows/v3 v3.4.3
8
+ github.com/stretchr/testify v1.8.0
9
9
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
10
10
)
11
11
12
12
require (
13
13
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
14
14
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
15
15
github.com/Masterminds/semver/v3 v3.1.1 // indirect
16
- github.com/Microsoft/go-winio v0.5.0 // indirect
16
+ github.com/Microsoft/go-winio v0.5.2 // indirect
17
17
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
18
- github.com/PuerkitoBio/purell v1.1.1 // indirect
19
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
20
18
github.com/acomagu/bufpipe v1.0.3 // indirect
21
19
github.com/argoproj/gitops-engine v0.7.1-0.20221004132320-98ccd3d43fd9 // indirect
22
- github.com/argoproj/pkg v0.11.1-0.20211203175135-36c59d8fafe0 // indirect
20
+ github.com/argoproj/pkg v0.13.6 // indirect
23
21
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
24
22
github.com/bradleyfalzon/ghinstallation/v2 v2.0.4 // indirect
25
23
github.com/cespare/xxhash/v2 v2.1.2 // indirect
@@ -33,7 +31,7 @@ require (
33
31
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
34
32
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
35
33
github.com/fatih/camelcase v1.0.0 // indirect
36
- github.com/felixge/httpsnoop v1.0.2 // indirect
34
+ github.com/felixge/httpsnoop v1.0.3 // indirect
37
35
github.com/fvbommel/sortorder v1.0.1 // indirect
38
36
github.com/ghodss/yaml v1.0.0 // indirect
39
37
github.com/go-errors/errors v1.0.1 // indirect
@@ -43,17 +41,17 @@ require (
43
41
github.com/go-logr/logr v1.2.3 // indirect
44
42
github.com/go-logr/stdr v1.2.2 // indirect
45
43
github.com/go-openapi/jsonpointer v0.19.5 // indirect
46
- github.com/go-openapi/jsonreference v0.19.6 // indirect
44
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
47
45
github.com/go-openapi/swag v0.19.15 // indirect
48
46
github.com/go-redis/cache/v8 v8.4.2 // indirect
49
47
github.com/go-redis/redis/v8 v8.11.3 // indirect
50
48
github.com/gobwas/glob v0.2.3 // indirect
51
49
github.com/gogo/protobuf v1.3.2 // indirect
52
- github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
50
+ github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
53
51
github.com/golang/protobuf v1.5.2 // indirect
54
52
github.com/google/btree v1.0.1 // indirect
55
53
github.com/google/gnostic v0.5.7-v3refs // indirect
56
- github.com/google/go-cmp v0.5.7 // indirect
54
+ github.com/google/go-cmp v0.5.9 // indirect
57
55
github.com/google/go-github/v41 v41.0.0 // indirect
58
56
github.com/google/go-querystring v1.1.0 // indirect
59
57
github.com/google/gofuzz v1.2.0 // indirect
@@ -64,15 +62,15 @@ require (
64
62
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
65
63
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
66
64
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
67
- github.com/imdario/mergo v0.3.12 // indirect
65
+ github.com/imdario/mergo v0.3.13 // indirect
68
66
github.com/inconshreveable/mousetrap v1.0.0 // indirect
69
67
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
70
68
github.com/jonboulle/clockwork v0.2.2 // indirect
71
69
github.com/josharian/intern v1.0.0 // indirect
72
70
github.com/json-iterator/go v1.1.12 // indirect
73
71
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
74
- github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
75
- github.com/klauspost/compress v1.14.2 // indirect
72
+ github.com/kevinburke/ssh_config v1.2.0 // indirect
73
+ github.com/klauspost/compress v1.15.9 // indirect
76
74
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
77
75
github.com/mailru/easyjson v0.7.7 // indirect
78
76
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -93,7 +91,7 @@ require (
93
91
github.com/robfig/cron v1.2.0 // indirect
94
92
github.com/russross/blackfriday v1.5.2 // indirect
95
93
github.com/sergi/go-diff v1.1.0 // indirect
96
- github.com/sirupsen/logrus v1.8.1 // indirect
94
+ github.com/sirupsen/logrus v1.9.0 // indirect
97
95
github.com/spf13/cobra v1.5.0 // indirect
98
96
github.com/spf13/pflag v1.0.5 // indirect
99
97
github.com/vmihailenco/go-tinylfu v0.2.1 // indirect
@@ -105,30 +103,30 @@ require (
105
103
go.opentelemetry.io/otel v1.6.3 // indirect
106
104
go.opentelemetry.io/otel/trace v1.6.3 // indirect
107
105
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
108
- golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
109
- golang.org/x/exp v0.0.0-20210901193431-a062eea981d2 // indirect
110
- golang.org/x/net v0.0.0-20220621193019-9d032be2e588 // indirect
111
- golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
112
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
113
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
106
+ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
107
+ golang.org/x/exp v0.0.0-20220602145555-4a0574d9293f // indirect
108
+ golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458 // indirect
109
+ golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1 // indirect
110
+ golang.org/x/sync v0.1.0 // indirect
111
+ golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
114
112
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
115
- golang.org/x/text v0.3.7 // indirect
116
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
113
+ golang.org/x/text v0.4.0 // indirect
114
+ golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
117
115
google.golang.org/appengine v1.6.7 // indirect
118
- google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c // indirect
119
- google.golang.org/grpc v1.45.0 // indirect
120
- google.golang.org/protobuf v1.28.0 // indirect
116
+ google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect
117
+ google.golang.org/grpc v1.50.1 // indirect
118
+ google.golang.org/protobuf v1.28.1 // indirect
121
119
gopkg.in/inf.v0 v0.9.1 // indirect
122
120
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
123
121
gopkg.in/warnings.v0 v0.1.2 // indirect
124
122
gopkg.in/yaml.v2 v2.4.0 // indirect
125
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
126
- k8s.io/api v0.24.2 // indirect
123
+ gopkg.in/yaml.v3 v3.0.1 // indirect
124
+ k8s.io/api v0.24.3 // indirect
127
125
k8s.io/apiextensions-apiserver v0.24.2 // indirect
128
- k8s.io/apimachinery v0.24.2 // indirect
126
+ k8s.io/apimachinery v0.24.3 // indirect
129
127
k8s.io/apiserver v0.24.2 // indirect
130
128
k8s.io/cli-runtime v0.24.2 // indirect
131
- k8s.io/client-go v0.24.2 // indirect
129
+ k8s.io/client-go v0.24.3 // indirect
132
130
k8s.io/component-base v0.24.2 // indirect
133
131
k8s.io/component-helpers v0.24.2 // indirect
134
132
k8s.io/klog/v2 v2.70.1 // indirect
0 commit comments