forked from kalantar/etc3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 718 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 718 Bytes
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
module github.com/iter8-tools/etc3
go 1.16
require (
github.com/antonmedv/expr v1.9.0
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.4.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.15.0
github.com/sirupsen/logrus v1.8.1
github.com/slack-go/slack v0.9.4
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
gopkg.in/inf.v0 v0.9.1
k8s.io/api v0.22.0
k8s.io/apiextensions-apiserver v0.22.0
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
sigs.k8s.io/controller-runtime v0.9.6
)