@@ -27,23 +27,15 @@ require (
27
27
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0
28
28
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1
29
29
github.com/Masterminds/semver/v3 v3.1.1
30
- // github.com/ProtonMail/go-crypto is a fork of golang.org/x/crypto
31
- // maintained by the ProtonMail team to continue to support the openpgp
32
- // module, after the Go team decided to no longer maintain it.
33
- // When in doubt (and not using openpgp), use /x/crypto.
34
- github.com/ProtonMail/go-crypto v0.0.0-20220930113650-c6815a8c17ad // indirect
35
30
github.com/cyphar/filepath-securejoin v0.2.3
36
31
github.com/distribution/distribution/v3 v3.0.0-20221019080424-fb2188868d77
37
32
github.com/docker/cli v20.10.20+incompatible
38
33
github.com/docker/go-units v0.5.0
39
- github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 // indirect
40
- github.com/fluxcd/gitkit v0.6.0 // indirect
41
34
github.com/fluxcd/pkg/apis/meta v0.17.0
42
35
github.com/fluxcd/pkg/git v0.6.1
43
36
github.com/fluxcd/pkg/git/gogit v0.0.0-20221026111216-11a3405b2580
44
37
github.com/fluxcd/pkg/git/libgit2 v0.0.0-20221026111216-11a3405b2580
45
38
github.com/fluxcd/pkg/gittestserver v0.7.0
46
- github.com/fluxcd/pkg/gitutil v0.2.0 // indirect
47
39
github.com/fluxcd/pkg/helmtestserver v0.9.0
48
40
github.com/fluxcd/pkg/lockedfile v0.1.0
49
41
github.com/fluxcd/pkg/masktoken v0.2.0
@@ -72,7 +64,6 @@ require (
72
64
github.com/sirupsen/logrus v1.9.0
73
65
github.com/spf13/pflag v1.0.5
74
66
golang.org/x/crypto v0.1.0
75
- golang.org/x/net v0.1.0 // indirect
76
67
golang.org/x/sync v0.1.0
77
68
google.golang.org/api v0.100.0
78
69
gotest.tools v2.2.0+incompatible
@@ -110,6 +101,7 @@ require (
110
101
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
111
102
github.com/Masterminds/squirrel v1.5.3 // indirect
112
103
github.com/Microsoft/go-winio v0.6.0 // indirect
104
+ github.com/ProtonMail/go-crypto v0.0.0-20220930113650-c6815a8c17ad // indirect
113
105
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
114
106
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
115
107
github.com/acomagu/bufpipe v1.0.3 // indirect
@@ -175,6 +167,7 @@ require (
175
167
github.com/docker/go-metrics v0.0.1 // indirect
176
168
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
177
169
github.com/dustin/go-humanize v1.0.0 // indirect
170
+ github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 // indirect
178
171
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
179
172
github.com/emirpasic/gods v1.18.1 // indirect
180
173
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1 // indirect
@@ -184,7 +177,9 @@ require (
184
177
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
185
178
github.com/fatih/color v1.13.0 // indirect
186
179
github.com/felixge/httpsnoop v1.0.3 // indirect
180
+ github.com/fluxcd/gitkit v0.6.0 // indirect
187
181
github.com/fluxcd/pkg/apis/acl v0.1.0 // indirect
182
+ github.com/fluxcd/pkg/gitutil v0.2.0 // indirect
188
183
github.com/fluxcd/pkg/http/transport v0.1.0 // indirect
189
184
github.com/fsnotify/fsnotify v1.5.4 // indirect
190
185
github.com/fullstorydev/grpcurl v1.8.7 // indirect
@@ -377,6 +372,7 @@ require (
377
372
go.uber.org/zap v1.23.0 // indirect
378
373
golang.org/x/exp v0.0.0-20220823124025-807a23277127 // indirect
379
374
golang.org/x/mod v0.6.0 // indirect
375
+ golang.org/x/net v0.1.0 // indirect
380
376
golang.org/x/oauth2 v0.1.0 // indirect
381
377
golang.org/x/sys v0.1.0 // indirect
382
378
golang.org/x/term v0.1.0 // indirect
0 commit comments