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 Dec 1, 2021
1 parent 40df0b1 commit 8903d46
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 2,419 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 @@ -95,4 +94,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.

Loading

0 comments on commit 8903d46

Please sign in to comment.