40 lines
1.4 KiB
Modula-2
40 lines
1.4 KiB
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/apimachinery
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
|
|
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153
|
|
github.com/evanphx/json-patch v0.0.0-20190815234213-e83c0a1c26c8
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/google/gofuzz v1.1.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/googleapis/gnostic v0.4.1
|
|
github.com/hashicorp/golang-lru v0.5.1
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/modern-go/reflect2 v1.0.1
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
|
|
github.com/onsi/ginkgo v1.11.0 // indirect
|
|
github.com/onsi/gomega v1.7.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
google.golang.org/protobuf v1.24.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
k8s.io/klog/v2 v2.2.0
|
|
k8s.io/kube-openapi v0.0.0-20200427153329-656914f816f9
|
|
sigs.k8s.io/structured-merge-diff/v3 v3.0.1-0.20200706213357-43c19bbb7fba
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|