-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from WanderaOrg/defaulting
Fix of config defaulting
- Loading branch information
Showing
14 changed files
with
189 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,26 @@ | ||
module github.com/WanderaOrg/scccmd | ||
|
||
require ( | ||
github.com/PuerkitoBio/purell v1.1.0 // indirect | ||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect | ||
github.com/cpuguy83/go-md2man v1.0.8 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dimiro1/health v0.0.0-20170102175817-22672c488556 | ||
github.com/emicklei/go-restful v2.6.0+incompatible // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/go-openapi/jsonpointer v0.0.0-20180322222829-3a0015ad55fa // indirect | ||
github.com/go-openapi/jsonreference v0.0.0-20180322222742-3fb327e6747d // indirect | ||
github.com/go-openapi/spec v0.0.0-20180326232708-9acd88844bc1 // indirect | ||
github.com/go-openapi/swag v0.0.0-20180302192843-ceb469cb0fdf // indirect | ||
github.com/gogo/protobuf v1.0.0 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect | ||
github.com/golang/protobuf v1.2.0 // indirect | ||
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect | ||
github.com/golang/protobuf v1.3.2 // indirect | ||
github.com/google/go-cmp v0.3.1 // indirect | ||
github.com/howeyc/fsnotify v0.9.0 | ||
github.com/hpcloud/tail v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/json-iterator/go v0.0.0-20180315132816-ca39e5af3ece // indirect | ||
github.com/mailru/easyjson v0.0.0-20180323154445-8b799c424f57 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v0.0.0-20180228065516-1df9eeb2bb81 // indirect | ||
github.com/onsi/ginkgo v1.6.0 // indirect | ||
github.com/onsi/gomega v1.3.0 | ||
github.com/onsi/gomega v1.5.0 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/russross/blackfriday v1.5.1 // indirect | ||
github.com/sirupsen/logrus v1.0.6 | ||
github.com/spf13/cobra v0.0.2 | ||
github.com/spf13/pflag v1.0.0 // indirect | ||
github.com/stretchr/testify v1.2.2 // indirect | ||
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb // indirect | ||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect | ||
golang.org/x/sys v0.0.0-20180715085529-ac767d655b30 // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect | ||
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect | ||
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect | ||
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect | ||
gopkg.in/inf.v0 v0.9.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/resty.v1 v1.11.0 | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.1.1 | ||
k8s.io/api v0.0.0-20180103015100-006a217681ae | ||
k8s.io/apimachinery v0.0.0-20180103014849-68f9c3a1feb3 | ||
k8s.io/kube-openapi v0.0.0-20180216212618-50ae88d24ede // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
k8s.io/api v0.0.0-20190813220812-4c9d9526570f | ||
k8s.io/apimachinery v0.0.0-20190813235223-d2c4b5819cd0 | ||
) |
Oops, something went wrong.