1
1
module github.com/KarnerTh/mermerd
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.7
7
- github.com/briandowns/spinner v1.23.0
7
+ github.com/briandowns/spinner v1.23.1
8
8
github.com/denisenkom/go-mssqldb v0.12.3
9
- github.com/fatih/color v1.16 .0
9
+ github.com/fatih/color v1.18 .0
10
10
github.com/go-sql-driver/mysql v1.8.1
11
11
github.com/jackc/pgx/v4 v4.18.3
12
12
github.com/sirupsen/logrus v1.9.3
13
- github.com/spf13/cobra v1.8.0
14
- github.com/spf13/viper v1.18.2
13
+ github.com/spf13/cobra v1.8.1
14
+ github.com/spf13/viper v1.19.0
15
15
github.com/stretchr/testify v1.9.0
16
- modernc.org/sqlite v1.29.7
16
+ modernc.org/sqlite v1.33.1
17
17
)
18
18
19
19
require (
20
20
filippo.io/edwards25519 v1.1.0 // indirect
21
21
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
22
22
github.com/dustin/go-humanize v1.0.1 // indirect
23
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
23
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
24
24
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
25
25
github.com/golang-sql/sqlexp v0.1.0 // indirect
26
26
github.com/google/uuid v1.6.0 // indirect
@@ -32,36 +32,36 @@ require (
32
32
github.com/jackc/pgio v1.0.0 // indirect
33
33
github.com/jackc/pgpassfile v1.0.0 // indirect
34
34
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
35
- github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
36
- github.com/jackc/pgtype v1.14.3 // indirect
35
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
36
+ github.com/jackc/pgtype v1.14.4 // indirect
37
37
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
38
38
github.com/magiconair/properties v1.8.7 // indirect
39
39
github.com/mattn/go-colorable v0.1.13 // indirect
40
40
github.com/mattn/go-isatty v0.0.20 // indirect
41
41
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
42
42
github.com/mitchellh/mapstructure v1.5.0 // indirect
43
43
github.com/ncruces/go-strftime v0.1.9 // indirect
44
- github.com/pelletier/go-toml/v2 v2.2.1 // indirect
44
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
45
45
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
46
46
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
47
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
47
+ github.com/sagikazarmark/locafero v0.6 .0 // indirect
48
48
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
49
49
github.com/sourcegraph/conc v0.3.0 // indirect
50
50
github.com/spf13/afero v1.11.0 // indirect
51
- github.com/spf13/cast v1.6 .0 // indirect
51
+ github.com/spf13/cast v1.7 .0 // indirect
52
52
github.com/spf13/pflag v1.0.5 // indirect
53
53
github.com/stretchr/objx v0.5.2 // indirect
54
54
github.com/subosito/gotenv v1.6.0 // indirect
55
55
go.uber.org/multierr v1.11.0 // indirect
56
- golang.org/x/crypto v0.22 .0 // indirect
57
- golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
58
- golang.org/x/sys v0.19 .0 // indirect
59
- golang.org/x/term v0.19 .0 // indirect
60
- golang.org/x/text v0.14 .0 // indirect
56
+ golang.org/x/crypto v0.29 .0 // indirect
57
+ golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
58
+ golang.org/x/sys v0.27 .0 // indirect
59
+ golang.org/x/term v0.26 .0 // indirect
60
+ golang.org/x/text v0.20 .0 // indirect
61
61
gopkg.in/ini.v1 v1.67.0 // indirect
62
62
gopkg.in/yaml.v3 v3.0.1 // indirect
63
- modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect
64
- modernc.org/libc v1.49.3 // indirect
63
+ modernc.org/gc/v3 v3.0.0-20241004144649-1aea3fae8852 // indirect
64
+ modernc.org/libc v1.61.0 // indirect
65
65
modernc.org/mathutil v1.6.0 // indirect
66
66
modernc.org/memory v1.8.0 // indirect
67
67
modernc.org/strutil v1.2.0 // indirect
0 commit comments