-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
289 additions
and
3,075 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,9 @@ require ( | |
github.com/google/go-github/v32 v32.0.0 | ||
github.com/gorilla/mux v1.8.1 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 | ||
github.com/hashicorp/consul/api v1.28.2 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-uuid v1.0.3 // indirect | ||
github.com/hashicorp/vault/api v1.8.2 // indirect | ||
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c | ||
github.com/imdario/mergo v1.0.0 // indirect | ||
github.com/jhump/protoreflect v1.15.3 // indirect | ||
github.com/kelseyhightower/envconfig v1.4.0 | ||
github.com/onsi/ginkgo/v2 v2.20.2 | ||
github.com/onsi/gomega v1.35.0 | ||
|
@@ -35,9 +31,6 @@ require ( | |
github.com/solo-io/go-list-licenses v0.1.4 | ||
github.com/solo-io/go-utils v0.27.3 | ||
github.com/solo-io/k8s-utils v0.8.1 | ||
github.com/solo-io/protoc-gen-ext v0.0.25 // indirect | ||
github.com/solo-io/skv2 v0.41.0 | ||
github.com/solo-io/solo-kit v0.36.3 | ||
github.com/spf13/afero v1.11.0 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
|
@@ -91,31 +84,24 @@ require ( | |
require ( | ||
cel.dev/expr v0.16.0 // indirect | ||
contrib.go.opencensus.io/exporter/prometheus v0.4.0 // indirect | ||
cuelang.org/go v0.10.0 // indirect | ||
dario.cat/mergo v1.0.1 // indirect | ||
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/MakeNowJust/heredoc v1.0.0 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/sprig v2.22.0+incompatible // indirect | ||
github.com/Masterminds/sprig/v3 v3.3.0 // indirect | ||
github.com/Masterminds/squirrel v1.5.4 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/Microsoft/hcsshim v0.11.4 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect | ||
github.com/acomagu/bufpipe v1.0.3 // indirect | ||
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect | ||
github.com/armon/go-metrics v0.4.1 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/cenkalti/backoff/v3 v3.0.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/chai2010/gettext-go v1.0.2 // indirect | ||
github.com/cockroachdb/apd/v3 v3.2.1 // indirect | ||
github.com/containerd/cgroups v1.1.0 // indirect | ||
github.com/containerd/containerd v1.7.12 // indirect | ||
github.com/containerd/continuity v0.4.3 // indirect | ||
github.com/containerd/log v0.1.0 // indirect | ||
|
@@ -131,15 +117,13 @@ require ( | |
github.com/docker/go-connections v0.5.0 // indirect | ||
github.com/docker/go-metrics v0.0.1 // indirect | ||
github.com/emicklei/go-restful/v3 v3.12.0 // indirect | ||
github.com/emicklei/proto v1.13.2 // indirect | ||
github.com/emirpasic/gods v1.12.0 // indirect | ||
github.com/evanphx/json-patch v5.9.0+incompatible // indirect | ||
github.com/evanphx/json-patch/v5 v5.9.0 // indirect | ||
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect | ||
github.com/fatih/color v1.18.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||
github.com/gertd/go-pluralize v0.1.1 // indirect | ||
github.com/getkin/kin-openapi v0.123.0 // indirect | ||
github.com/go-errors/errors v1.5.1 // indirect | ||
github.com/go-git/gcfg v1.5.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.3.1 // indirect | ||
|
@@ -155,7 +139,6 @@ require ( | |
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/btree v1.1.2 // indirect | ||
github.com/google/cel-go v0.21.0 // indirect | ||
github.com/google/gnostic-models v0.6.8 // indirect | ||
|
@@ -169,26 +152,9 @@ require ( | |
github.com/gosuri/uitable v0.0.4 // indirect | ||
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-hclog v1.5.0 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect | ||
github.com/hashicorp/go-plugin v1.4.5 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect | ||
github.com/hashicorp/go-rootcerts v1.0.2 // indirect | ||
github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 // indirect | ||
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect | ||
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.2 // indirect | ||
github.com/hashicorp/go-version v1.7.0 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/serf v0.10.1 // indirect | ||
github.com/hashicorp/vault/sdk v0.6.0 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect | ||
github.com/huandu/xstrings v1.5.0 // indirect | ||
github.com/iancoleman/strcase v0.3.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/invopop/yaml v0.3.1 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/jmoiron/sqlx v1.4.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
|
@@ -213,50 +179,41 @@ require ( | |
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mattn/go-zglob v0.0.6 // indirect | ||
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
github.com/mitchellh/hashstructure v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/moby/locker v1.0.1 // indirect | ||
github.com/moby/spdystream v0.4.0 // indirect | ||
github.com/moby/term v0.5.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect | ||
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
github.com/pierrec/lz4 v2.6.1+incompatible // indirect | ||
github.com/planetscale/vtprotobuf v0.6.1-0.20240409071808-615f978279ca // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_golang v1.20.5 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.60.1 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/prometheus/statsd_exporter v0.21.0 // indirect | ||
github.com/pseudomuto/protoc-gen-doc v1.5.1 // indirect | ||
github.com/pseudomuto/protokit v0.2.1 // indirect | ||
github.com/radovskyb/watcher v1.0.2 // indirect | ||
github.com/rivo/uniseg v0.4.6 // indirect | ||
github.com/rogpeppe/go-internal v1.12.1-0.20240709150035-ccf4b4329d21 // indirect | ||
github.com/rubenv/sql-migrate v1.7.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
github.com/sagikazarmark/locafero v0.4.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/shopspring/decimal v1.4.0 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/solo-io/anyvendor v0.1.0 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/spf13/cast v1.7.0 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
|
@@ -267,6 +224,7 @@ require ( | |
github.com/xeipuuv/gojsonschema v1.2.0 // indirect | ||
github.com/xlab/treeprint v1.2.0 // indirect | ||
github.com/yuin/goldmark v1.7.4 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect | ||
go.opentelemetry.io/otel v1.31.0 // indirect | ||
go.opentelemetry.io/otel/exporters/prometheus v0.53.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.31.0 // indirect | ||
|
@@ -288,7 +246,6 @@ require ( | |
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
|
@@ -304,50 +261,7 @@ require ( | |
sigs.k8s.io/mcs-api v0.1.1-0.20240624222831-d7001fe1d21c // indirect | ||
) | ||
|
||
replace ( | ||
github.com/apache/thrift => github.com/apache/thrift v0.14.0 | ||
github.com/census-instrumentation/opencensus-proto => github.com/census-instrumentation/opencensus-proto v0.2.0 // indirect | ||
// required for ci https://github.com/solo-io/gloo/pull/4147#discussion_r562911110 | ||
github.com/containerd/containerd => github.com/containerd/containerd v1.4.13 | ||
|
||
// pin to the jwt-go fork to fix CVE. | ||
// using the pseudo version of github.com/form3tech-oss/[email protected] instead of the version directly, | ||
// to avoid error about it being used for two different module paths | ||
github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v0.0.0-20210511163231-5b2d2b5f6c34 | ||
github.com/docker/docker => github.com/moby/moby v26.0.0+incompatible | ||
|
||
// Pin this to a version compatible with protoc-gen-openapi | ||
github.com/getkin/kin-openapi => github.com/getkin/kin-openapi v0.107.0 | ||
|
||
// Newer versions result in changes to the names of generated metrics | ||
// remove this when we fix https://github.com/solo-io/solo-kit/issues/516 | ||
github.com/iancoleman/strcase => github.com/iancoleman/strcase v0.1.3 | ||
|
||
github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 | ||
|
||
// github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.0-rc1 | ||
|
||
// skv2 uses a newer version than the imported solo-kit version which causes issues. Replaces the version with the solo-kit version | ||
github.com/pseudomuto/protoc-gen-doc => github.com/pseudomuto/protoc-gen-doc v1.0.0 | ||
// Required for proper serialization of CRDs | ||
github.com/renstrom/dedent => github.com/lithammer/dedent v1.0.0 | ||
|
||
// Pin Kube libraries to v0.31 | ||
// These should be upgraded collectively | ||
k8s.io/api => k8s.io/api v0.31.1 | ||
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.31.1 | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.31.1 | ||
k8s.io/apiserver => k8s.io/apiserver v0.31.1 | ||
k8s.io/cli-runtime => k8s.io/cli-runtime v0.31.1 | ||
k8s.io/client-go => k8s.io/client-go v0.31.1 | ||
k8s.io/code-generator => k8s.io/code-generator v0.31.1 | ||
k8s.io/component-base => k8s.io/component-base v0.31.1 | ||
k8s.io/component-helpers => k8s.io/component-helpers v0.31.1 | ||
// version of kube-openapi used by client-go v0.31.1 | ||
k8s.io/kubectl => k8s.io/kubectl v0.31.1 | ||
k8s.io/metrics => k8s.io/metrics v0.31.1 | ||
k8s.io/utils => k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 | ||
) | ||
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 | ||
|
||
exclude ( | ||
// Exclude pre-go-mod kubernetes tags, because they are older | ||
|
Oops, something went wrong.