You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
505 B
Modula-2
18 lines
505 B
Modula-2
module github.com/kubernetes-up-and-running/kuard
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
|
github.com/felixge/httpsnoop v1.0.0
|
|
github.com/julienschmidt/httprouter v1.2.0
|
|
github.com/miekg/dns v1.1.6
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.3.2
|
|
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
|
|
)
|