You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

61 lines
2.8 KiB

module git.wegmueller.it/opencloud/opencloud
go 1.11
require (
code.gitea.io/tea v0.2.0
git.wegmueller.it/illumos/go-zone v0.0.9-0.20190610163204-564a7dc79136
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/bshuster-repo/logrus-logstash-hook v0.4.1 // indirect
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
github.com/bugsnag/panicwrap v1.2.0 // indirect
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae
github.com/containerd/containerd v1.3.3
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v0.0.0-20200221230207-d706420b5d0f
github.com/docker/go-metrics v0.0.1 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/garyburd/redigo v1.6.0 // indirect
github.com/go-test/deep v1.0.1
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/gorilla/handlers v1.4.2 // indirect
github.com/gotestyourself/gotestyourself v1.4.0 // indirect
github.com/h2non/filetype v1.0.5
github.com/hashicorp/hcl2 v0.0.0-20190515223218-4b22149b7cef
github.com/jstemmer/go-junit-report v0.9.1
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/labstack/gommon v0.2.8
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/opencontainers/image-spec v1.0.1
github.com/opencontainers/runtime-spec v1.0.1
github.com/pelletier/go-toml v1.3.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.0.2
github.com/stretchr/testify v1.5.1
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
github.com/toasterson/mozaik v0.0.0-20170720104311-bccb4b6eab9e
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
github.com/yvasiyarov/gorelic v0.0.7 // indirect
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
github.com/ztrue/tracerr v0.3.0
google.golang.org/grpc v1.28.0 // indirect
gotest.tools v1.4.0 // indirect
gotest.tools/v3 v3.0.2 // indirect
rsc.io/letsencrypt v0.0.2 // indirect
)
replace github.com/sirupsen/logrus => github.com/sirupsen/logrus v1.4.2-0.20190403091019-9b3cdde74fbe
replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-20200319173657-742aab907b54