We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6df30f commit af5244fCopy full SHA for af5244f
go.mod
@@ -5,13 +5,13 @@ go 1.15
5
require (
6
github.com/Rican7/retry v0.1.0
7
github.com/canonical/go-dqlite v1.5.1
8
- github.com/go-sql-driver/mysql v1.4.1
9
- github.com/lib/pq v1.8.0
10
- github.com/mattn/go-sqlite3 v1.14.4
11
- github.com/pkg/errors v0.8.1
12
- github.com/rancher/wrangler v0.4.0
13
- github.com/sirupsen/logrus v1.4.2
+ github.com/go-sql-driver/mysql v1.6.0
+ github.com/lib/pq v1.10.2
+ github.com/mattn/go-sqlite3 v1.14.7
+ github.com/pkg/errors v0.9.1
+ github.com/rancher/wrangler v0.8.3
+ github.com/sirupsen/logrus v1.6.0
14
github.com/urfave/cli v1.21.0
15
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
16
- google.golang.org/grpc v1.23.1
+ google.golang.org/grpc v1.26.0
17
)
0 commit comments