forked from kgateway-dev/kgateway
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Bernie Birnbaum <[email protected]>
- Loading branch information
1 parent
64950d8
commit 13c0960
Showing
143 changed files
with
297 additions
and
246 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
changelog: | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: moby | ||
dependencyRepo: moby | ||
dependencyTag: v26.0.0 | ||
issueLink: https://github.com/solo-io/gloo/issues/10430 | ||
resolvesIssue: false |
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 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ require ( | |
github.com/go-swagger/go-swagger v0.21.0 | ||
github.com/gogo/googleapis v1.4.0 | ||
github.com/gogo/protobuf v1.3.2 | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/golang/protobuf v1.5.4 | ||
github.com/google/go-github v17.0.0+incompatible | ||
github.com/google/go-github/v32 v32.0.0 | ||
github.com/gorilla/mux v1.8.1 | ||
|
@@ -60,19 +60,19 @@ require ( | |
github.com/solo-io/solo-apis v0.0.0-20240528173540-7879b7d12cb9 | ||
github.com/solo-io/solo-kit v0.35.5 | ||
github.com/spf13/afero v1.9.2 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.8.1 | ||
go.opencensus.io v0.24.0 | ||
go.uber.org/goleak v1.3.0 | ||
go.uber.org/multierr v1.11.0 | ||
go.uber.org/zap v1.26.0 | ||
golang.org/x/crypto v0.18.0 | ||
golang.org/x/sync v0.6.0 | ||
golang.org/x/tools v0.17.0 | ||
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect | ||
golang.org/x/crypto v0.25.0 | ||
golang.org/x/sync v0.7.0 | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d | ||
google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect | ||
google.golang.org/grpc v1.59.0 | ||
google.golang.org/protobuf v1.32.0 | ||
google.golang.org/protobuf v1.33.0 | ||
gopkg.in/AlecAivazis/survey.v1 v1.8.7 | ||
helm.sh/helm/v3 v3.14.2 | ||
k8s.io/api v0.29.2 | ||
|
@@ -95,13 +95,13 @@ require ( | |
github.com/go-logr/zapr v1.3.0 | ||
github.com/golang/mock v1.6.0 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/google/uuid v1.3.1 | ||
github.com/google/uuid v1.6.0 | ||
github.com/mccutchen/go-httpbin/v2 v2.15.0 | ||
github.com/quasilyte/go-ruleguard/dsl v0.3.22 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d | ||
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 | ||
sigs.k8s.io/controller-tools v0.14.0 | ||
sigs.k8s.io/gateway-api v1.0.1-0.20231102234148-3b5969669194 | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 | ||
|
@@ -134,23 +134,23 @@ require ( | |
github.com/chai2010/gettext-go v1.0.2 // indirect | ||
github.com/cockroachdb/apd/v2 v2.0.1 // indirect | ||
github.com/containerd/cgroups v1.1.0 // indirect | ||
github.com/containerd/containerd v1.7.11 // indirect | ||
github.com/containerd/containerd v1.7.20 // indirect | ||
github.com/containerd/continuity v0.4.3 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect | ||
github.com/containerd/log v0.1.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect | ||
github.com/creack/pty v1.1.18 // indirect | ||
github.com/cyphar/filepath-securejoin v0.2.4 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/daviddengcn/go-colortext v1.0.0 // indirect | ||
github.com/distribution/reference v0.5.0 // indirect | ||
github.com/docker/cli v24.0.6+incompatible // indirect | ||
github.com/docker/distribution v2.8.2+incompatible // indirect | ||
github.com/docker/docker v24.0.7+incompatible // indirect | ||
github.com/distribution/reference v0.6.0 // indirect | ||
github.com/docker/cli v27.1.0+incompatible // indirect | ||
github.com/docker/distribution v2.8.3+incompatible // indirect | ||
github.com/docker/docker v27.1.0+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.0 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-connections v0.5.0 // indirect | ||
github.com/docker/go-metrics v0.0.1 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/emicklei/go-restful/v3 v3.11.0 // indirect | ||
github.com/emicklei/proto v1.6.15 // 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.7.0+incompatible // indirect | ||
github.com/evanphx/json-patch/v5 v5.8.0 // indirect | ||
|
@@ -254,13 +254,12 @@ require ( | |
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/morikuni/aec v1.0.0 // indirect | ||
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // 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-rc5 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
github.com/pierrec/lz4 v2.6.1+incompatible // indirect | ||
|
@@ -294,12 +293,12 @@ require ( | |
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect | ||
golang.org/x/mod v0.14.0 // indirect | ||
golang.org/x/net v0.20.0 // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/oauth2 v0.13.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/term v0.16.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/term v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect | ||
|
@@ -318,7 +317,7 @@ require ( | |
k8s.io/klog/v2 v2.110.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect | ||
k8s.io/metrics v0.29.2 // indirect | ||
oras.land/oras-go v1.2.4 // indirect | ||
oras.land/oras-go v1.2.6 // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect | ||
sigs.k8s.io/kustomize/kustomize/v5 v5.0.4-0.20230601165947-6ce0bf390ce3 // indirect | ||
|
@@ -336,7 +335,7 @@ replace ( | |
// 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 v24.0.7+incompatible | ||
github.com/docker/docker => github.com/moby/moby v26.0.0+incompatible | ||
|
||
// Remove once we get to envoy 1.30 | ||
github.com/envoyproxy/go-control-plane => github.com/solo-io/go-control-plane-fork-v2 v1.29.0-patch1 | ||
|
Oops, something went wrong.