-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
* Added go.mod and deprecated dep Signed-off-by: Rahul M Chheda <[email protected]>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
module github.com/litmuschaos/chaos-exporter | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/vcs v1.13.1 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/boltdb/bolt v1.3.1 // indirect | ||
github.com/golang/dep v0.5.4 // indirect | ||
github.com/golang/protobuf v1.4.1 // indirect | ||
github.com/imdario/mergo v0.3.9 // indirect | ||
github.com/jmank88/nuts v0.4.0 // indirect | ||
github.com/litmuschaos/chaos-operator v0.0.0-20200502085045-ae0a262d3baa | ||
github.com/nightlyone/lockfile v1.0.0 // indirect | ||
github.com/onsi/ginkgo v1.12.0 | ||
github.com/onsi/gomega v1.9.0 | ||
github.com/pelletier/go-toml v1.7.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/prometheus/client_golang v1.6.0 | ||
github.com/sdboyer/constext v0.0.0-20170321163424-836a14457353 // indirect | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | ||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect | ||
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect | ||
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect | ||
golang.org/x/tools v0.0.0-20200506181757-c20a87c16a39 // indirect | ||
k8s.io/api v0.0.0-20190918195907-bd6ac527cfd2 | ||
k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d | ||
k8s.io/client-go v0.0.0-20190918200256-06eb1244587a | ||
k8s.io/klog v1.0.0 | ||
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect | ||
sigs.k8s.io/controller-runtime v0.3.0 // indirect | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.