Skip to content

Commit d1cfa62

Browse files
committed
Bump dependency to fix vulnerabilities in dependencies
See go-gorp/gorp#435
1 parent 4e43fea commit d1cfa62

2 files changed

Lines changed: 114 additions & 26 deletions

File tree

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,19 @@ require (
66
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
77
github.com/armon/go-radix v1.0.0 // indirect
88
github.com/denisenkom/go-mssqldb v0.9.0
9-
github.com/fatih/color v1.13.0 // indirect
10-
github.com/go-gorp/gorp/v3 v3.0.2
11-
github.com/go-sql-driver/mysql v1.5.0
9+
github.com/go-gorp/gorp/v3 v3.0.5
10+
github.com/go-sql-driver/mysql v1.6.0
1211
github.com/gobuffalo/packr/v2 v2.8.3
1312
github.com/godror/godror v0.24.2
1413
github.com/google/uuid v1.3.0 // indirect
1514
github.com/hashicorp/errwrap v1.1.0 // indirect
1615
github.com/hashicorp/go-multierror v1.1.1 // indirect
1716
github.com/huandu/xstrings v1.4.0 // indirect
1817
github.com/imdario/mergo v0.3.13 // indirect
19-
github.com/lib/pq v1.10.0
20-
github.com/mattn/go-colorable v0.1.13 // indirect
18+
github.com/lib/pq v1.10.7
2119
github.com/mattn/go-isatty v0.0.17 // indirect
2220
github.com/mattn/go-oci8 v0.1.1
23-
github.com/mattn/go-sqlite3 v1.14.14
21+
github.com/mattn/go-sqlite3 v1.14.15
2422
github.com/mitchellh/cli v1.1.5
2523
github.com/mitchellh/copystructure v1.2.0 // indirect
2624
github.com/olekukonko/tablewriter v0.0.5

0 commit comments

Comments
 (0)