Skip to content

Commit

Permalink
Bump library versions
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
brandond committed Jul 14, 2021
1 parent 98f6953 commit df762eb
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 21 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ go 1.16
require (
github.com/Rican7/retry v0.1.0
github.com/canonical/go-dqlite v1.5.1
github.com/go-sql-driver/mysql v1.4.1
github.com/lib/pq v1.8.0
github.com/mattn/go-sqlite3 v1.14.4
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.4.0
github.com/rancher/wrangler v0.8.3
github.com/sirupsen/logrus v1.6.0
github.com/urfave/cli v1.21.0
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
Expand Down
Loading

0 comments on commit df762eb

Please sign in to comment.