-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
50 lines (45 loc) · 1.75 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module phoenixbuilder
go 1.20
require (
atomicgo.dev/cursor v0.1.1 // indirect
atomicgo.dev/keyboard v0.2.9 // indirect
atomicgo.dev/schedule v0.0.2 // indirect
github.com/atomicgo/cursor v0.0.1 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gookit/color v1.5.3 // indirect
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/klauspost/reedsolomon v1.10.0 // indirect
github.com/lithammer/fuzzysearch v1.1.8 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/templexxx/cpu v0.0.9 // indirect
github.com/templexxx/xorsimd v0.4.1 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/sys v0.8.0 // indirect
)
replace rogchap.com/v8go v0.7.0 => ./depends/[email protected]
require (
github.com/andybalholm/brotli v1.0.5
github.com/cheggaaa/pb v1.0.29
github.com/df-mc/goleveldb v1.1.9
github.com/go-gl/mathgl v1.0.0
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/uuid v1.1.2
github.com/klauspost/compress v1.13.6
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20211230184646-baf1f7156737
github.com/pterm/pterm v0.12.62
github.com/sandertv/go-raknet v1.9.1
github.com/xtaci/kcp-go/v5 v5.6.2
go.uber.org/atomic v1.9.0
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/net v0.6.0
golang.org/x/term v0.8.0 // indirect
golang.org/x/text v0.9.0
gopkg.in/square/go-jose.v2 v2.6.0
)
replace github.com/Tnze/go-mc v1.17.0 => ./depends/[email protected]