forked from box/kube-applier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 1022 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/box/kube-applier
go 1.16
require (
github.com/beorn7/perks v0.0.0-20160229213445-3ac7bf7a47d1 // indirect
github.com/davecgh/go-spew v1.0.1-0.20160907170601-6d212800a42e // indirect
github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01
github.com/golang/protobuf v0.0.0-20160629211053-3852dcfda249 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v0.0.0-20160627143620-9f1ed1ed4a5f
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335 // indirect
github.com/prometheus/common v0.0.0-20160623151427-4402f4e5ea79 // indirect
github.com/prometheus/procfs v0.0.0-20160411190841-abf152e5f3e9 // indirect
github.com/stretchr/testify v1.1.5-0.20160925220609-976c720a22c8
github.com/tools/godep v0.0.0-20180126220526-ce0bfadeb516 // indirect
golang.org/x/tools v0.1.5 // indirect
)