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
5 changes: 2 additions & 3 deletions dataservice/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ require (
github.com/golang/mock v1.2.0
github.com/jinzhu/gorm v1.9.16
github.com/opentracing/opentracing-go v1.1.0
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_golang v1.11.1
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/twinj/uuid v1.0.0
golang.org/x/sys v0.0.0-20201005172224-997123666555 // indirect
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
Loading