-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
30 lines (29 loc) · 1.39 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
module github.com/czxichen/wstools
require (
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
github.com/aead/chacha20 v0.0.0-20180421131426-c1766ed472df
github.com/bifurcation/mint v0.0.0-20180306135233-198357931e61
github.com/czxichen/command v0.0.0-20180330051125-efb5ff91702f
github.com/czxichen/configmanage v0.0.0-20180425054600-ccc950611237
github.com/dlintw/goconf v0.0.0-20120228082610-dcc070983490
github.com/fsnotify/fsnotify v1.4.7
github.com/go-ole/go-ole v1.2.1
github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47
github.com/howeyc/fsnotify v0.9.0
github.com/inconshreveable/mousetrap v1.0.0
github.com/klauspost/compress v1.2.1
github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5
github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f
github.com/lucas-clemente/fnv128a v0.0.0-20160504152609-393af48d3916
github.com/lucas-clemente/quic-go v0.7.0
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced
github.com/spf13/cobra v0.0.2
github.com/spf13/pflag v1.0.1
github.com/tealeg/xlsx v1.0.3
github.com/valyala/fasthttp v0.0.0-20160617101304-d42167fd04f6
golang.org/x/crypto v0.0.0-20180423110133-2b6c08872f4b
golang.org/x/net v0.0.0-20180420171651-5f9ae10d9af5
golang.org/x/sys v0.0.0-20180420145319-79b0c6888797
golang.org/x/text v0.3.0
)