forked from openfaas/faas-netes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 952 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
24
25
26
27
module github.com/openfaas/faas-netes
go 1.13
require (
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/google/go-cmp v0.3.0
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/imdario/mergo v0.3.7 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/openfaas/faas v0.0.0-20191125105239-365f459b3f3a
github.com/openfaas/faas-provider v0.15.1
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2
go.uber.org/goleak v1.0.0 // indirect
golang.org/x/sys v0.0.0-20190920190810-ef0ce1748380 // indirect
google.golang.org/appengine v1.6.2 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
k8s.io/api v0.17.4
k8s.io/apimachinery v0.17.4
k8s.io/client-go v0.17.4
k8s.io/code-generator v0.17.4
k8s.io/klog v1.0.0
)