Merge pull request #295 from mars1024/bugfix/set-logger
init logger for controller-runtime
Showing
+1786 -27
... | ... | @@ -19,6 +19,7 @@ require ( |
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect | ||
github.com/kelseyhightower/envconfig v1.4.0 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/kr/pty v1.1.5 // indirect | ||
github.com/moul/http2curl v1.0.0 // indirect | ||
github.com/onsi/ginkgo v1.10.1 | ||
github.com/onsi/gomega v1.7.0 | ||
... | ... | @@ -36,6 +37,7 @@ require ( |
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect | ||
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/vishvananda/netlink v1.0.0 | ||
go.uber.org/zap v1.10.0 // indirect | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect | ||
... | ... |
vendor/golang.org/x/net/html/atom/gen.go
0 → 100644
vendor/golang.org/x/net/internal/iana/gen.go
0 → 100644
vendor/golang.org/x/net/ipv4/defs_aix.go
0 → 100644
vendor/golang.org/x/net/ipv4/defs_darwin.go
0 → 100644
vendor/golang.org/x/net/ipv4/defs_freebsd.go
0 → 100644
vendor/golang.org/x/net/ipv4/defs_linux.go
0 → 100644
vendor/golang.org/x/net/ipv4/defs_netbsd.go
0 → 100644
Please register or sign in to comment