File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,23 @@ require (
3030 google.golang.org/protobuf v1.30.0
3131)
3232
33- require github.com/golang/protobuf v1.5.2
33+ require (
34+ github.com/golang/protobuf v1.5.2
35+ github.com/hashicorp/go-multierror v1.1.1
36+ )
3437
3538require (
3639 github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
3740 github.com/ardielle/ardielle-go v1.5.2 // indirect
3841 github.com/beorn7/perks v1.0.1 // indirect
3942 github.com/cespare/xxhash/v2 v2.1.1 // indirect
4043 github.com/danieljoos/wincred v1.1.2 // indirect
41- github.com/dvsekhvalnov/jose2go v1.5 .0 // indirect
44+ github.com/dvsekhvalnov/jose2go v1.6 .0 // indirect
4245 github.com/fsnotify/fsnotify v1.4.9 // indirect
4346 github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
4447 github.com/golang/snappy v0.0.1 // indirect
4548 github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
4649 github.com/hashicorp/errwrap v1.0.0 // indirect
47- github.com/hashicorp/go-multierror v1.1.1 // indirect
4850 github.com/inconshreveable/mousetrap v1.0.1 // indirect
4951 github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
5052 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
7474github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
7575github.com/dimfeld/httptreemux v5.0.1+incompatible h1:Qj3gVcDNoOthBAqftuD596rm4wg/adLLz5xh5CmpiCA =
7676github.com/dimfeld/httptreemux v5.0.1+incompatible /go.mod h1:rbUlSV+CCpv/SuqUTP/8Bk2O3LyUV436/yaRGkhP6Z0 =
77- github.com/dvsekhvalnov/jose2go v1.5 .0 h1:3j8ya4Z4kMCwT5nXIKFSV84YS+HdqSSO0VsTQxaLAeM =
78- github.com/dvsekhvalnov/jose2go v1.5 .0 /go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU =
77+ github.com/dvsekhvalnov/jose2go v1.6 .0 h1:Y9gnSnP4qEI0+/uQkHvFXeD2PLPJeXEL+ySMEA2EjTY =
78+ github.com/dvsekhvalnov/jose2go v1.6 .0 /go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU =
7979github.com/envoyproxy/go-control-plane v0.9.0 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
8080github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
8181github.com/envoyproxy/go-control-plane v0.9.4 /go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98 =
You can’t perform that action at this time.
0 commit comments