-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
28 lines (26 loc) · 1009 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
28
module github.com/TISUnion/most-simple-mcd
go 1.12
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/dgraph-io/badger v1.6.1
github.com/gin-contrib/gzip v0.0.1
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
github.com/gin-gonic/gin v1.6.2
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gookit/color v1.2.5
github.com/gookit/gcli/v2 v2.2.1
github.com/gorilla/websocket v1.4.2
github.com/klauspost/compress v1.10.5
github.com/lightbrotherV/gin-protobuf v1.0.4
github.com/mholt/archiver/v3 v3.3.0
github.com/olekukonko/tablewriter v0.0.4
github.com/robfig/cron/v3 v3.0.1
github.com/satori/go.uuid v1.2.0
github.com/shirou/gopsutil v2.20.3+incompatible
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/text v0.3.2
google.golang.org/grpc v1.29.1
gopkg.in/ini.v1 v1.55.0
)