-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 902 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
module github.com/dulumao/Guten-utils
go 1.12
require (
github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/h2non/filetype v1.0.8
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.2.8 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/pkg/errors v0.8.1
github.com/silenceper/pool v0.0.0-20190116114633-5f022a01334c
github.com/ssdb/gossdb v0.0.0-20180723034631-88f6b59b84ec
github.com/stretchr/testify v1.3.0 // indirect
github.com/valyala/fasttemplate v1.0.1 // indirect
github.com/willf/pad v0.0.0-20190207183901-eccfe5d84172
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 // indirect
golang.org/x/net v0.0.0-20190419010253-1f3472d942ba
gopkg.in/yaml.v2 v2.2.2
)