forked from CAIMEOX/Phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (31 loc) · 1.2 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
module phoenix
go 1.17
require (
github.com/go-gl/mathgl v1.0.0
github.com/google/uuid v1.1.2
github.com/klauspost/compress v1.11.1
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20200627155943-e1c384b63054
github.com/pelletier/go-toml v1.8.1
github.com/pterm/pterm v0.12.34
github.com/sandertv/go-raknet v1.10.2
go.uber.org/atomic v1.7.0
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/text v0.3.6
gonum.org/v1/gonum v0.9.3
gopkg.in/square/go-jose.v2 v2.5.1
)
require (
github.com/atomicgo/cursor v0.0.1 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/gookit/color v1.4.2 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/image v0.0.0-20210216034530-4410531fe030 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)