Skip to content

Commit

Permalink
Merge pull request #79 from insolar/MN-740-limited-exporter-api
Browse files Browse the repository at this point in the history
MN-740: update to the insolar v1.8.1
  • Loading branch information
MikhailPopov authored Sep 10, 2020
2 parents 8e3fe17 + a435b91 commit 67bfcb1
Show file tree
Hide file tree
Showing 517 changed files with 78,213 additions and 112,992 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@ go 1.12

require (
github.com/google/gops v0.3.6
github.com/insolar/insolar v1.7.2
github.com/insolar/insolar v1.8.1
github.com/insolar/x-crypto v0.0.0-20191031140942-75fab8a325f6
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.4.0
github.com/tylerb/is v2.1.4+incompatible // indirect
golang.org/x/tools v0.0.0-20191108193012-7d206e10da11
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
)

replace github.com/insolar/mainnet => ./

replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43
77 changes: 66 additions & 11 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion insolar-scripts
8 changes: 8 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/.travis.yml

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

22 changes: 22 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/LICENSE.txt

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

67 changes: 67 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/README.md

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

3 changes: 3 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/go.mod

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

Empty file.
236 changes: 236 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/xxhash.go

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

13 changes: 13 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go

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

Loading

0 comments on commit 67bfcb1

Please sign in to comment.