Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to go-module #10

Merged
merged 6 commits into from
Aug 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Next Next commit
convert vendor to go module
libotony committed Jul 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6b0d25c7216dd930ce78eed08011472beaf9b018
75 changes: 75 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
module github.com/ethereum/go-ethereum

go 1.22

require (
github.com/Azure/azure-storage-blob-go v0.0.0-20180712005634-eaae161d9d5e
github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847
github.com/btcsuite/btcd v0.0.0-20171128150713-2e60448ffcc6
github.com/cespare/cp v0.1.0
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
github.com/docker/docker v17.12.0-ce-rc1.0.20180625184442-8e610b2b55bf+incompatible
github.com/edsrzf/mmap-go v0.0.0-20160512033002-935e0e8a636c
github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa
github.com/fatih/color v1.3.0
github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc
github.com/gizak/termui v2.2.1-0.20170117222342-991cd3d38091+incompatible
github.com/go-stack/stack v1.5.4
github.com/golang/protobuf v1.5.4
github.com/golang/snappy v0.0.0-20170215233205-553a64147049
github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad
github.com/huin/goupnp v0.0.0-20161224104101-679507af18f3
github.com/influxdata/influxdb v1.2.3-0.20180221223340-01288bdb0883
github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458
github.com/julienschmidt/httprouter v1.1.1-0.20170430222011-975b5c4c7c21
github.com/karalabe/hid v0.0.0-20170821103837-f00545f9f374
github.com/mattn/go-colorable v0.0.8-0.20170210172801-5411d3eea597
github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
github.com/olekukonko/tablewriter v0.0.0-20170128050532-febf2d34b54a
github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222
github.com/peterh/liner v1.0.1-0.20170902204657-a37ad3984311
github.com/prometheus/prometheus v0.0.0-20170814170113-3101606756c5
github.com/rjeczalik/notify v0.9.1-0.20180808203925-4e54e7fd043e
github.com/robertkrimen/otto v0.1.0
github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v0.0.0-20180708030551-c4c61651e9e3
golang.org/x/crypto v0.22.0
golang.org/x/net v0.24.0
golang.org/x/sync v0.7.0
golang.org/x/sys v0.19.0
golang.org/x/tools v0.20.0
gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20180302121509-abf0ba0be5d5
gopkg.in/urfave/cli.v1 v1.20.0
)

require (
github.com/Azure/azure-pipeline-go v0.0.0-20180607212504-7571e8eb0876 // indirect
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/maruel/panicparse v0.0.0-20160720141634-ad661195ed0e // indirect
github.com/maruel/ut v1.0.2 // indirect
github.com/mattn/go-isatty v0.0.0-20170209175615-281032e84ae0 // indirect
github.com/mattn/go-runewidth v0.0.3-0.20170201023540-14207d285c6c // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/nsf/termbox-go v0.0.0-20170211012700-3540b76b9c77 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.33.1 // indirect
github.com/pkg/errors v0.8.1-0.20171216070316-e881fd58d78e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools v2.2.0+incompatible // indirect
)
210 changes: 210 additions & 0 deletions go.sum

Large diffs are not rendered by default.

93 changes: 0 additions & 93 deletions vendor/bazil.org/fuse/LICENSE

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/bazil.org/fuse/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions vendor/bazil.org/fuse/buffer.go

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/bazil.org/fuse/debug.go

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/bazil.org/fuse/error_darwin.go

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/bazil.org/fuse/error_freebsd.go

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/bazil.org/fuse/error_linux.go

This file was deleted.

31 changes: 0 additions & 31 deletions vendor/bazil.org/fuse/error_std.go

This file was deleted.

Loading