summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2024-05-27 19:42:21 +0000
committerjannfis <jann@mistrust.net>2024-05-27 19:42:21 +0000
commit6889843bd6855514cb8e28631edacc31c2e0742d (patch)
tree6c16b1ac5b6502561e6d3f6840efb3426250ffe0 /go.mod
parent67f3d349f9fb60bb232cf6f0734a090bc48f5a4e (diff)
Update go.mod
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 4 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 7b10bc8..e7d6b0a 100644
--- a/go.mod
+++ b/go.mod
@@ -9,9 +9,11 @@ require (
github.com/argoproj/argo-cd/v2 v2.11.2
github.com/argoproj/gitops-engine v0.7.1-0.20240416142647-fbecbb86e412
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e
- github.com/bradleyfalzon/ghinstallation v1.1.1
+ github.com/bmatcuk/doublestar/v4 v4.6.0
+ github.com/bradleyfalzon/ghinstallation/v2 v2.6.0
github.com/distribution/distribution/v3 v3.0.0-20230722181636-7b502560cad4
github.com/go-git/go-git/v5 v5.11.0
+ github.com/google/uuid v1.3.1
github.com/miracl/conflate v1.3.2
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0-rc4
@@ -24,6 +26,7 @@ require (
go.uber.org/ratelimit v0.3.0
golang.org/x/crypto v0.21.0
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691
+ golang.org/x/oauth2 v0.11.0
golang.org/x/sync v0.3.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.26.11
@@ -63,16 +66,13 @@ require (
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
- github.com/bmatcuk/doublestar/v4 v4.6.0 // indirect
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
- github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chai2010/gettext-go v1.0.2 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/coreos/go-oidc/v3 v3.6.0 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/go-metrics v0.0.1 // indirect
@@ -102,12 +102,10 @@ require (
github.com/google/btree v1.1.2 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
- github.com/google/go-github/v29 v29.0.2 // indirect
github.com/google/go-github/v53 v53.2.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
- github.com/google/uuid v1.3.1 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
@@ -160,7 +158,6 @@ require (
go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.23.0 // indirect
- golang.org/x/oauth2 v0.11.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect