|
| 1 | +module 0xProject/rpc-gateway |
| 2 | + |
| 3 | +go 1.17 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/Shopify/toxiproxy v2.1.4+incompatible |
| 7 | + github.com/ethereum/go-ethereum v1.10.15 |
| 8 | + github.com/gorilla/mux v1.8.0 |
| 9 | + github.com/prometheus/client_golang v1.11.0 |
| 10 | + go.uber.org/zap v1.21.0 |
| 11 | + golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
| 12 | + gopkg.in/yaml.v2 v2.4.0 |
| 13 | +) |
| 14 | + |
| 15 | +require ( |
| 16 | + github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect |
| 17 | + github.com/beorn7/perks v1.0.1 // indirect |
| 18 | + github.com/btcsuite/btcd v0.20.1-beta // indirect |
| 19 | + github.com/cespare/xxhash/v2 v2.1.1 // indirect |
| 20 | + github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea // indirect |
| 21 | + github.com/go-ole/go-ole v1.2.1 // indirect |
| 22 | + github.com/go-stack/stack v1.8.0 // indirect |
| 23 | + github.com/golang/protobuf v1.4.3 // indirect |
| 24 | + github.com/google/uuid v1.1.5 // indirect |
| 25 | + github.com/gorilla/websocket v1.4.2 // indirect |
| 26 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 27 | + github.com/prometheus/client_model v0.2.0 // indirect |
| 28 | + github.com/prometheus/common v0.26.0 // indirect |
| 29 | + github.com/prometheus/procfs v0.6.0 // indirect |
| 30 | + github.com/rjeczalik/notify v0.9.1 // indirect |
| 31 | + github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect |
| 32 | + github.com/tklauser/go-sysconf v0.3.5 // indirect |
| 33 | + github.com/tklauser/numcpus v0.2.2 // indirect |
| 34 | + go.uber.org/atomic v1.9.0 // indirect |
| 35 | + go.uber.org/multierr v1.7.0 // indirect |
| 36 | + golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect |
| 37 | + golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect |
| 38 | + google.golang.org/protobuf v1.26.0-rc.1 // indirect |
| 39 | + gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect |
| 40 | +) |
0 commit comments