Skip to content

Commit f5e8ebe

Browse files
authored
PMM-6089 Update go.mod. (#192)
1 parent 3a875c2 commit f5e8ebe

File tree

2 files changed

+69
-29
lines changed

2 files changed

+69
-29
lines changed

go.mod

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,15 @@ go 1.13
44

55
require (
66
github.com/Masterminds/semver v1.5.0
7-
github.com/Masterminds/semver/v3 v3.0.1 // indirect
87
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
98
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
10-
github.com/golang/snappy v0.0.1 // indirect
119
github.com/percona/exporter_shared v0.4.0
1210
github.com/percona/pmm v0.0.0-20190616165924-3b769b4ca86e
1311
github.com/prometheus/client_golang v1.5.1
1412
github.com/prometheus/common v0.9.1
1513
github.com/sergi/go-diff v1.0.0 // indirect
1614
github.com/stretchr/testify v1.4.0
17-
github.com/tidwall/pretty v1.0.0 // indirect
18-
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
19-
github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc // indirect
20-
go.mongodb.org/mongo-driver v1.1.1
15+
go.mongodb.org/mongo-driver v1.3.2
2116
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443 // indirect
22-
golang.org/x/text v0.3.2 // indirect
2317
gopkg.in/alecthomas/kingpin.v2 v2.2.6
2418
)

0 commit comments

Comments
 (0)