forked from Vilsol/go-pob
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (34 loc) · 1.36 KB
/
Copy pathgo.mod
File metadata and controls
38 lines (34 loc) · 1.36 KB
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
32
33
34
35
36
37
38
module github.com/Vilsol/go-pob
go 1.23.1
require (
github.com/MarvinJWendt/testza v0.5.2
github.com/Vilsol/crystalline v0.0.13
github.com/Vilsol/go-pob-data v0.0.0-20240519163354-5e6b29b2804f
github.com/andybalholm/brotli v1.1.1
github.com/dominikbraun/graph v0.23.0
github.com/lmittmann/tint v1.0.5
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
gopkg.in/djherbis/fscache.v0 v0.10.1
)
require (
atomicgo.dev/assert v0.0.2 // indirect
github.com/Vilsol/slox v0.0.1 // indirect
github.com/atomicgo/cursor v0.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pterm/pterm v0.12.79 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/tinylib/msgp v1.2.2 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
gopkg.in/djherbis/atime.v1 v1.0.0 // indirect
gopkg.in/djherbis/stream.v1 v1.3.1 // indirect
)
replace github.com/pterm/pterm v0.12.79 => github.com/pterm/pterm v0.12.40