Skip to content

Commit

Permalink
mod: Run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
yondonfu committed Sep 7, 2021
1 parent cf3da7c commit b40086c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 63 deletions.
13 changes: 0 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,49 +6,36 @@ require (
cloud.google.com/go/storage v1.6.0
contrib.go.opencensus.io/exporter/prometheus v0.1.0
github.com/allegro/bigcache v1.2.1 // indirect
github.com/apilayer/freegeoip v3.5.0+incompatible // indirect
github.com/aristanetworks/goarista v0.0.0-20190909155222-05df9ecbb0dc // indirect
github.com/aws/aws-sdk-go v1.33.11
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cespare/cp v1.1.1 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/docker/docker v1.13.1 // indirect
github.com/elastic/gosigar v0.10.5 // indirect
github.com/ethereum/go-ethereum v1.10.8
github.com/fatih/color v1.12.0 // indirect
github.com/golang/glog v0.0.0-20210429001901-424d2337a529
github.com/golang/mock v1.4.3
github.com/golang/protobuf v1.5.2
github.com/howeyc/fsnotify v0.9.0 // indirect
github.com/jaypipes/ghw v0.7.0
github.com/livepeer/livepeer-data v0.2.0
github.com/livepeer/lpms v0.0.0-20210806125031-9fdbf80c8575
github.com/livepeer/m3u8 v0.11.1
github.com/mattn/go-sqlite3 v1.11.0
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/oschwald/maxminddb-golang v1.5.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pborman/uuid v1.2.0 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d // indirect
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
github.com/urfave/cli v1.20.0
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 // indirect
go.opencensus.io v0.22.3
go.uber.org/goleak v1.0.0
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
google.golang.org/api v0.29.0
google.golang.org/grpc v1.28.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
pgregory.net/rapid v0.4.0
)

0 comments on commit b40086c

Please sign in to comment.