24 lines
745 B
Modula-2
24 lines
745 B
Modula-2
module vino
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/evanphx/json-patch v4.9.0+incompatible
|
|
github.com/go-logr/logr v0.3.0
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/onsi/ginkgo v1.14.2
|
|
github.com/onsi/gomega v1.10.2
|
|
github.com/prometheus/common v0.10.0
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
go.uber.org/zap v1.15.0
|
|
golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
k8s.io/api v0.19.3
|
|
k8s.io/apimachinery v0.19.3
|
|
k8s.io/client-go v0.19.3
|
|
sigs.k8s.io/controller-runtime v0.7.0
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|