Skip to content

Commit c8eba4b

Browse files
committed
chore: remove unused legacy grpc-web settings causing panic errors when shutting down gracefully
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
1 parent b66f813 commit c8eba4b

File tree

5 files changed

+7
-167
lines changed

5 files changed

+7
-167
lines changed

go.mod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ require (
2424
github.com/googleapis/gax-go/v2 v2.15.0
2525
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2
2626
github.com/hashicorp/vault/api v1.21.0
27-
github.com/improbable-eng/grpc-web v0.15.0
2827
github.com/jinzhu/copier v0.4.0
2928
github.com/lib/pq v1.10.9
3029
github.com/mna/redisc v1.4.0
@@ -85,7 +84,6 @@ require (
8584
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
8685
github.com/cespare/xxhash/v2 v2.3.0 // indirect
8786
github.com/davecgh/go-spew v1.1.1 // indirect
88-
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
8987
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
9088
github.com/felixge/httpsnoop v1.0.4 // indirect
9189
github.com/go-logr/logr v1.4.3 // indirect
@@ -118,7 +116,6 @@ require (
118116
github.com/prometheus/common v0.66.1 // indirect
119117
github.com/prometheus/procfs v0.16.1 // indirect
120118
github.com/prometheus/prometheus v0.35.0 // indirect
121-
github.com/rs/cors v1.8.2 // indirect
122119
github.com/ryanuber/go-glob v1.0.0 // indirect
123120
github.com/zeebo/xxh3 v1.0.2 // indirect
124121
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -136,7 +133,6 @@ require (
136133
golang.org/x/tools v0.36.0 // indirect
137134
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
138135
gopkg.in/yaml.v3 v3.0.1 // indirect
139-
nhooyr.io/websocket v1.8.6 // indirect
140136
)
141137

142138
replace k8s.io/code-generator => k8s.io/code-generator v0.0.0-20191003035328-700b1226c0bd

0 commit comments

Comments
 (0)