-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
31 lines (28 loc) · 1.04 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module abb_ia
go 1.18
require (
github.com/abema/go-mp4 v1.1.1
github.com/gdamore/tcell/v2 v2.6.1-0.20231203215052-2917c3801e73
github.com/go-resty/resty/v2 v2.11.0
github.com/hashicorp/go-version v1.6.0
github.com/stretchr/testify v1.8.4
github.com/sunfish-shogi/bufseekio v0.1.0
github.com/vpoluyaktov/tview v0.0.0-20231214005853-8e25b7977d36
gopkg.in/yaml.v3 v3.0.1
jaytaylor.com/html2text v0.0.0-20230321000545-74c2419ad056
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
)