Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 4 additions & 5 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/ethereum/go-ethereum v1.9.9 // indirect
github.com/globalsign/mgo v0.0.0-20180828104044-6f9f54af1356
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.2
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/iost-official/go-iost v3.3.1+incompatible
Expand All @@ -22,18 +22,17 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.2.1-0.20180724185102-c2dbbc24a979 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.3.0 // indirect
github.com/prometheus/client_golang v1.11.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/afero v1.1.1 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20180814060501-14d3d4c51834 // indirect
github.com/spf13/pflag v1.0.3-0.20180821114517-d929dcbb1086 // indirect
github.com/spf13/viper v1.1.1-0.20180828220506-8addaed22d65
github.com/valyala/fasttemplate v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200117145432-59e60aa80a0c // indirect
google.golang.org/api v0.15.0
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
google.golang.org/grpc v1.26.0
Expand Down
103 changes: 84 additions & 19 deletions backend/go.sum

Large diffs are not rendered by default.

222 changes: 157 additions & 65 deletions backend/vendor/github.com/golang/protobuf/descriptor/descriptor.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading