@@ -34,25 +34,25 @@ require (
3434 go.etcd.io/etcd/api/v3 v3.5.0-alpha.0
3535 go.etcd.io/etcd/client/v3 v3.5.0-alpha.0
3636 go.uber.org/atomic v1.9.0
37- go.uber.org/goleak v1.1.11
37+ go.uber.org/goleak v1.1.12
3838 go.uber.org/ratelimit v0.2.1-0.20220713224938-b62b799bc9a5
3939 go.uber.org/zap v1.21.0
4040 golang.org/x/net v0.0.0-20220225172249-27dd8689420f
4141 golang.org/x/text v0.3.7
42- google.golang.org/grpc v1.40 .0
42+ google.golang.org/grpc v1.43 .0
4343 gopkg.in/yaml.v3 v3.0.0
4444 k8s.io/client-go v0.23.5
4545 vimagination.zapto.org/byteio v1.0.1
4646)
4747
4848require (
4949 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
50- github.com/Microsoft/go-winio v0.4.17 // indirect
51- github.com/Microsoft/hcsshim v0.8.23 // indirect
50+ github.com/Microsoft/go-winio v0.5.1 // indirect
51+ github.com/Microsoft/hcsshim v0.9.4 // indirect
5252 github.com/cenkalti/backoff/v4 v4.1.2 // indirect
53- github.com/containerd/cgroups v1.0.1 // indirect
54- github.com/containerd/containerd v1.5.9 // indirect
55- github.com/docker/distribution v2.7 .1+incompatible // indirect
53+ github.com/containerd/cgroups v1.0.4 // indirect
54+ github.com/containerd/containerd v1.6.8 // indirect
55+ github.com/docker/distribution v2.8 .1+incompatible // indirect
5656 github.com/docker/docker v20.10.11+incompatible // indirect
5757 github.com/docker/go-connections v0.4.0 // indirect
5858 github.com/docker/go-units v0.4.0 // indirect
@@ -71,10 +71,10 @@ require (
7171 github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
7272 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7373 github.com/modern-go/reflect2 v1.0.2 // indirect
74- github.com/morikuni/aec v0 .0.0-20170113033406-39771216ff4c // indirect
74+ github.com/morikuni/aec v1 .0.0 // indirect
7575 github.com/opencontainers/go-digest v1.0.0 // indirect
76- github.com/opencontainers/image-spec v1.0.2 // indirect
77- github.com/opencontainers/runc v1.0.2 // indirect
76+ github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
77+ github.com/opencontainers/runc v1.1.3 // indirect
7878 github.com/sirupsen/logrus v1.8.1 // indirect
7979 github.com/ugorji/go/codec v1.1.7 // indirect
8080 go.opencensus.io v0.23.0 // indirect
@@ -105,7 +105,7 @@ require (
105105 github.com/gobuffalo/packr v1.30.1 // indirect
106106 github.com/golang/protobuf v1.5.2 // indirect
107107 github.com/gorilla/mux v1.8.0
108- github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 // indirect
108+ github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
109109 github.com/inconshreveable/mousetrap v1.0.0 // indirect
110110 github.com/joho/godotenv v1.3.0 // indirect
111111 github.com/klauspost/compress v1.15.0 // indirect
@@ -141,7 +141,7 @@ require (
141141 golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
142142 golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
143143 golang.org/x/tools v0.1.10 // indirect
144- google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1 // indirect
144+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
145145 google.golang.org/protobuf v1.27.1
146146 gopkg.in/natefinch/lumberjack.v2 v2.0.0
147147 k8s.io/apimachinery v0.23.5 // indirect
0 commit comments