-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependency Updates for CVE Resolutions (#463)
Signed-off-by: Charlie Crawford <[email protected]>
- Loading branch information
1 parent
5e1be59
commit b095d15
Showing
10 changed files
with
205 additions
and
490 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 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.21.3 AS build | ||
FROM golang:1.21.5 AS build | ||
WORKDIR /ratelimit | ||
|
||
ENV GOPROXY=https://proxy.golang.org | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.21.3 AS build | ||
FROM golang:1.21.5 AS build | ||
WORKDIR /xds-server | ||
|
||
COPY . . | ||
|
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 |
---|---|---|
@@ -1,20 +1,22 @@ | ||
module github.com/envoyproxy/ratelimit/examples/xds-sotw-config-server | ||
|
||
go 1.21.3 | ||
go 1.21.5 | ||
|
||
require ( | ||
github.com/envoyproxy/go-control-plane v0.10.3-0.20230127155013-72157d335c8f | ||
google.golang.org/grpc v1.52.0 | ||
github.com/envoyproxy/go-control-plane v0.11.1 | ||
google.golang.org/grpc v1.59.0 | ||
) | ||
|
||
require ( | ||
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect | ||
github.com/cncf/xds/go v0.0.0-20220314180256-7f1daf1720fc // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.9.1 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
) |
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 |
---|---|---|
@@ -1,61 +1,59 @@ | ||
module github.com/envoyproxy/ratelimit | ||
|
||
go 1.21.3 | ||
go 1.21.5 | ||
|
||
require ( | ||
github.com/alicebob/miniredis/v2 v2.23.0 | ||
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b | ||
github.com/coocood/freecache v1.1.0 | ||
github.com/envoyproxy/go-control-plane v0.10.3-0.20230127155013-72157d335c8f | ||
github.com/golang/mock v1.4.4 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/gorilla/mux v1.7.4-0.20191121170500-49c01487a141 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | ||
github.com/kavu/go_reuseport v1.2.0 | ||
github.com/alicebob/miniredis/v2 v2.31.0 | ||
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 | ||
github.com/coocood/freecache v1.2.4 | ||
github.com/envoyproxy/go-control-plane v0.11.1 | ||
github.com/golang/mock v1.6.0 | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/google/uuid v1.4.0 | ||
github.com/gorilla/mux v1.8.1 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 | ||
github.com/kavu/go_reuseport v1.5.0 | ||
github.com/kelseyhightower/envconfig v1.4.0 | ||
github.com/lyft/goruntime v0.3.0 | ||
github.com/lyft/gostats v0.4.1 | ||
github.com/lyft/gostats v0.4.12 | ||
github.com/mediocregopher/radix/v3 v3.8.1 | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/stretchr/testify v1.8.1 | ||
golang.org/x/net v0.17.0 | ||
google.golang.org/grpc v1.52.0 | ||
google.golang.org/protobuf v1.28.1 | ||
gopkg.in/yaml.v2 v2.3.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/stretchr/testify v1.8.4 | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 | ||
go.opentelemetry.io/otel v1.21.0 | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 | ||
go.opentelemetry.io/otel/sdk v1.21.0 | ||
go.opentelemetry.io/otel/trace v1.21.0 | ||
golang.org/x/net v0.19.0 | ||
google.golang.org/grpc v1.59.0 | ||
google.golang.org/protobuf v1.31.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/cenkalti/backoff/v4 v4.1.2 // indirect | ||
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect | ||
github.com/cenkalti/backoff/v4 v4.2.1 // indirect | ||
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect | ||
github.com/cncf/xds/go v0.0.0-20220314180256-7f1daf1720fc // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.6.3 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
require ( | ||
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.9.1 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/google/uuid v1.3.0 | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/go-logr/logr v1.3.0 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.31.0 | ||
go.opentelemetry.io/otel v1.7.0 | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.6.3 | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.6.3 | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.6.3 | ||
go.opentelemetry.io/otel/sdk v1.7.0 | ||
go.opentelemetry.io/otel/trace v1.7.0 | ||
go.opentelemetry.io/proto/otlp v0.19.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
github.com/stretchr/objx v0.5.1 // indirect | ||
github.com/yuin/gopher-lua v1.1.1 // indirect | ||
go.opentelemetry.io/otel/metric v1.21.0 // indirect | ||
go.opentelemetry.io/proto/otlp v1.0.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect | ||
google.golang.org/genproto v0.0.0-20231127180814-3a041ad873d4 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20231127180814-3a041ad873d4 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.