1
1
module github.com/seemywingz/ponder
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/alecthomas/chroma v0.10.0
7
7
github.com/bwmarrin/discordgo v0.28.1
8
8
github.com/faiface/beep v1.1.0
9
- github.com/pterm/pterm v0.12.79
9
+ github.com/pterm/pterm v0.12.80
10
10
github.com/seemywingz/goai v0.0.0-20240428060229-cce9aefb4824
11
- github.com/spf13/cobra v1.8.0
12
- github.com/spf13/viper v1.18.2
13
- periph.io/x/conn/v3 v3.7.0
11
+ github.com/spf13/cobra v1.8.1
12
+ github.com/spf13/viper v1.19.0
13
+ periph.io/x/conn/v3 v3.7.1
14
14
periph.io/x/host/v3 v3.8.2
15
15
)
16
16
@@ -19,38 +19,36 @@ require (
19
19
atomicgo.dev/keyboard v0.2.9 // indirect
20
20
atomicgo.dev/schedule v0.1.0 // indirect
21
21
github.com/containerd/console v1.0.4 // indirect
22
- github.com/dlclark/regexp2 v1.11.0 // indirect
23
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
22
+ github.com/dlclark/regexp2 v1.11.4 // indirect
23
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
24
24
github.com/gookit/color v1.5.4 // indirect
25
- github.com/gorilla/websocket v1.4.2 // indirect
26
- github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
27
- github.com/hajimehoshi/oto v1.0.1 // indirect
25
+ github.com/gorilla/websocket v1.5.3 // indirect
28
26
github.com/hashicorp/hcl v1.0.0 // indirect
29
27
github.com/inconshreveable/mousetrap v1.1.0 // indirect
30
28
github.com/lithammer/fuzzysearch v1.1.8 // indirect
31
- github.com/magiconair/properties v1.8.7 // indirect
32
- github.com/mattn/go-runewidth v0.0.15 // indirect
29
+ github.com/magiconair/properties v1.8.9 // indirect
30
+ github.com/mattn/go-runewidth v0.0.16 // indirect
33
31
github.com/mitchellh/mapstructure v1.5.0 // indirect
34
- github.com/pelletier/go-toml/v2 v2.2.1 // indirect
32
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
35
33
github.com/pkg/errors v0.9.1 // indirect
36
34
github.com/rivo/uniseg v0.4.7 // indirect
37
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
35
+ github.com/sagikazarmark/locafero v0.6 .0 // indirect
38
36
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
39
37
github.com/sourcegraph/conc v0.3.0 // indirect
40
38
github.com/spf13/afero v1.11.0 // indirect
41
- github.com/spf13/cast v1.6.0 // indirect
39
+ github.com/spf13/cast v1.7.1 // indirect
42
40
github.com/spf13/pflag v1.0.5 // indirect
43
41
github.com/subosito/gotenv v1.6.0 // indirect
44
42
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
45
43
go.uber.org/multierr v1.11.0 // indirect
46
- golang.org/x/crypto v0.16 .0 // indirect
47
- golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
48
- golang.org/x/exp/shiny v0.0.0-20240416160154-fe59bbe5cc7f // indirect
49
- golang.org/x/image v0.15 .0 // indirect
50
- golang.org/x/mobile v0.0.0-20240404231514-09dbf07665ed // indirect
51
- golang.org/x/sys v0.19 .0 // indirect
52
- golang.org/x/term v0.19 .0 // indirect
53
- golang.org/x/text v0.14 .0 // indirect
44
+ golang.org/x/crypto v0.31 .0 // indirect
45
+ golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
46
+ golang.org/x/exp/shiny v0.0.0-20241217172543-b2144cdd0a67 // indirect
47
+ golang.org/x/image v0.23 .0 // indirect
48
+ golang.org/x/mobile v0.0.0-20241213221354-a87c1cf6cf46 // indirect
49
+ golang.org/x/sys v0.28 .0 // indirect
50
+ golang.org/x/term v0.27 .0 // indirect
51
+ golang.org/x/text v0.21 .0 // indirect
54
52
gopkg.in/ini.v1 v1.67.0 // indirect
55
53
gopkg.in/yaml.v3 v3.0.1 // indirect
56
54
)
0 commit comments