@@ -3,6 +3,7 @@ module github.com/stephenafamo/bob
3
3
go 1.23
4
4
5
5
require (
6
+ github.com/DATA-DOG/go-sqlmock v1.5.2
6
7
github.com/DATA-DOG/go-txdb v0.1.6
7
8
github.com/Masterminds/sprig/v3 v3.2.2
8
9
github.com/aarondl/opt v0.0.0-20230114172057-b91f370c41f0
@@ -21,6 +22,7 @@ require (
21
22
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494
22
23
github.com/stephenafamo/scan v0.6.1
23
24
github.com/stephenafamo/sqlparser v0.0.0-20241111104950-b04fa8a26c9c
25
+ github.com/stretchr/testify v1.8.2
24
26
github.com/urfave/cli/v2 v2.23.7
25
27
github.com/volatiletech/strmangle v0.0.6
26
28
github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7
@@ -37,6 +39,7 @@ require (
37
39
github.com/Masterminds/semver/v3 v3.1.1 // indirect
38
40
github.com/aarondl/json v0.0.0-20221020222930-8b0db17ef1bf // indirect
39
41
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
42
+ github.com/davecgh/go-spew v1.1.1 // indirect
40
43
github.com/dustin/go-humanize v1.0.1 // indirect
41
44
github.com/fsnotify/fsnotify v1.6.0 // indirect
42
45
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
@@ -54,11 +57,11 @@ require (
54
57
github.com/mitchellh/reflectwalk v1.0.2 // indirect
55
58
github.com/ncruces/go-strftime v0.1.9 // indirect
56
59
github.com/pganalyze/pg_query_go/v5 v5.1.0 // indirect
60
+ github.com/pmezard/go-difflib v1.0.0 // indirect
57
61
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
58
62
github.com/russross/blackfriday/v2 v2.1.0 // indirect
59
63
github.com/shopspring/decimal v1.3.1 // indirect
60
64
github.com/spf13/cast v1.5.0 // indirect
61
- github.com/stretchr/testify v1.8.2 // indirect
62
65
github.com/tetratelabs/wazero v1.7.0 // indirect
63
66
github.com/volatiletech/inflect v0.0.1 // indirect
64
67
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
0 commit comments