Skip to content
Open
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
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ require (
github.com/lib/pq v1.1.1
github.com/minio/minio-go v0.0.0-20190410214627-80c2fe34f1a5
github.com/mjarco/go-radosgw v0.0.0-20170530132933-03a8ba201fbb
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.1
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
github.com/sirupsen/logrus v1.4.2
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9 // indirect
github.com/smartystreets/gunit v1.0.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/tools v0.0.0-20190725161231-2e34cfcb95cb
google.golang.org/genproto v0.0.0-20190627203621-eb59cef1c072 // indirect
gopkg.in/validator.v1 v1.0.0-20140827164146-4379dff89709
gopkg.in/yaml.v2 v2.2.4
gopkg.in/yaml.v2 v2.3.0
)

go 1.15
Loading