@@ -2,7 +2,7 @@ module github.com/mutablelogic/go-client
2
2
3
3
go 1.23.5
4
4
5
- toolchain go1.24.0
5
+ toolchain go1.24.2
6
6
7
7
require (
8
8
github.com/alecthomas/kong v1.10.0
@@ -11,29 +11,38 @@ require (
11
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
14
+ github.com/mutablelogic/go-server v1.5.9
15
15
github.com/stretchr/testify v1.10.0
16
16
github.com/xdg-go/pbkdf2 v1.0.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
17
+ golang.org/x/crypto v0.37 .0
18
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
19
+ golang.org/x/term v0.31 .0
20
20
)
21
21
22
22
require (
23
23
github.com/MichaelMure/go-term-text v0.3.1 // indirect
24
24
github.com/alecthomas/chroma v0.10.0 // indirect
25
25
github.com/disintegration/imaging v1.6.2 // indirect
26
+ github.com/djthorpe/go-pg v1.0.5 // indirect
26
27
github.com/dlclark/regexp2 v1.11.5 // indirect
27
28
github.com/eliukblau/pixterm/pkg/ansimage v0.0.0-20191210081756-9fb6cf8c2f75 // indirect
28
29
github.com/fatih/color v1.18.0 // indirect
29
30
github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b // indirect
30
- github.com/kr/pretty v0.3.0 // indirect
31
+ github.com/jackc/pgpassfile v1.0.0 // indirect
32
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
33
+ github.com/jackc/pgx/v5 v5.7.3 // indirect
34
+ github.com/jackc/puddle/v2 v2.2.2 // indirect
35
+ github.com/kr/pretty v0.3.1 // indirect
36
+ github.com/kr/text v0.2.0 // indirect
31
37
github.com/kyokomi/emoji/v2 v2.2.13 // indirect
32
38
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
33
39
github.com/mattn/go-colorable v0.1.14 // indirect
34
40
github.com/mattn/go-isatty v0.0.20 // indirect
35
- golang.org/x/image v0.25.0 // indirect
36
- golang.org/x/net v0.38.0 // indirect
41
+ github.com/rogpeppe/go-internal v1.14.1 // indirect
42
+ golang.org/x/image v0.26.0 // indirect
43
+ golang.org/x/net v0.39.0 // indirect
44
+ golang.org/x/sync v0.13.0 // indirect
45
+ golang.org/x/text v0.24.0 // indirect
37
46
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
38
47
)
39
48
0 commit comments