-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (34 loc) · 1.74 KB
/
Copy pathgo.mod
File metadata and controls
36 lines (34 loc) · 1.74 KB
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
31
32
33
34
35
36
module easydevops
go 1.12
require (
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
github.com/casbin/casbin v1.9.1 // indirect
github.com/couchbase/go-couchbase v0.0.0-20190916184909-f83e63d76bc4 // indirect
github.com/couchbase/gomemcached v0.0.0-20190920220213-2b4197fedf38 // indirect
github.com/couchbase/goutils v0.0.0-20190315194238-f9d42b11473b // indirect
github.com/dollarkillerx/easyutils v0.0.0-20190921081604-08d9395753f7
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/go-redis/redis v6.15.5+incompatible // indirect
github.com/gogo/protobuf v1.3.0 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/julienschmidt/httprouter v1.2.0
github.com/lib/pq v1.2.0 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/mojocn/base64Captcha v0.0.0-20190801020520-752b1cd608b2 // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.8.1
github.com/siddontang/ledisdb v0.0.0-20190202134119-8ceb77e66a92 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/wendal/errors v0.0.0-20181209125328-7f31f4b264ec // indirect
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 // indirect
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20190920190810-ef0ce1748380 // indirect
golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.2
)