-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
26 lines (24 loc) · 1.21 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
module github.com/wenweihu86/ad-server
go 1.13
require (
github.com/fsnotify/fsnotify v1.4.3-0.20170329110642-4da3e2cfbabc
github.com/google/uuid v1.1.1
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb
github.com/ibbd-dev/go-async-log v0.0.0-20161110035536-a5c968f2b3f3
github.com/klauspost/compress v1.2.2-0.20170528132359-f3dce52e0576
github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5
github.com/magiconair/properties v1.7.4-0.20170902060319-8d7837e64d3c
github.com/mitchellh/mapstructure v0.0.0-20171017171808-06020f85339e
github.com/pelletier/go-toml v1.0.2-0.20171024211038-4e9e0ee19b60
github.com/satori/go.uuid v1.1.1-0.20170321230731-5bf94b69c6b6
github.com/spf13/afero v0.0.0-20171021110813-5660eeed305f
github.com/spf13/cast v1.1.0
github.com/spf13/jwalterweatherman v0.0.0-20170901151539-12bd96e66386
github.com/spf13/pflag v1.0.1-0.20171020110617-97afa5e7ca8a
github.com/spf13/viper v1.0.1-0.20171020104009-8ef37cbca716
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v0.0.0-20171018125305-70ceaddfae63
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7
)