forked from xmidt-org/svalinn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 713 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/Comcast/codex-svalinn
go 1.12
require (
github.com/Comcast/codex v0.7.0
github.com/Comcast/webpa-common v1.0.1
github.com/Comcast/wrp-go v1.0.1-0.20190425181536-16cc54c2efd1
github.com/InVisionApp/go-health v2.1.0+incompatible
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
github.com/c9s/goprocinfo v0.0.0-20190309065803-0b2ad9ac246b // indirect
github.com/go-kit/kit v0.8.0
github.com/goph/emperror v0.17.1
github.com/gorilla/mux v1.7.0
github.com/jtacoma/uritemplates v1.0.0 // indirect
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0
)