Skip to content

Commit af5244f

Browse files
committed
Bump library versions
* go-sqlite3 v1.14.7 / sqlite3 v3.35.4 * mysql v1.6.0 * pg v1.10.2 * rancher v0.8.3 Signed-off-by: Brad Davidson <[email protected]>
1 parent c6df30f commit af5244f

File tree

2 files changed

+231
-61
lines changed

2 files changed

+231
-61
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ go 1.15
55
require (
66
github.com/Rican7/retry v0.1.0
77
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
8+
github.com/go-sql-driver/mysql v1.6.0
9+
github.com/lib/pq v1.10.2
10+
github.com/mattn/go-sqlite3 v1.14.7
11+
github.com/pkg/errors v0.9.1
12+
github.com/rancher/wrangler v0.8.3
13+
github.com/sirupsen/logrus v1.6.0
1414
github.com/urfave/cli v1.21.0
1515
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
16-
google.golang.org/grpc v1.23.1
16+
google.golang.org/grpc v1.26.0
1717
)

0 commit comments

Comments
 (0)