Skip to content

Commit 32f29a2

Browse files
committed
Drop bunch of dependencies that are no longer needed
1 parent f4a7ae3 commit 32f29a2

File tree

2 files changed

+0
-512
lines changed

2 files changed

+0
-512
lines changed

go.mod

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require (
66
github.com/denisenkom/go-mssqldb v0.9.0
77
github.com/go-gorp/gorp/v3 v3.1.0
88
github.com/go-sql-driver/mysql v1.6.0
9-
github.com/gobuffalo/packr/v2 v2.8.3
109
github.com/godror/godror v0.24.2
1110
github.com/lib/pq v1.10.7
1211
github.com/mattn/go-oci8 v0.1.1
@@ -25,20 +24,14 @@ require (
2524
github.com/bgentry/speakeasy v0.1.0 // indirect
2625
github.com/fatih/color v1.13.0 // indirect
2726
github.com/go-logfmt/logfmt v0.5.0 // indirect
28-
github.com/gobuffalo/logger v1.0.6 // indirect
29-
github.com/gobuffalo/packd v1.0.1 // indirect
3027
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
3128
github.com/google/uuid v1.3.0 // indirect
3229
github.com/hashicorp/errwrap v1.1.0 // indirect
3330
github.com/hashicorp/go-multierror v1.1.1 // indirect
3431
github.com/huandu/xstrings v1.4.0 // indirect
3532
github.com/imdario/mergo v0.3.13 // indirect
36-
github.com/karrick/godirwalk v1.16.1 // indirect
3733
github.com/kr/pretty v0.3.1 // indirect
3834
github.com/kr/text v0.2.0 // indirect
39-
github.com/markbates/errx v1.1.0 // indirect
40-
github.com/markbates/oncer v1.0.0 // indirect
41-
github.com/markbates/safe v1.0.1 // indirect
4235
github.com/mattn/go-colorable v0.1.13 // indirect
4336
github.com/mattn/go-isatty v0.0.17 // indirect
4437
github.com/mattn/go-runewidth v0.0.9 // indirect
@@ -47,10 +40,8 @@ require (
4740
github.com/posener/complete v1.2.3 // indirect
4841
github.com/rogpeppe/go-internal v1.9.0 // indirect
4942
github.com/shopspring/decimal v1.3.1 // indirect
50-
github.com/sirupsen/logrus v1.8.1 // indirect
5143
github.com/spf13/cast v1.5.0 // indirect
5244
golang.org/x/crypto v0.5.0 // indirect
5345
golang.org/x/sys v0.4.0 // indirect
54-
golang.org/x/term v0.4.0 // indirect
5546
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
5647
)

0 commit comments

Comments
 (0)