2025-01-10 21:14:00 +00:00
|
|
|
module github.com/argoproj/argo-cd/v3
|
2020-05-26 16:15:38 +00:00
|
|
|
|
2026-04-05 14:55:46 +00:00
|
|
|
go 1.26.1
|
2020-05-26 16:15:38 +00:00
|
|
|
|
|
|
|
|
require (
|
2026-02-03 08:36:02 +00:00
|
|
|
code.gitea.io/sdk/gitea v0.23.2
|
2025-05-08 12:21:30 +00:00
|
|
|
dario.cat/mergo v1.0.2
|
2026-01-14 13:53:39 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
|
2025-11-11 14:44:08 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
|
2026-04-10 06:13:25 +00:00
|
|
|
github.com/Azure/kubelogin v0.2.17
|
2025-06-30 13:14:44 +00:00
|
|
|
github.com/Masterminds/semver/v3 v3.4.0
|
2024-09-02 09:24:34 +00:00
|
|
|
github.com/Masterminds/sprig/v3 v3.3.0
|
2025-03-07 15:52:22 +00:00
|
|
|
github.com/TomOnTime/utfutil v1.0.0
|
2026-02-26 09:34:13 +00:00
|
|
|
github.com/alicebob/miniredis/v2 v2.37.0
|
2026-02-12 14:29:40 +00:00
|
|
|
github.com/argoproj/argo-cd/gitops-engine v0.7.1-0.20250908182407-97ad5b59a627
|
2026-02-16 08:55:24 +00:00
|
|
|
github.com/argoproj/notifications-engine v0.5.1-0.20260213231747-1dbe3de712f8
|
2025-06-06 11:27:02 +00:00
|
|
|
github.com/argoproj/pkg v0.13.6
|
2025-04-16 20:15:42 +00:00
|
|
|
github.com/argoproj/pkg/v2 v2.0.1
|
2026-01-26 06:05:12 +00:00
|
|
|
github.com/bmatcuk/doublestar/v4 v4.10.0
|
2025-01-13 15:46:07 +00:00
|
|
|
github.com/bombsimon/logrusr/v4 v4.1.0
|
2026-03-11 13:57:25 +00:00
|
|
|
github.com/bradleyfalzon/ghinstallation/v2 v2.18.0
|
2025-12-10 06:32:30 +00:00
|
|
|
github.com/casbin/casbin/v2 v2.135.0
|
2025-09-05 13:45:09 +00:00
|
|
|
github.com/casbin/govaluate v1.10.0
|
2025-12-17 16:17:55 +00:00
|
|
|
github.com/cenkalti/backoff/v5 v5.0.3
|
2024-07-25 19:24:17 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0
|
2024-04-28 09:20:16 +00:00
|
|
|
github.com/chainguard-dev/git-urls v1.0.2
|
2026-04-09 07:52:19 +00:00
|
|
|
github.com/coreos/go-oidc/v3 v3.18.0
|
2025-11-20 11:35:37 +00:00
|
|
|
github.com/cyphar/filepath-securejoin v0.6.1
|
2025-03-10 14:06:54 +00:00
|
|
|
github.com/dlclark/regexp2 v1.11.5
|
2023-06-01 13:55:06 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.1
|
2025-01-29 16:32:36 +00:00
|
|
|
github.com/evanphx/json-patch v5.9.11+incompatible
|
2026-02-16 08:29:13 +00:00
|
|
|
github.com/expr-lang/expr v1.17.8
|
2024-07-25 19:24:28 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.4
|
2025-04-07 09:55:18 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.9.0
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/gfleury/go-bitbucket-v1 v0.0.0-20240917142304-df385efaac68
|
2025-08-28 13:18:32 +00:00
|
|
|
// DO NOT BUMP UNTIL go-git/go-git#1551 is fixed
|
|
|
|
|
github.com/go-git/go-git/v5 v5.14.0
|
2026-04-01 14:15:25 +00:00
|
|
|
github.com/go-jose/go-jose/v4 v4.1.4
|
2025-05-29 13:28:52 +00:00
|
|
|
github.com/go-logr/logr v1.4.3
|
2026-03-09 05:29:50 +00:00
|
|
|
github.com/go-openapi/loads v0.23.3
|
|
|
|
|
github.com/go-openapi/runtime v0.29.3
|
2024-08-07 14:18:37 +00:00
|
|
|
github.com/go-playground/webhooks/v6 v6.4.0
|
2023-05-04 22:06:56 +00:00
|
|
|
github.com/go-redis/cache/v9 v9.0.0
|
2020-05-26 16:15:38 +00:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/gogits/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
|
2021-05-27 17:20:53 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2026-01-29 08:03:41 +00:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.3.1
|
2026-03-17 14:22:23 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
|
2024-04-09 22:09:15 +00:00
|
|
|
github.com/golang/protobuf v1.5.4
|
2024-08-22 17:18:21 +00:00
|
|
|
github.com/google/btree v1.1.3
|
2025-11-17 19:21:44 +00:00
|
|
|
github.com/google/gnostic-models v0.7.0 // indirect
|
2025-02-24 19:32:18 +00:00
|
|
|
github.com/google/go-cmp v0.7.0
|
2025-03-21 16:27:12 +00:00
|
|
|
github.com/google/go-github/v69 v69.2.0
|
2026-04-06 21:12:55 +00:00
|
|
|
github.com/google/go-jsonnet v0.22.0
|
2020-08-24 23:46:38 +00:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2025-03-21 16:27:12 +00:00
|
|
|
github.com/google/uuid v1.6.1-0.20241114170450-2d3c2a9cc518
|
2024-07-25 14:20:51 +00:00
|
|
|
github.com/gorilla/handlers v1.5.2
|
2025-06-13 17:06:19 +00:00
|
|
|
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
|
2024-12-24 03:50:12 +00:00
|
|
|
github.com/gosimple/slug v1.15.0
|
2025-06-17 14:42:51 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
|
2025-11-05 11:43:48 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
|
2020-12-09 19:33:54 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
2025-06-19 16:55:41 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.8
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/improbable-eng/grpc-web v0.15.1-0.20230209220825-1d9bbb09a099
|
2026-04-06 21:13:20 +00:00
|
|
|
github.com/itchyny/gojq v0.12.19
|
2025-08-20 20:44:03 +00:00
|
|
|
github.com/jarcoal/httpmock v1.4.1
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/jeremywohl/flatten v1.0.2-0.20211013061545-07e4a09fb8e4
|
2020-05-26 16:15:38 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2026-04-06 16:14:34 +00:00
|
|
|
github.com/ktrysmt/go-bitbucket v0.9.95
|
2026-04-12 07:29:29 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.21
|
2024-09-02 09:11:37 +00:00
|
|
|
github.com/mattn/go-zglob v0.0.6
|
2025-03-21 16:27:12 +00:00
|
|
|
github.com/microsoft/azure-devops-go-api/azuredevops/v7 v7.1.1-0.20241014080628-3045bdf43455
|
2024-06-05 18:28:19 +00:00
|
|
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
|
2026-03-10 13:03:48 +00:00
|
|
|
github.com/oauth2-proxy/mockoidc v0.0.0-20240214162133-caebfff84d25
|
2026-03-13 21:40:18 +00:00
|
|
|
github.com/olekukonko/tablewriter v1.1.4
|
2025-06-06 11:27:02 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
|
|
|
github.com/opencontainers/image-spec v1.1.1
|
2025-03-21 16:27:12 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.1-0.20191004192108-46f407853014+incompatible
|
2025-09-08 13:11:21 +00:00
|
|
|
github.com/prometheus/client_golang v1.23.2
|
2025-04-14 11:19:03 +00:00
|
|
|
github.com/prometheus/client_model v0.6.2
|
2025-08-11 07:03:33 +00:00
|
|
|
github.com/r3labs/diff/v3 v3.0.2
|
2026-02-21 22:40:35 +00:00
|
|
|
github.com/redis/go-redis/v9 v9.18.0
|
2025-03-21 16:27:12 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.2-0.20210106135023-bc59245fe10e
|
2026-01-18 09:31:46 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.4
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
2021-10-25 23:52:19 +00:00
|
|
|
github.com/soheilhy/cmux v0.1.5
|
2025-12-04 10:36:49 +00:00
|
|
|
github.com/spf13/cobra v1.10.2
|
2025-09-06 19:03:21 +00:00
|
|
|
github.com/spf13/pflag v1.0.10
|
2025-08-28 13:16:35 +00:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2022-12-05 13:38:03 +00:00
|
|
|
github.com/valyala/fasttemplate v1.2.2
|
2026-04-01 14:14:34 +00:00
|
|
|
github.com/yuin/gopher-lua v1.1.2
|
2026-03-02 10:01:47 +00:00
|
|
|
gitlab.com/gitlab-org/api/client-go v1.46.0
|
2026-04-12 17:17:56 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0
|
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0
|
2026-04-06 21:53:42 +00:00
|
|
|
go.opentelemetry.io/otel v1.43.0
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.43.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk v1.43.0
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.43.0
|
2026-04-01 14:34:18 +00:00
|
|
|
go.yaml.in/yaml/v3 v3.0.4
|
2026-04-12 07:13:20 +00:00
|
|
|
golang.org/x/crypto v0.50.0
|
2026-04-12 09:43:12 +00:00
|
|
|
golang.org/x/net v0.53.0
|
2026-03-09 07:27:46 +00:00
|
|
|
golang.org/x/oauth2 v0.36.0
|
2026-03-09 06:14:02 +00:00
|
|
|
golang.org/x/sync v0.20.0
|
2026-04-12 07:13:20 +00:00
|
|
|
golang.org/x/term v0.42.0
|
2026-03-09 05:28:56 +00:00
|
|
|
golang.org/x/time v0.15.0
|
2026-04-06 21:53:42 +00:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9
|
2026-04-06 21:14:07 +00:00
|
|
|
google.golang.org/grpc v1.80.0
|
2025-12-15 14:03:55 +00:00
|
|
|
google.golang.org/protobuf v1.36.11
|
2021-05-27 17:20:53 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2025-09-08 20:06:51 +00:00
|
|
|
k8s.io/api v0.34.0
|
|
|
|
|
k8s.io/apiextensions-apiserver v0.34.0
|
|
|
|
|
k8s.io/apimachinery v0.34.0
|
|
|
|
|
k8s.io/client-go v0.34.0
|
|
|
|
|
k8s.io/code-generator v0.34.0
|
2026-03-26 23:18:54 +00:00
|
|
|
k8s.io/klog/v2 v2.140.0
|
2025-09-08 20:06:51 +00:00
|
|
|
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
|
|
|
|
|
k8s.io/kubectl v0.34.0
|
2026-02-24 16:42:12 +00:00
|
|
|
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
|
2020-05-26 16:15:38 +00:00
|
|
|
layeh.com/gopher-json v0.0.0-20190114024228-97fed8db8427
|
2025-05-09 14:03:58 +00:00
|
|
|
oras.land/oras-go/v2 v2.6.0
|
2025-06-13 17:06:19 +00:00
|
|
|
sigs.k8s.io/controller-runtime v0.21.0
|
2026-02-21 22:41:44 +00:00
|
|
|
sigs.k8s.io/structured-merge-diff/v6 v6.3.2
|
2025-07-25 11:45:04 +00:00
|
|
|
sigs.k8s.io/yaml v1.6.0
|
2020-05-26 16:15:38 +00:00
|
|
|
)
|
|
|
|
|
|
2022-01-25 14:23:43 +00:00
|
|
|
require (
|
2025-03-05 19:58:32 +00:00
|
|
|
cloud.google.com/go/auth v0.15.0 // indirect
|
|
|
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
|
2025-11-18 09:23:14 +00:00
|
|
|
cloud.google.com/go/compute/metadata v0.9.0 // indirect
|
2025-11-09 19:10:06 +00:00
|
|
|
cyphar.com/go-pathrs v0.2.1 // indirect
|
2025-08-28 18:37:39 +00:00
|
|
|
github.com/42wim/httpsig v1.2.3 // indirect
|
2025-03-19 14:31:37 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.2 // indirect
|
2025-08-01 13:43:34 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
|
2025-06-13 17:06:19 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
|
|
|
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
|
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
|
|
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
2025-03-19 14:31:37 +00:00
|
|
|
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 // indirect
|
2025-11-11 14:44:08 +00:00
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/MakeNowJust/heredoc v1.0.0 // indirect
|
|
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
2025-03-05 19:58:32 +00:00
|
|
|
github.com/OvyFlash/telegram-bot-api v0.0.0-20241219171906-3f2ca0c14ada // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/PagerDuty/go-pagerduty v1.8.0 // indirect
|
2025-04-16 14:13:40 +00:00
|
|
|
github.com/ProtonMail/go-crypto v1.1.6 // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20240116134246-a8cbe886bab0 // indirect
|
2026-03-29 19:58:12 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2 v1.41.5
|
2026-04-06 14:52:29 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/config v1.32.14
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.19.14
|
2026-03-30 00:02:24 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.21 // indirect
|
2026-03-29 19:58:12 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 // indirect
|
2026-03-30 13:05:43 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.6 // indirect
|
2026-03-17 22:01:40 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7 // indirect
|
2026-03-29 19:58:12 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21 // indirect
|
2026-03-30 00:02:24 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/signin v1.0.9 // indirect
|
2025-03-10 15:02:16 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/sqs v1.38.1 // indirect
|
2026-04-06 14:52:29 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.30.15 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.19 // indirect
|
2026-03-29 19:58:12 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.41.10
|
2026-04-03 18:08:32 +00:00
|
|
|
github.com/aws/smithy-go v1.24.3
|
2022-01-25 14:23:43 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-10-18 15:17:00 +00:00
|
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
2024-08-23 22:28:34 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
2025-06-13 17:06:19 +00:00
|
|
|
github.com/chai2010/gettext-go v1.0.3 // indirect
|
2026-03-13 21:40:18 +00:00
|
|
|
github.com/clipperhouse/displaywidth v0.10.0 // indirect
|
|
|
|
|
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
|
2026-02-25 21:52:55 +00:00
|
|
|
github.com/cloudflare/circl v1.6.3 // indirect
|
2025-02-18 15:25:28 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
|
2024-08-23 22:28:34 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
2025-03-21 16:27:12 +00:00
|
|
|
github.com/desertbit/timer v1.0.1 // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/distribution/reference v0.6.0 // indirect
|
2025-06-13 17:06:19 +00:00
|
|
|
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
|
2023-03-17 14:00:57 +00:00
|
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
2025-02-11 14:28:01 +00:00
|
|
|
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
|
2025-03-04 16:15:35 +00:00
|
|
|
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
2025-05-20 14:37:47 +00:00
|
|
|
github.com/fatih/color v1.18.0 // indirect
|
2025-09-08 20:06:51 +00:00
|
|
|
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
|
2023-05-04 22:06:56 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
2025-06-13 17:06:19 +00:00
|
|
|
github.com/go-errors/errors v1.5.1 // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
2023-06-05 13:10:43 +00:00
|
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
2025-01-23 11:12:44 +00:00
|
|
|
github.com/go-git/go-billy/v5 v5.6.2 // indirect
|
2026-04-03 18:08:58 +00:00
|
|
|
github.com/go-jose/go-jose/v3 v3.0.5 // indirect
|
2022-08-05 16:59:28 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2026-03-09 05:29:50 +00:00
|
|
|
github.com/go-openapi/analysis v0.24.3 // indirect
|
|
|
|
|
github.com/go-openapi/errors v0.22.7 // indirect
|
|
|
|
|
github.com/go-openapi/jsonpointer v0.22.5 // indirect
|
|
|
|
|
github.com/go-openapi/jsonreference v0.21.5 // indirect
|
|
|
|
|
github.com/go-openapi/spec v0.22.4 // indirect
|
|
|
|
|
github.com/go-openapi/strfmt v0.26.0 // indirect
|
2025-06-13 17:06:19 +00:00
|
|
|
github.com/go-openapi/swag v0.23.1 // indirect
|
2026-03-09 05:29:50 +00:00
|
|
|
github.com/go-openapi/swag/conv v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/fileutils v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/jsonname v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/jsonutils v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/loading v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/mangling v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/stringutils v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/yamlutils v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/validate v0.25.2 // indirect
|
|
|
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
2025-03-22 22:45:43 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
|
2025-07-17 16:02:09 +00:00
|
|
|
github.com/golang/glog v1.2.5 // indirect
|
2026-01-06 06:39:27 +00:00
|
|
|
github.com/google/go-querystring v1.2.0 // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
|
|
|
|
|
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
|
2022-08-05 16:59:28 +00:00
|
|
|
github.com/gosimple/unidecode v1.0.1 // indirect
|
2025-03-05 19:58:32 +00:00
|
|
|
github.com/gregdel/pushover v1.3.1 // indirect
|
2023-05-04 22:06:56 +00:00
|
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
2026-03-03 11:34:16 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
|
2022-03-23 10:37:28 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2025-04-04 17:12:04 +00:00
|
|
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
2024-09-02 09:24:34 +00:00
|
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
2023-06-07 12:07:03 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2026-04-06 21:13:20 +00:00
|
|
|
github.com/itchyny/timefmt-go v0.1.8 // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
2025-06-13 17:06:19 +00:00
|
|
|
github.com/jonboulle/clockwork v0.5.0 // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2023-03-17 14:00:57 +00:00
|
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
2025-04-22 02:06:13 +00:00
|
|
|
github.com/keybase/go-keychain v0.0.1 // indirect
|
2025-04-12 08:13:47 +00:00
|
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
2025-06-13 17:06:19 +00:00
|
|
|
github.com/mailru/easyjson v0.9.0 // indirect
|
2026-01-19 07:00:22 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
2025-11-12 13:03:02 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.19 // indirect
|
2024-09-02 09:24:34 +00:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
2024-05-08 15:16:18 +00:00
|
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
2023-05-31 12:44:48 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2024-09-02 09:24:34 +00:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2025-03-04 16:15:35 +00:00
|
|
|
github.com/moby/spdystream v0.5.0 // indirect
|
2025-06-13 17:06:19 +00:00
|
|
|
github.com/moby/term v0.5.2 // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2025-09-08 20:06:51 +00:00
|
|
|
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
|
2022-08-05 16:59:28 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
2026-02-16 08:55:24 +00:00
|
|
|
github.com/nats-io/nats.go v1.43.0 // indirect
|
|
|
|
|
github.com/nats-io/nkeys v0.4.11 // indirect
|
|
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
2025-11-12 13:03:02 +00:00
|
|
|
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
|
2026-03-13 21:40:18 +00:00
|
|
|
github.com/olekukonko/errors v1.2.0 // indirect
|
|
|
|
|
github.com/olekukonko/ll v0.1.6 // indirect
|
2025-03-05 19:58:32 +00:00
|
|
|
github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.23 // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
2025-01-23 11:12:44 +00:00
|
|
|
github.com/pjbgf/sha1cd v0.3.2 // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
2024-12-21 10:36:46 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-08-23 22:28:34 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2025-09-08 13:11:21 +00:00
|
|
|
github.com/prometheus/common v0.66.1 // indirect
|
2025-06-13 17:06:19 +00:00
|
|
|
github.com/prometheus/procfs v0.16.1 // indirect
|
2025-03-21 16:27:12 +00:00
|
|
|
github.com/rs/cors v1.11.1 // indirect
|
2022-03-23 10:37:28 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2024-06-07 11:27:07 +00:00
|
|
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
2024-09-02 09:24:34 +00:00
|
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
2025-02-28 14:27:16 +00:00
|
|
|
github.com/skeema/knownhosts v1.3.1 // indirect
|
2025-03-05 19:58:32 +00:00
|
|
|
github.com/slack-go/slack v0.16.0 // indirect
|
|
|
|
|
github.com/spf13/cast v1.7.1 // indirect
|
2024-06-07 11:27:07 +00:00
|
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
2022-03-29 22:11:02 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2023-03-08 14:42:10 +00:00
|
|
|
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
|
2025-03-21 16:27:12 +00:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
github.com/x448/float16 v0.8.4 // indirect
|
2023-03-17 14:00:57 +00:00
|
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
2024-05-08 15:16:18 +00:00
|
|
|
github.com/xlab/treeprint v1.2.0 // indirect
|
2025-09-30 13:41:54 +00:00
|
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
2026-04-06 21:53:42 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.43.0 // indirect
|
|
|
|
|
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
|
2026-03-11 10:12:56 +00:00
|
|
|
go.uber.org/atomic v1.11.0 // indirect
|
2025-06-26 11:42:18 +00:00
|
|
|
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
2026-04-12 07:13:20 +00:00
|
|
|
golang.org/x/mod v0.34.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
|
|
|
golang.org/x/text v0.36.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.43.0 // indirect
|
2025-12-11 06:12:38 +00:00
|
|
|
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
|
|
|
|
|
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45 // indirect
|
2024-05-08 15:16:18 +00:00
|
|
|
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
|
2022-12-05 09:18:12 +00:00
|
|
|
gomodules.xyz/notify v0.1.1 // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
google.golang.org/api v0.223.0 // indirect
|
|
|
|
|
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
|
2026-04-12 17:17:56 +00:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
2022-01-25 14:23:43 +00:00
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
|
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
2025-09-08 20:06:51 +00:00
|
|
|
k8s.io/apiserver v0.34.0 // indirect
|
|
|
|
|
k8s.io/cli-runtime v0.34.0 // indirect
|
|
|
|
|
k8s.io/component-base v0.34.0 // indirect
|
|
|
|
|
k8s.io/component-helpers v0.34.0 // indirect
|
|
|
|
|
k8s.io/controller-manager v0.34.0 // indirect
|
2025-08-14 10:01:55 +00:00
|
|
|
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
|
2025-09-08 20:06:51 +00:00
|
|
|
k8s.io/kube-aggregator v0.34.0 // indirect
|
2025-12-16 07:09:29 +00:00
|
|
|
k8s.io/kubernetes v1.34.2 // indirect
|
2025-03-06 21:17:14 +00:00
|
|
|
nhooyr.io/websocket v1.8.7 // indirect
|
2025-06-13 17:06:19 +00:00
|
|
|
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
|
2025-09-08 20:06:51 +00:00
|
|
|
sigs.k8s.io/kustomize/api v0.20.1 // indirect
|
|
|
|
|
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
|
2025-03-14 20:52:00 +00:00
|
|
|
sigs.k8s.io/randfill v1.0.0 // indirect
|
2022-04-26 14:02:53 +00:00
|
|
|
)
|
2022-04-15 00:25:08 +00:00
|
|
|
|
2026-03-09 05:29:50 +00:00
|
|
|
require (
|
2026-03-29 19:58:44 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/codecommit v1.33.12
|
2026-04-06 14:52:29 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.31.10
|
2026-03-09 05:29:50 +00:00
|
|
|
github.com/oklog/ulid/v2 v2.1.1 // indirect
|
|
|
|
|
)
|
2026-02-21 22:40:35 +00:00
|
|
|
|
2026-04-01 14:34:18 +00:00
|
|
|
require (
|
|
|
|
|
github.com/google/go-github/v84 v84.0.0 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|
2026-03-11 13:57:25 +00:00
|
|
|
|
2020-05-26 16:15:38 +00:00
|
|
|
replace (
|
2024-04-09 22:09:15 +00:00
|
|
|
github.com/golang/protobuf => github.com/golang/protobuf v1.5.4
|
2020-12-09 19:33:54 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway => github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
2025-08-14 10:01:55 +00:00
|
|
|
golang.org/x/tools => golang.org/x/tools v0.35.0
|
2020-05-26 16:15:38 +00:00
|
|
|
|
2023-02-01 21:04:44 +00:00
|
|
|
// Avoid CVE-2022-3064
|
|
|
|
|
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0
|
|
|
|
|
|
2025-09-08 20:06:51 +00:00
|
|
|
k8s.io/api => k8s.io/api v0.34.0
|
|
|
|
|
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.34.0
|
|
|
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.34.0
|
|
|
|
|
k8s.io/apiserver => k8s.io/apiserver v0.34.0
|
|
|
|
|
k8s.io/cli-runtime => k8s.io/cli-runtime v0.34.0
|
|
|
|
|
k8s.io/client-go => k8s.io/client-go v0.34.0
|
|
|
|
|
k8s.io/cloud-provider => k8s.io/cloud-provider v0.34.0
|
|
|
|
|
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.34.0
|
|
|
|
|
k8s.io/code-generator => k8s.io/code-generator v0.34.0
|
|
|
|
|
k8s.io/component-base => k8s.io/component-base v0.34.0
|
|
|
|
|
k8s.io/component-helpers => k8s.io/component-helpers v0.34.0
|
|
|
|
|
k8s.io/controller-manager => k8s.io/controller-manager v0.34.0
|
|
|
|
|
k8s.io/cri-api => k8s.io/cri-api v0.34.0
|
|
|
|
|
k8s.io/cri-client => k8s.io/cri-client v0.34.0
|
|
|
|
|
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.34.0
|
|
|
|
|
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.34.0
|
|
|
|
|
k8s.io/endpointslice => k8s.io/endpointslice v0.34.0
|
|
|
|
|
k8s.io/externaljwt => k8s.io/externaljwt v0.34.0
|
|
|
|
|
k8s.io/kms => k8s.io/kms v0.34.0
|
|
|
|
|
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.34.0
|
|
|
|
|
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.34.0
|
|
|
|
|
k8s.io/kube-proxy => k8s.io/kube-proxy v0.34.0
|
|
|
|
|
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.34.0
|
|
|
|
|
k8s.io/kubectl => k8s.io/kubectl v0.34.0
|
|
|
|
|
k8s.io/kubelet => k8s.io/kubelet v0.34.0
|
|
|
|
|
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.34.0
|
|
|
|
|
k8s.io/metrics => k8s.io/metrics v0.34.0
|
|
|
|
|
k8s.io/mount-utils => k8s.io/mount-utils v0.34.0
|
|
|
|
|
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.34.0
|
|
|
|
|
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.34.0
|
|
|
|
|
k8s.io/sample-cli-plugin => k8s.io/sample-cli-plugin v0.34.0
|
|
|
|
|
k8s.io/sample-controller => k8s.io/sample-controller v0.34.0
|
2020-05-26 16:15:38 +00:00
|
|
|
)
|
2025-10-06 16:40:30 +00:00
|
|
|
|
2026-02-12 14:29:40 +00:00
|
|
|
replace github.com/argoproj/argo-cd/gitops-engine => ./gitops-engine
|