forked from df-mc/dragonfly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1014 Bytes
/
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
module github.com/df-mc/dragonfly
go 1.13
require (
github.com/brentp/intintmap v0.0.0-20190211203843-30dc0ade9af9
github.com/cespare/xxhash v1.1.0
github.com/df-mc/goleveldb v1.1.8
github.com/go-gl/mathgl v1.0.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/uuid v1.1.2
github.com/klauspost/compress v1.11.3 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/pelletier/go-toml v1.8.1
github.com/sahilm/fuzzy v0.1.0
github.com/sandertv/gophertunnel v1.8.2
github.com/sirupsen/logrus v1.6.0
github.com/yourbasic/radix v0.0.0-20180308122924-cbe1cc82e907
go.uber.org/atomic v1.7.0
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect
golang.org/x/text v0.3.4
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)