forked from TISUnion/MCDaemon-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 935 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
module github.com/yliu7949/MCDaemon-go
go 1.12
require (
github.com/alfredxing/calc v0.0.0-20180827002445-77daf576f976
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
github.com/go-ini/ini v1.42.0
github.com/golang/protobuf v1.3.1
github.com/goroom/rand v1.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/otiai10/copy v1.1.1
github.com/shiguanghuxian/txai v1.0.3
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/tidwall/gjson v1.12.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/sjson v1.0.4
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/text v0.3.2
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/ini.v1 v1.42.0 // indirect
)