-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
21 lines (20 loc) · 879 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/Hexilee/htest
require (
github.com/basgys/goxml2json v1.1.0
github.com/davecgh/go-spew v1.1.1
github.com/go-chi/chi v3.3.2+incompatible
github.com/labstack/echo v0.0.0-20171223171103-b338075a0fc6
github.com/labstack/gommon v0.0.0-20170925052817-57409ada9da0
github.com/mattn/go-colorable v0.0.0-20180115155639-6cc8b475d468
github.com/mattn/go-isatty v0.0.4
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.2.1
github.com/tidwall/gjson v1.1.0
github.com/tidwall/match v0.0.0-20171002075945-1731857f09b1
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4
golang.org/x/crypto v0.0.0-20180127211104-1875d0a70c90
golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01
golang.org/x/sys v0.0.0-20180130064325-3dbebcf8efb6
golang.org/x/text v0.0.0-20180221121826-9e2b64d659da
)