-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
26 lines (24 loc) · 872 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
module github.com/appvia/kev
go 1.16
require (
github.com/GoogleContainerTools/skaffold v1.22.0
github.com/appvia/komando v0.0.0-20210615112332-10b3c13b31d3
github.com/compose-spec/compose-go v0.0.0-20200907084823-057e1edc5b6f
github.com/fsnotify/fsnotify v1.5.1
github.com/go-playground/validator/v10 v10.6.1
github.com/google/go-cmp v0.5.7
github.com/google/uuid v1.3.0
github.com/imdario/mergo v0.3.12
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/go-wordwrap v1.0.1
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.2.1
github.com/x-cray/logrus-prefixed-formatter v0.5.2
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/api v0.19.7
k8s.io/apimachinery v0.19.7
)