Skip to content

Commit

Permalink
[TT-12311] exp/modcheck: Update go.mod dependencies (#6337)
Browse files Browse the repository at this point in the history
Triggered by: titpetric

| IMPORT | VERSION | LATEST | WARNINGS | CVES |
|:---|:---|:---|:---|:---|
| cenkalti/backoff/v4 | v4.2.1 | v4.3.0 | | |
| getkin/kin-openapi | v0.115.0 | v0.125.0 | Held back from upgrade | |
| golang/protobuf | v1.5.3 | v1.5.4 | | |
| gorilla/websocket | v1.5.1 | v1.5.2 | | 0 of 1 |
| hashicorp/consul/api | v1.26.1 | v1.29.1 | | |
| hashicorp/go-version | v1.6.0 | v1.7.0 | | |
| hashicorp/vault/api | v1.12.1 | v1.14.0 | | |
| miekg/dns | v1.1.57 | v1.1.59 | | 0 of 3 |
| openzipkin/zipkin-go | v0.4.2 | v0.4.3 | | |
| oschwald/maxminddb-golang | v1.12.0 | v1.13.0 | | |
| robertkrimen/otto | v0.3.0 | v0.4.0 | | |
| rs/cors | v1.10.1 | v1.11.0 | | 0 of 1 |
| stretchr/testify | v1.8.4 | v1.9.0 | | |
| valyala/fasthttp | v1.51.0 | v1.54.0 | | 0 of 1 |
| golang.org/x/crypto | v0.21.0 | v0.24.0 | | 0 of 9 |
| golang.org/x/net | v0.21.0 | v0.26.0 | | 0 of 16 |
| golang.org/x/sync | v0.6.0 | v0.7.0 | | |
| google.golang.org/grpc | v1.62.1 | v1.64.0 | | 0 of 1 |
| google.golang.org/protobuf | v1.33.0 | v1.34.1 | | 0 of 2 |
| go-redsync/redsync/v4 | v4.11.0 | v4.13.0 | Held back from upgrade | |
| redis/go-redis/v9 | v9.4.0 | v9.5.3 | | |
| newrelic/go-agent | v2.13.0 +incompatible | v3.33.0+incompatible |
Held back from upgrade | |
| go.opentelemetry.io/otel | v1.19.0 | v1.27.0 | Held back from upgrade
| |
| go.opentelemetry.io/otel/trace | v1.19.0 | v1.27.0 | Held back from
upgrade | |

<details>
  <summary>Steps performed</summary>

  ~~~
  + go get github.com/cenkalti/backoff/v4@v4.3.0
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: upgraded github.com/cenkalti/backoff/v4 v4.2.1 => v4.3.0
+ go get github.com/golang/protobuf@v1.5.4
go: downloading github.com/golang/protobuf v1.5.4
go: module github.com/golang/protobuf is deprecated: Use the
"google.golang.org/protobuf" module instead.
go: upgraded github.com/golang/protobuf v1.5.3 => v1.5.4
+ go get github.com/gorilla/websocket@v1.5.2
go: downloading github.com/gorilla/websocket v1.5.2
go: downloading golang.org/x/net v0.23.0
go: upgraded github.com/gorilla/websocket v1.5.1 => v1.5.2
go: upgraded golang.org/x/net v0.21.0 => v0.23.0
+ go get github.com/hashicorp/consul/api@v1.29.1
go: downloading github.com/hashicorp/consul/api v1.29.1
go: downloading golang.org/x/sys v0.19.0
go: downloading github.com/hashicorp/consul/sdk v0.16.1
go: downloading golang.org/x/crypto v0.22.0
go: downloading golang.org/x/net v0.24.0
go: upgraded github.com/hashicorp/consul/api v1.26.1 => v1.29.1
go: upgraded golang.org/x/crypto v0.21.0 => v0.22.0
go: upgraded golang.org/x/net v0.23.0 => v0.24.0
go: upgraded golang.org/x/sys v0.18.0 => v0.19.0
+ go get github.com/hashicorp/go-version@v1.7.0
go: downloading github.com/hashicorp/go-version v1.7.0
go: upgraded github.com/hashicorp/go-version v1.6.0 => v1.7.0
+ go get github.com/hashicorp/vault/api@v1.14.0
go: downloading github.com/hashicorp/vault v1.14.0
go: downloading github.com/hashicorp/vault/api v1.14.0
go: downloading github.com/go-jose/go-jose/v4 v4.0.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.6
go: downloading golang.org/x/net v0.25.0
go: downloading golang.org/x/crypto v0.23.0
go: downloading golang.org/x/text v0.15.0
go: downloading github.com/hashicorp/go-hclog v1.6.3
go: downloading golang.org/x/sys v0.20.0
go: added github.com/go-jose/go-jose/v4 v4.0.1
go: upgraded github.com/hashicorp/go-hclog v1.5.0 => v1.6.3
go: upgraded github.com/hashicorp/go-retryablehttp v0.6.6 => v0.7.6
go: upgraded github.com/hashicorp/vault/api v1.12.1 => v1.14.0
go: upgraded golang.org/x/crypto v0.22.0 => v0.23.0
go: upgraded golang.org/x/net v0.24.0 => v0.25.0
go: upgraded golang.org/x/sys v0.19.0 => v0.20.0
go: upgraded golang.org/x/text v0.14.0 => v0.15.0
+ go get github.com/miekg/dns@v1.1.59
go: downloading github.com/miekg/dns v1.1.59
go: downloading golang.org/x/tools v0.19.0
go: downloading golang.org/x/mod v0.16.0
go: upgraded github.com/miekg/dns v1.1.57 => v1.1.59
go: upgraded golang.org/x/mod v0.14.0 => v0.16.0
go: upgraded golang.org/x/tools v0.17.0 => v0.19.0
+ go get github.com/openzipkin/zipkin-go@v0.4.3
go: downloading github.com/openzipkin/zipkin-go v0.4.3
go: downloading github.com/IBM/sarama v1.43.1
go: downloading github.com/eapache/go-resiliency v1.6.0
go: downloading github.com/klauspost/compress v1.17.8
go: downloading github.com/pierrec/lz4/v4 v4.1.21
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/stretchr/testify v1.9.0
go: downloading google.golang.org/genproto
v0.0.0-20240227224415-6ceb2ff114de
go: downloading google.golang.org/genproto/googleapis/api
v0.0.0-20240227224415-6ceb2ff114de
go: downloading google.golang.org/genproto/googleapis/rpc
v0.0.0-20240415180920-8c6c420018be
go: downloading google.golang.org/grpc v1.63.2
go: upgraded github.com/IBM/sarama v1.42.1 => v1.43.1
go: upgraded github.com/eapache/go-resiliency v1.4.0 => v1.6.0
go: upgraded github.com/klauspost/compress v1.17.0 => v1.17.8
go: upgraded github.com/openzipkin/zipkin-go v0.4.2 => v0.4.3
go: upgraded github.com/pierrec/lz4/v4 v4.1.18 => v4.1.21
go: upgraded github.com/stretchr/objx v0.5.0 => v0.5.2
go: upgraded github.com/stretchr/testify v1.8.4 => v1.9.0
go: upgraded google.golang.org/genproto/googleapis/api
v0.0.0-20240123012728-ef4313101c80 => v0.0.0-20240227224415-6ceb2ff114de
go: upgraded google.golang.org/genproto/googleapis/rpc
v0.0.0-20240123012728-ef4313101c80 => v0.0.0-20240415180920-8c6c420018be
go: upgraded google.golang.org/grpc v1.62.1 => v1.63.2
+ go get github.com/oschwald/maxminddb-golang@v1.13.0
go: downloading github.com/oschwald/maxminddb-golang v1.13.0
go: upgraded github.com/oschwald/maxminddb-golang v1.12.0 => v1.13.0
+ go get github.com/robertkrimen/otto@v0.4.0
go: downloading github.com/robertkrimen/otto v0.4.0
go: upgraded github.com/robertkrimen/otto v0.3.0 => v0.4.0
+ go get github.com/rs/cors@v1.11.0
go: downloading github.com/rs/cors v1.11.0
go: upgraded github.com/rs/cors v1.10.1 => v1.11.0
+ go get github.com/stretchr/testify@v1.9.0
+ go get github.com/valyala/fasthttp@v1.54.0
go: downloading github.com/valyala/fasthttp v1.54.0
go: upgraded github.com/valyala/fasthttp v1.51.0 => v1.54.0
+ go get golang.org/x/crypto@v0.24.0
go: downloading golang.org/x/crypto v0.24.0
go: downloading golang.org/x/sync v0.7.0
go: downloading golang.org/x/mod v0.17.0
go: downloading golang.org/x/sys v0.21.0
go: downloading golang.org/x/text v0.16.0
go: downloading golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
go: upgraded golang.org/x/crypto v0.23.0 => v0.24.0
go: upgraded golang.org/x/mod v0.16.0 => v0.17.0
go: upgraded golang.org/x/sync v0.6.0 => v0.7.0
go: upgraded golang.org/x/sys v0.20.0 => v0.21.0
go: upgraded golang.org/x/text v0.15.0 => v0.16.0
go: upgraded golang.org/x/tools v0.19.0 =>
v0.21.1-0.20240508182429-e35e4ccd0d2d
+ go get golang.org/x/net@v0.26.0
go: downloading golang.org/x/net v0.26.0
go: upgraded golang.org/x/net v0.25.0 => v0.26.0
+ go get golang.org/x/sync@v0.7.0
+ go get google.golang.org/grpc@v1.64.0
go: downloading google.golang.org/grpc v1.64.0
go: downloading google.golang.org/genproto
v0.0.0-20231106174013-bbf56f31fb17
go: downloading google.golang.org/genproto/googleapis/api
v0.0.0-20240318140521-94a12d6c2237
go: upgraded google.golang.org/genproto/googleapis/api
v0.0.0-20240227224415-6ceb2ff114de => v0.0.0-20240318140521-94a12d6c2237
go: upgraded google.golang.org/grpc v1.63.2 => v1.64.0
+ go get google.golang.org/protobuf@v1.34.1
go: downloading google.golang.org/protobuf v1.34.1
go: upgraded google.golang.org/protobuf v1.33.0 => v1.34.1
+ go get github.com/redis/go-redis/v9@v9.5.3
go: downloading github.com/redis/go-redis/v9 v9.5.3
go: upgraded github.com/redis/go-redis/v9 v9.4.0 => v9.5.3
  ~~~
</details>

<details>
  <summary>go mod tidy output</summary>

  ```
  go: downloading github.com/ory/dockertest/v3 v3.10.0
go: downloading github.com/sebdah/goldie
v0.0.0-20180424091453-8784dd1ab561
go: downloading github.com/jensneuse/diffview v1.0.0
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading github.com/evanphx/json-patch/v5 v5.1.0
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/onsi/gomega v1.27.10
go: downloading github.com/bsm/ginkgo/v2 v2.12.0
go: downloading github.com/bsm/gomega v1.27.10
go: downloading github.com/hashicorp/consul/proto-public v0.6.1
go: downloading github.com/go-test/deep v1.0.8
go: downloading github.com/99designs/gqlgen v0.17.22
go: downloading github.com/vektah/gqlparser/v2 v2.5.1
go: downloading go.uber.org/goleak v1.2.1
go: downloading github.com/fortytw2/leaktest v1.3.0
go: downloading github.com/ugorji/go/codec v1.2.7
go: downloading gonum.org/v1/gonum v0.14.0
go: downloading github.com/ugorji/go v1.2.7
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/Microsoft/go-winio v0.6.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/sebdah/goldie/v2 v2.5.3
go: downloading github.com/go-redis/redis v6.15.9+incompatible
go: downloading github.com/go-redis/redis/v7 v7.4.0
go: downloading github.com/gomodule/redigo v1.8.9
go: downloading github.com/redis/rueidis v1.0.19
go: downloading github.com/stvp/tempredis
v0.0.0-20181119212430-b82af8480203
go: downloading github.com/hashicorp/go-msgpack v0.5.5
go: downloading github.com/hashicorp/memberlist v0.5.0
go: downloading github.com/frankban/quicktest v1.14.6
go: downloading github.com/benbjohnson/clock v1.1.0
go: downloading github.com/jcmturner/goidentity/v6 v6.0.1
go: downloading github.com/logrusorgru/aurora/v3 v3.0.0
go: downloading github.com/docker/cli v20.10.17+incompatible
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.11.0
go: downloading github.com/opencontainers/runc v1.1.5
go: downloading github.com/Nvveen/Gotty
v0.0.0-20120604004816-cd527374f1e5
go: downloading github.com/moby/term v0.0.0-20201216013528-df9cb8a40635
go: downloading github.com/opencontainers/image-spec v1.0.2
go: downloading github.com/nxadm/tail v1.4.8
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/pascaldekloe/goe v0.1.0
go: downloading github.com/google/btree v1.0.1
go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
go: downloading github.com/agnivade/levenshtein v1.1.1
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/containerd/continuity v0.3.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/docker/docker v20.10.7+incompatible
go: downloading github.com/google/shlex
v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/Azure/go-ansiterm
v0.0.0-20230124172434-306776ec8161
go: downloading github.com/golang/glog v1.2.0
go: downloading github.com/gogo/protobuf v1.3.2
  ```
</details>

JIRA: https://tyktech.atlassian.net/browse/TT-12311

---------

Co-authored-by: titpetric <233360+titpetric@users.noreply.github.com>
Co-authored-by: Tit Petric <tit@tyk.io>
  • Loading branch information
3 people committed Jun 13, 2024
1 parent 3e5963c commit 83db7b0
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 101 deletions.
2 changes: 1 addition & 1 deletion gateway/reverse_proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ func TestGraphQL_OptionsPassThrough(t *testing.T) {
Code: http.StatusOK,
HeadersMatch: map[string]string{
"Access-Control-Allow-Methods": http.MethodPost,
"Access-Control-Allow-Headers": "Content-Type",
"Access-Control-Allow-Headers": "content-type",
"Access-Control-Allow-Origin": "*",
},
})
Expand Down
65 changes: 33 additions & 32 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/bshuster-repo/logrus-logstash-hook v1.1.0
github.com/buger/jsonparser v1.1.1
github.com/cenk/backoff v2.2.1+incompatible
github.com/cenkalti/backoff/v4 v4.2.1
github.com/cenkalti/backoff/v4 v4.3.0
github.com/clbanning/mxj v1.8.4
github.com/evalphobia/logrus_sentry v0.8.2
github.com/gemnasium/logrus-graylog-hook v2.0.7+incompatible
Expand All @@ -35,44 +35,44 @@ require (
github.com/gocraft/health v0.0.0-20170925182251-8675af27fef0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang/protobuf v1.5.3
github.com/golang/protobuf v1.5.4
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.1
github.com/hashicorp/consul/api v1.26.1
github.com/gorilla/websocket v1.5.2
github.com/hashicorp/consul/api v1.29.1
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/vault/api v1.12.1
github.com/hashicorp/go-version v1.7.0
github.com/hashicorp/vault/api v1.14.0
github.com/jensneuse/abstractlogger v0.0.4
github.com/justinas/alice v1.2.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/lonelycode/osin v0.0.0-20160423095202-da239c9dacb6
github.com/mavricknz/ldap v0.0.0-20160227184754-f5a958005e43
github.com/miekg/dns v1.1.57
github.com/miekg/dns v1.1.59
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0
github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1 // test
github.com/opentracing/opentracing-go v1.2.0
github.com/openzipkin/zipkin-go v0.4.2
github.com/oschwald/maxminddb-golang v1.12.0
github.com/openzipkin/zipkin-go v0.4.3
github.com/oschwald/maxminddb-golang v1.13.0
github.com/paulbellamy/ratecounter v0.2.0
github.com/pires/go-proxyproto v0.7.0
github.com/pmylund/go-cache v2.1.0+incompatible
github.com/robertkrimen/otto v0.3.0
github.com/rs/cors v1.10.1
github.com/robertkrimen/otto v0.4.0
github.com/rs/cors v1.11.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/afero v1.11.0
github.com/stretchr/testify v1.8.4 // test
github.com/stretchr/testify v1.9.0 // test
github.com/uber/jaeger-client-go v2.30.1-0.20220110192849-8d8e8fcfd04d+incompatible
github.com/valyala/fasthttp v1.51.0 // test
github.com/valyala/fasthttp v1.54.0 // test
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/crypto v0.21.0
golang.org/x/net v0.21.0
golang.org/x/sync v0.6.0
google.golang.org/grpc v1.62.1
golang.org/x/crypto v0.24.0
golang.org/x/net v0.26.0
golang.org/x/sync v0.7.0
google.golang.org/grpc v1.64.0
google.golang.org/grpc/examples v0.0.0-20220317213542-f95b001a48df // test
google.golang.org/protobuf v1.33.0
google.golang.org/protobuf v1.34.1
gopkg.in/vmihailenco/msgpack.v2 v2.9.2
gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc
gopkg.in/yaml.v3 v3.0.1
Expand All @@ -81,7 +81,7 @@ require (
require (
github.com/TykTechnologies/exp/pkg/limiters v0.0.0-20231219151617-0c4f9315fe5c
github.com/go-redsync/redsync/v4 v4.11.0
github.com/redis/go-redis/v9 v9.4.0
github.com/redis/go-redis/v9 v9.5.3
)

require (
Expand All @@ -100,7 +100,7 @@ require (

require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/IBM/sarama v1.42.1 // indirect
github.com/IBM/sarama v1.43.1 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
Expand All @@ -117,7 +117,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/eapache/go-resiliency v1.4.0 // indirect
github.com/eapache/go-resiliency v1.6.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0 // indirect
Expand All @@ -128,6 +128,7 @@ require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/getsentry/raven-go v0.2.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
Expand All @@ -139,9 +140,9 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // 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-hclog v1.6.3 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/go-retryablehttp v0.7.6 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
Expand All @@ -164,7 +165,7 @@ require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.2 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/lonelycode/go-uuid v0.0.0-20141202165402-ed3ca8a15a93 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand All @@ -175,7 +176,7 @@ require (
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/r3labs/sse/v2 v2.8.1 // indirect
Expand All @@ -184,7 +185,7 @@ require (
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/tidwall/gjson v1.11.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
Expand All @@ -206,14 +207,14 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.17.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
Expand Down
Loading

0 comments on commit 83db7b0

Please sign in to comment.