-
- Downloads
Comment out verification of key response (FIXME)
parent
db6168d9
No related branches found
No related tags found
... | @@ -27,6 +27,7 @@ require ( | ... | @@ -27,6 +27,7 @@ require ( |
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | ||
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect | google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect | ||
google.golang.org/grpc v1.38.0 | |||
google.golang.org/protobuf v1.26.0 | google.golang.org/protobuf v1.26.0 | ||
gopkg.in/ini.v1 v1.62.0 // indirect | gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | gopkg.in/yaml.v2 v2.4.0 // indirect | ||
... | ... |
Please register or sign in to comment