forked from xmidt-org/kratos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 666 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/xmidt-org/kratos
go 1.13
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/go-kit/kit v0.10.0
github.com/goph/emperror v0.17.3-0.20190703203600-60a8d9faa17b
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/websocket v1.4.2
github.com/jtacoma/uritemplates v1.0.0 // indirect
github.com/pelletier/go-toml v1.2.1-0.20180703183337-603baefff989 // indirect
github.com/stretchr/testify v1.5.1
github.com/xmidt-org/webpa-common v1.11.4
github.com/xmidt-org/wrp-go/v3 v3.0.1
)