Skip to content

Commit

Permalink
Cleanup proto (#2563)
Browse files Browse the repository at this point in the history
* cleanup proto

* update *.pb.go

* update irismod version and swagger

* revert script
  • Loading branch information
SegueII committed Feb 8, 2021
1 parent dffc561 commit be858a4
Show file tree
Hide file tree
Showing 18 changed files with 420 additions and 407 deletions.
280 changes: 140 additions & 140 deletions docs/endpoints/proto-docs.md

Large diffs are not rendered by default.

280 changes: 140 additions & 140 deletions docs/zh/endpoints/proto-docs.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -8,7 +8,7 @@ require (
github.com/golang/protobuf v1.4.3
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/irisnet/irismod v1.3.0
github.com/irisnet/irismod v1.3.1-0.20210208090153-0e5feb045a58
github.com/olebedev/config v0.0.0-20190528211619-364964f3a8e4
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.7
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Expand Up @@ -307,10 +307,8 @@ github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmK
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo=
github.com/irisnet/irismod v1.2.2-0.20210207103135-e2dd25c3e96b h1:fK5IGSguZzI7QlSirbIT+OEmLerFOb3luLHPwJk0wNE=
github.com/irisnet/irismod v1.2.2-0.20210207103135-e2dd25c3e96b/go.mod h1:5Ye17WorhxHwrGDZvSkmrfiFq5PXi3roINw1JcB4IB0=
github.com/irisnet/irismod v1.3.0 h1:yu6dJp+010LawbOoQsnDjufEKH9HQLiZK1ZZqH+jKqY=
github.com/irisnet/irismod v1.3.0/go.mod h1:5Ye17WorhxHwrGDZvSkmrfiFq5PXi3roINw1JcB4IB0=
github.com/irisnet/irismod v1.3.1-0.20210208090153-0e5feb045a58 h1:tunkshfQdGbXAlNPLy1nwW+zeKlq+LDtGlSAtMuqKnk=
github.com/irisnet/irismod v1.3.1-0.20210208090153-0e5feb045a58/go.mod h1:5Ye17WorhxHwrGDZvSkmrfiFq5PXi3roINw1JcB4IB0=
github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
Expand Down

0 comments on commit be858a4

Please sign in to comment.