Skip to content

Commit

Permalink
Merge pull request #420 from insolar/NOISSUE-update-dependencies
Browse files Browse the repository at this point in the history
NOISSUE: updated dependencies
  • Loading branch information
pavlushev committed Aug 18, 2020
2 parents f291011 + 64c9777 commit edd8ace
Show file tree
Hide file tree
Showing 41 changed files with 10,161 additions and 123 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ require (
github.com/google/uuid v1.1.1
github.com/hashicorp/golang-lru v0.5.3
github.com/insolar/insconfig v0.0.0-20200227134411-011eca6dc866
github.com/insolar/insolar v1.7.1
github.com/insolar/mainnet v1.10.1
github.com/insolar/insolar v1.7.2
github.com/insolar/mainnet v1.10.2
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/labstack/echo/v4 v4.1.11
github.com/mitchellh/mapstructure v1.1.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/ory/dockertest/v3 v3.5.2
Expand All @@ -33,6 +35,7 @@ require (
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
golang.org/x/sys v0.0.0-20191020212454-3e7259c5e7c2 // indirect
gonum.org/v1/gonum v0.6.0 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect
google.golang.org/grpc v1.21.0
gopkg.in/yaml.v2 v2.2.8
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ github.com/insolar/gls v0.0.0-20200427111849-9a08a622625d/go.mod h1:zVEHF2wEThHw
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.7.1 h1:+69jSCMLZ0C78dKrDzmIcbHntdsxQG2MiwGyF/oOOV4=
github.com/insolar/insolar v1.7.1/go.mod h1:njbrBINqSm5ek4TZj06D1xQE9fI3NOG5rG/fvNnfAGY=
github.com/insolar/mainnet v1.10.1 h1:T32qG99+vdVcdo29SrY7qvaumDnGJE7Jk3GaY0ODlHE=
github.com/insolar/mainnet v1.10.1/go.mod h1:aPJALzEePMcA5L//hGmP/lO6fEu/91xB4H1uUbtmi/8=
github.com/insolar/insolar v1.7.2 h1:8+x/EaJQdBshTeMcJ9tVZFIsCeQdXHrzNDveVgLWsIE=
github.com/insolar/insolar v1.7.2/go.mod h1:njbrBINqSm5ek4TZj06D1xQE9fI3NOG5rG/fvNnfAGY=
github.com/insolar/mainnet v1.10.2 h1:NrYBWUJMCWf2dLg6l0IQju8ZN7n0jQ7iEYZlfveTZwI=
github.com/insolar/mainnet v1.10.2/go.mod h1:AGV7WgOiNe5mUkeSwF1hoiEF6oTnHodXT/Ukd6k2w9w=
github.com/insolar/rpc v1.2.2-0.20200331123021-db57b8833f82/go.mod h1:BZcTsPtQu8QG8RqqQdAnuNAG8n6TOrdNxIHro0h99Ik=
github.com/insolar/x-crypto v0.0.0-20191031140942-75fab8a325f6 h1:WS4a7qw+P1pcnviyxyMTA/aR+T51wJok1IC9rJkHrTg=
github.com/insolar/x-crypto v0.0.0-20191031140942-75fab8a325f6/go.mod h1:9mvKFD2wFLEGmK8pNFIowmGRTjfyn3YHtr10s7DHpBY=
Expand Down
5 changes: 3 additions & 2 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.

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

Loading

0 comments on commit edd8ace

Please sign in to comment.