Skip to content

Commit

Permalink
generate rest report
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Franczyk <[email protected]>
  • Loading branch information
Marcin Franczyk committed Oct 18, 2019
1 parent 61ac912 commit 9bfc6e5
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 16 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ require (
github.com/Azure/go-autorest/autorest v0.9.1 // indirect
github.com/Azure/go-autorest/autorest/adal v0.6.0 // indirect
github.com/NYTimes/gziphandler v1.0.1 // indirect
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
github.com/blang/semver v3.5.1+incompatible
github.com/coreos/go-iptables v0.4.3
github.com/coreos/go-semver v0.2.0
github.com/coreos/go-semver v0.3.0
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/coreos/prometheus-operator v0.31.1
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
Expand All @@ -18,30 +19,29 @@ require (
github.com/fatih/color v1.7.0 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/ghodss/yaml v1.0.0
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/go-kit/kit v0.8.0
github.com/go-openapi/analysis v0.17.2 // indirect
github.com/go-openapi/errors v0.17.2
github.com/go-openapi/loads v0.17.2 // indirect
github.com/go-openapi/errors v0.19.2
github.com/go-openapi/runtime v0.17.2 // indirect
github.com/go-openapi/spec v0.19.2
github.com/go-openapi/strfmt v0.18.0
github.com/go-openapi/strfmt v0.19.0
github.com/go-openapi/validate v0.18.0
github.com/gogo/protobuf v1.2.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/mock v1.1.1
github.com/golang/protobuf v1.3.1
github.com/google/goexpect v0.0.0-20190425035906-112704a48083
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
github.com/google/gofuzz v1.0.0
github.com/google/goterm v0.0.0-20190311235235-ce302be1d114 // indirect
github.com/gophercloud/gophercloud v0.4.0 // indirect
github.com/gorilla/websocket v1.4.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/k8snetworkplumbingwg/network-attachment-definition-client v0.0.0-20190920090233-ccc72ee9eb57
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
github.com/libvirt/libvirt-go v5.0.0+incompatible
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-runewidth v0.0.0-20181218000649-703b5e6b11ae // indirect
github.com/mfranczy/crd-rest-coverage v0.1.0
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.1-0.20190515112211-6a48b4839f85
Expand All @@ -53,6 +53,7 @@ require (
github.com/pborman/uuid v1.2.0
github.com/prometheus/client_golang v0.9.3
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/subgraph/libmacouflage v0.0.1
Expand All @@ -76,7 +77,6 @@ require (
kubevirt.io/containerized-data-importer v1.10.6
kubevirt.io/qe-tools v0.1.3-0.20190512140058-934db0579e0c
sigs.k8s.io/controller-runtime v0.1.9 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
)

replace (
Expand Down
Loading

0 comments on commit 9bfc6e5

Please sign in to comment.