@@ -5,15 +5,11 @@ go 1.18
55require (
66 github.com/coreos/go-oidc/v3 v3.1.0
77 github.com/gogo/gateway v1.1.0
8- github.com/gogo/googleapis v1.4.1
9- github.com/gogo/protobuf v1.3.2
10- github.com/golang/protobuf v1.5.2
118 github.com/gorilla/securecookie v1.1.1
129 github.com/grpc-ecosystem/grpc-gateway v1.16.0
1310 github.com/labstack/echo/v4 v4.9.1
1411 github.com/stretchr/testify v1.8.1
1512 github.com/urfave/cli/v2 v2.3.0
16- go.temporal.io/api v1.16.0
1713 golang.org/x/net v0.7.0
1814 golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
1915 google.golang.org/grpc v1.52.3
@@ -24,21 +20,25 @@ require (
2420require (
2521 github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
2622 github.com/davecgh/go-spew v1.1.1 // indirect
23+ github.com/gogo/protobuf v1.3.2 // indirect
2724 github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
25+ github.com/golang/protobuf v1.5.2 // indirect
26+ github.com/kr/pretty v0.1.0 // indirect
2827 github.com/labstack/gommon v0.4.0 // indirect
2928 github.com/mattn/go-colorable v0.1.12 // indirect
3029 github.com/mattn/go-isatty v0.0.14 // indirect
3130 github.com/pmezard/go-difflib v1.0.0 // indirect
3231 github.com/russross/blackfriday/v2 v2.1.0 // indirect
3332 github.com/valyala/bytebufferpool v1.0.0 // indirect
3433 github.com/valyala/fasttemplate v1.2.1 // indirect
35- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
34+ golang.org/x/crypto v0.1.0 // indirect
3635 golang.org/x/sys v0.5.0 // indirect
3736 golang.org/x/text v0.7.0 // indirect
3837 golang.org/x/time v0.1.0 // indirect
3938 google.golang.org/appengine v1.6.7 // indirect
4039 google.golang.org/genproto v0.0.0-20230127162408-596548ed4efa // indirect
4140 google.golang.org/protobuf v1.28.1 // indirect
41+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
4242 gopkg.in/square/go-jose.v2 v2.6.0 // indirect
4343)
4444
0 commit comments