...

Text file src/github.com/grpc-ecosystem/grpc-gateway/go.mod

Documentation: github.com/grpc-ecosystem/grpc-gateway

     1module github.com/grpc-ecosystem/grpc-gateway
     2
     3go 1.14
     4
     5require (
     6	github.com/antihax/optional v1.0.0
     7	github.com/ghodss/yaml v1.0.0
     8	github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
     9	github.com/golang/protobuf v1.3.3
    10	github.com/rogpeppe/fastuuid v1.2.0
    11	golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
    12	golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
    13	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    14	google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884
    15	google.golang.org/grpc v1.33.1
    16	gopkg.in/yaml.v2 v2.2.3 // indirect
    17)

View as plain text