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
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/consensys/orchestrate
go 1.16

require (
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/Shopify/sarama v1.27.2
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
github.com/alicebob/miniredis v2.5.0+incompatible
Expand All @@ -25,7 +26,7 @@ require (
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,9 +38,9 @@ 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.16.0
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.42.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
Expand All @@ -53,9 +54,9 @@ require (
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/net v0.7.0
golang.org/x/time v0.1.0
google.golang.org/protobuf v1.30.0
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