mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.3.4 to 1.5.1. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.3.4...v1.5.1) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35 lines
1.4 KiB
Modula-2
35 lines
1.4 KiB
Modula-2
module github.com/percona/percona-toolkit
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.4.2
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
|
github.com/go-ini/ini v1.46.0
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/golang/mock v1.3.1-0.20190508161146-9fa652df1129
|
|
github.com/golang/snappy v0.0.2-0.20190904063534-ff6b7dc882cf // indirect
|
|
github.com/google/uuid v1.1.2
|
|
github.com/hashicorp/go-version v1.2.1-0.20190424083514-192140e6f3e6
|
|
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
|
|
github.com/klauspost/compress v1.10.10 // indirect
|
|
github.com/lib/pq v1.2.0
|
|
github.com/mattn/go-shellwords v1.0.6
|
|
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe
|
|
github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3
|
|
github.com/percona/go-mysql v0.0.0-20190903141930-197f4ad8db8d
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/common v0.13.0
|
|
github.com/shirou/gopsutil v2.20.8+incompatible
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/stretchr/testify v1.6.1
|
|
go.mongodb.org/mongo-driver v1.5.1
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
|
gopkg.in/ini.v1 v1.61.0 // indirect
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
k8s.io/api v0.20.1
|
|
)
|