|
1 | 1 | module github.com/mutablelogic/go-client
|
2 | 2 |
|
3 |
| -go 1.22 |
| 3 | +go 1.23.5 |
4 | 4 |
|
5 |
| -toolchain go1.22.3 |
| 5 | +toolchain go1.24.0 |
6 | 6 |
|
7 | 7 | require (
|
8 |
| - github.com/alecthomas/kong v0.2.1-0.20190708041108-0548c6b1afae |
9 |
| - github.com/andreburgaud/crypt2go v1.5.0 |
| 8 | + github.com/alecthomas/kong v1.10.0 |
| 9 | + github.com/andreburgaud/crypt2go v1.8.0 |
10 | 10 | github.com/djthorpe/go-errors v1.0.3
|
11 |
| - github.com/djthorpe/go-tablewriter v0.0.7 |
| 11 | + github.com/djthorpe/go-tablewriter v0.0.11 |
12 | 12 | github.com/go-audio/audio v1.0.0
|
13 | 13 | github.com/go-audio/wav v1.1.0
|
14 |
| - github.com/mutablelogic/go-server v1.4.7 |
15 |
| - github.com/stretchr/testify v1.9.0 |
| 14 | + github.com/mutablelogic/go-server v1.5.5 |
| 15 | + github.com/stretchr/testify v1.10.0 |
16 | 16 | github.com/xdg-go/pbkdf2 v1.0.0
|
17 |
| - golang.org/x/crypto v0.31.0 |
18 |
| - golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 |
19 |
| - golang.org/x/term v0.27.0 |
| 17 | + golang.org/x/crypto v0.36.0 |
| 18 | + golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 |
| 19 | + golang.org/x/term v0.30.0 |
20 | 20 | )
|
21 | 21 |
|
22 | 22 | require (
|
23 | 23 | github.com/MichaelMure/go-term-text v0.3.1 // indirect
|
24 |
| - github.com/alecthomas/chroma v0.7.1 // indirect |
| 24 | + github.com/alecthomas/chroma v0.10.0 // indirect |
25 | 25 | github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
|
26 | 26 | github.com/disintegration/imaging v1.6.2 // indirect
|
27 |
| - github.com/dlclark/regexp2 v1.1.6 // indirect |
| 27 | + github.com/djthorpe/go-pg v1.0.3 // indirect |
| 28 | + github.com/dlclark/regexp2 v1.11.5 // indirect |
28 | 29 | github.com/eliukblau/pixterm/pkg/ansimage v0.0.0-20191210081756-9fb6cf8c2f75 // indirect
|
29 |
| - github.com/fatih/color v1.9.0 // indirect |
30 |
| - github.com/gomarkdown/markdown v0.0.0-20191123064959-2c17d62f5098 // indirect |
31 |
| - github.com/kyokomi/emoji/v2 v2.2.8 // indirect |
32 |
| - github.com/lucasb-eyer/go-colorful v1.0.3 // indirect |
33 |
| - github.com/mattn/go-colorable v0.1.4 // indirect |
34 |
| - github.com/mattn/go-isatty v0.0.11 // indirect |
35 |
| - github.com/pkg/errors v0.8.1 // indirect |
36 |
| - golang.org/x/image v0.0.0-20191206065243-da761ea9ff43 // indirect |
37 |
| - golang.org/x/net v0.33.0 // indirect |
| 30 | + github.com/fatih/color v1.18.0 // indirect |
| 31 | + github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b // indirect |
| 32 | + github.com/jackc/pgpassfile v1.0.0 // indirect |
| 33 | + github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect |
| 34 | + github.com/jackc/pgx/v5 v5.7.3 // indirect |
| 35 | + github.com/jackc/puddle/v2 v2.2.2 // indirect |
| 36 | + github.com/kyokomi/emoji/v2 v2.2.13 // indirect |
| 37 | + github.com/lucasb-eyer/go-colorful v1.2.0 // indirect |
| 38 | + github.com/mattn/go-colorable v0.1.14 // indirect |
| 39 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 40 | + github.com/pkg/errors v0.9.1 // indirect |
| 41 | + golang.org/x/image v0.25.0 // indirect |
| 42 | + golang.org/x/net v0.38.0 // indirect |
| 43 | + golang.org/x/sync v0.12.0 // indirect |
| 44 | + golang.org/x/text v0.23.0 // indirect |
38 | 45 | )
|
39 | 46 |
|
40 | 47 | require (
|
41 | 48 | github.com/MichaelMure/go-term-markdown v0.1.4
|
42 | 49 | github.com/davecgh/go-spew v1.1.1 // indirect
|
43 | 50 | github.com/go-audio/riff v1.0.0 // indirect
|
44 |
| - github.com/mattn/go-runewidth v0.0.15 // indirect |
| 51 | + github.com/mattn/go-runewidth v0.0.16 // indirect |
45 | 52 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
46 | 53 | github.com/rivo/uniseg v0.4.7 // indirect
|
47 |
| - golang.org/x/sys v0.28.0 // indirect |
| 54 | + golang.org/x/sys v0.32.0 // indirect |
48 | 55 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
49 | 56 | )
|
0 commit comments