Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ require (
github.com/docker/go-connections v0.4.0
github.com/eapache/channels v1.1.0
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/ethereum/go-ethereum v1.10.8
github.com/ethereum/go-ethereum v1.13.7
github.com/go-kit/kit v0.10.1-0.20200915143503-439c4d2ed3ea
github.com/go-pg/migrations/v7 v7.1.9
github.com/go-pg/pg/v9 v9.1.5
github.com/go-playground/validator/v10 v10.10.0
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/gomodule/redigo v1.8.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
Expand All @@ -37,25 +37,25 @@ require (
github.com/nmvalera/striped-mutex v0.1.0
github.com/opentracing/opentracing-go v1.2.0
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.26.0
github.com/prometheus/client_golang v1.12.0
github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a
github.com/prometheus/common v0.32.1
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.4
github.com/traefik/paerser v0.1.4
github.com/traefik/traefik/v2 v2.5.5
github.com/umbracle/go-web3 v0.0.0-20220214174057-1d971ac3be78
github.com/unrolled/secure v1.13.0
github.com/vulcand/oxy v1.3.0
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb // indirect
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
google.golang.org/protobuf v1.26.0
golang.org/x/crypto v0.17.0
golang.org/x/net v0.18.0
golang.org/x/time v0.3.0
google.golang.org/protobuf v1.27.1
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
gopkg.in/h2non/gock.v1 v1.0.15
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading