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