зеркало из https://github.com/microsoft/abstrakt.git
30 строки
1.2 KiB
Modula-2
30 строки
1.2 KiB
Modula-2
module github.com/microsoft/abstrakt
|
|
|
|
go 1.13
|
|
|
|
replace github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503-38ab9da00309
|
|
|
|
require (
|
|
github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737 // indirect
|
|
github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab
|
|
github.com/deckarep/golang-set v1.7.1
|
|
github.com/jstemmer/go-junit-report v0.9.1 // indirect
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
github.com/matm/gocov-html v0.0.0-20191111163307-9ee104d84c82 // indirect
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pelletier/go-toml v1.4.0 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20191028145041-f83a4685e152
|
|
golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/dealancer/validate.v2 v2.1.0
|
|
gopkg.in/yaml.v2 v2.2.5
|
|
helm.sh/helm/v3 v3.0.0
|
|
)
|