Skip to content

Commit

Permalink
remove modvendor tool
Browse files Browse the repository at this point in the history
Not needed anymore since we upgraded go-ethereum, including this fix:
ethereum/go-ethereum#20232

The vendor changes are from running `go mod vendor`, which now
includes the secp256k1.h file previously not vendored due to the above
bug.
  • Loading branch information
benma committed Oct 26, 2021
1 parent f0190b1 commit 839af62
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 2,419 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -26,7 +26,6 @@ envinit:
GO111MODULE=off go get -u github.com/stretchr/testify # needed for mockery
GO111MODULE=on go get -u github.com/vektra/mockery/...
GO111MODULE=off go get -u github.com/matryer/moq
GO111MODULE=off go get -u github.com/goware/modvendor
GO111MODULE=off go get golang.org/x/tools/cmd/goimports
GO111MODULE=off go get -u golang.org/x/mobile/cmd/gomobile
GO111MODULE=off gomobile init
Expand Down Expand Up @@ -96,4 +95,3 @@ locize-fix:
locize format ${WEBROOT}/src/locales --format json
go-vendor:
go mod vendor
modvendor -copy="**/*.c **/*.h **/*.proto" -v

This file was deleted.

This file was deleted.

0 comments on commit 839af62

Please sign in to comment.