1
1
module github.com/redhat-developer/gitops-backend
2
2
3
- go 1.23
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.4
4
6
5
7
require (
6
8
github.com/argoproj/argo-cd/v2 v2.14.11
7
- github.com/go-git/go-git/v5 v5.13 .2
8
- github.com/google/go-cmp v0.6 .0
9
+ github.com/go-git/go-git/v5 v5.16 .2
10
+ github.com/google/go-cmp v0.7 .0
9
11
github.com/jenkins-x/go-scm v1.14.43
10
12
github.com/julienschmidt/httprouter v1.3.0
11
13
github.com/openshift/api v0.0.0-20240906151052-5d963dce87aa
@@ -30,8 +32,8 @@ require (
30
32
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
31
33
github.com/MakeNowJust/heredoc v1.0.0 // indirect
32
34
github.com/Masterminds/semver/v3 v3.3.1 // indirect
33
- github.com/Microsoft/go-winio v0.6.1 // indirect
34
- github.com/ProtonMail/go-crypto v1.1.5 // indirect
35
+ github.com/Microsoft/go-winio v0.6.2 // indirect
36
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
35
37
github.com/argoproj/gitops-engine v0.7.1-0.20250328191959-6d3cf122b03f // indirect
36
38
github.com/argoproj/pkg v0.13.7-0.20230626144333-d56162821bd1 // indirect
37
39
github.com/beorn7/perks v1.0.1 // indirect
@@ -44,8 +46,8 @@ require (
44
46
github.com/casbin/govaluate v1.2.0 // indirect
45
47
github.com/cespare/xxhash/v2 v2.3.0 // indirect
46
48
github.com/chai2010/gettext-go v1.0.2 // indirect
47
- github.com/cloudflare/circl v1.3.7 // indirect
48
- github.com/cyphar/filepath-securejoin v0.3.6 // indirect
49
+ github.com/cloudflare/circl v1.6.1 // indirect
50
+ github.com/cyphar/filepath-securejoin v0.4.1 // indirect
49
51
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
50
52
github.com/davidmz/go-pageant v1.0.2 // indirect
51
53
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
@@ -71,7 +73,7 @@ require (
71
73
github.com/gobwas/glob v0.2.3 // indirect
72
74
github.com/gogo/protobuf v1.3.2 // indirect
73
75
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
74
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
76
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
75
77
github.com/golang/protobuf v1.5.4 // indirect
76
78
github.com/google/btree v1.1.3 // indirect
77
79
github.com/google/gnostic-models v0.6.8 // indirect
@@ -125,7 +127,7 @@ require (
125
127
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
126
128
github.com/shurcooL/githubv4 v0.0.0-20190718010115-4ba037080260 // indirect
127
129
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
128
- github.com/skeema/knownhosts v1.3.0 // indirect
130
+ github.com/skeema/knownhosts v1.3.1 // indirect
129
131
github.com/spf13/afero v1.2.2 // indirect
130
132
github.com/spf13/cast v1.7.0 // indirect
131
133
github.com/spf13/jwalterweatherman v1.0.0 // indirect
@@ -140,16 +142,14 @@ require (
140
142
github.com/xlab/treeprint v1.2.0 // indirect
141
143
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
142
144
go.uber.org/multierr v1.11.0 // indirect
143
- golang.org/x/crypto v0.32.0 // indirect
144
- golang.org/x/mod v0.22.0 // indirect
145
- golang.org/x/net v0.34.0 // indirect
145
+ golang.org/x/crypto v0.37.0 // indirect
146
+ golang.org/x/net v0.39.0 // indirect
146
147
golang.org/x/oauth2 v0.24.0 // indirect
147
- golang.org/x/sync v0.10 .0 // indirect
148
- golang.org/x/sys v0.29 .0 // indirect
149
- golang.org/x/term v0.28 .0 // indirect
150
- golang.org/x/text v0.21 .0 // indirect
148
+ golang.org/x/sync v0.13 .0 // indirect
149
+ golang.org/x/sys v0.32 .0 // indirect
150
+ golang.org/x/term v0.31 .0 // indirect
151
+ golang.org/x/text v0.24 .0 // indirect
151
152
golang.org/x/time v0.8.0 // indirect
152
- golang.org/x/tools v0.27.0 // indirect
153
153
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
154
154
google.golang.org/grpc v1.68.1 // indirect
155
155
google.golang.org/protobuf v1.35.2 // indirect
0 commit comments