Skip to content

Commit

Permalink
Merge pull request #81 from insolar/MN-771-optional-rate-limiting
Browse files Browse the repository at this point in the history
MN-771: add the insolar v1.8.2 with an optional rate-limiting
  • Loading branch information
MikhailPopov authored Sep 15, 2020
2 parents 67bfcb1 + 8ea7fd5 commit 9c00b29
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.12

require (
github.com/google/gops v0.3.6
github.com/insolar/insolar v1.8.1
github.com/insolar/insolar v1.8.2
github.com/insolar/x-crypto v0.0.0-20191031140942-75fab8a325f6
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ github.com/insolar/go-actors v0.0.0-20190805151516-2fcc7bfc8ff9 h1:476W50z1EA/U8
github.com/insolar/go-actors v0.0.0-20190805151516-2fcc7bfc8ff9/go.mod h1:vh6gyvTJhKxCMROgV7ADLE1jS19NAd6gIaHCjHgVWKQ=
github.com/insolar/insconfig v0.0.0-20200227134411-011eca6dc866 h1:821agB4jwkceJbV2lniBH3/mGLqSaHPhmurMfeGZAVg=
github.com/insolar/insconfig v0.0.0-20200227134411-011eca6dc866/go.mod h1:zB9bawcGFKS4hwXcu6yH4rYH06EZnGlFfhl0+KMKM9k=
github.com/insolar/insolar v1.8.1 h1:aQjWMHDgHfatzTWDDn5Xbau202FkGL65x6llLJkEGkw=
github.com/insolar/insolar v1.8.1/go.mod h1:vBRQccV1Uuao6tRxD8Ek45CDp+15LMz15gELb2Qgn34=
github.com/insolar/insolar v1.8.2 h1:d1bZyPvU5z6otUYDpb4JQ7NC2X01gOSYN687Yc+vTNA=
github.com/insolar/insolar v1.8.2/go.mod h1:vBRQccV1Uuao6tRxD8Ek45CDp+15LMz15gELb2Qgn34=
github.com/insolar/ratelimiter v1.0.0 h1:MgroVdLHgyuQWgXHHVe+3vM4xEVQ7ssqAU3KlrO4rYU=
github.com/insolar/ratelimiter v1.0.0/go.mod h1:tdN/LjBmGJt5/dfwAQk+0GXVtv2f+mGKvXpnt2FBpfs=
github.com/insolar/rpc v1.2.2-0.20200331123021-db57b8833f82 h1:SbU7YjfN6JdDP3ULyYqqgxtSOlDkFPKm6ddN4tM0bFI=
Expand Down
2 changes: 1 addition & 1 deletion insolar-scripts
2 changes: 2 additions & 0 deletions vendor/github.com/insolar/insolar/configuration/exporter.go

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

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ github.com/insolar/go-actors/actor/system
github.com/insolar/go-actors/actor/mailbox
# github.com/insolar/insconfig v0.0.0-20200227134411-011eca6dc866
github.com/insolar/insconfig
# github.com/insolar/insolar v1.8.1
# github.com/insolar/insolar v1.8.2
github.com/insolar/insolar/cmd/insgocc
github.com/insolar/insolar/cmd/keeperd
github.com/insolar/insolar/cmd/pulsard
Expand Down

0 comments on commit 9c00b29

Please sign in to comment.