30f75da114
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
77 lines
4.2 KiB
Modula-2
77 lines
4.2 KiB
Modula-2
module dagger.cloud/go
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cuelang.org/go v0.3.0-alpha6
|
|
github.com/Azure/azure-sdk-for-go v16.2.1+incompatible // indirect
|
|
github.com/Azure/go-autorest v10.8.1+incompatible // indirect
|
|
github.com/KromDaniel/jonson v0.0.0-20180630143114-d2f9c3c389db
|
|
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
|
|
github.com/aws/aws-sdk-go v1.15.11 // indirect
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
github.com/blang/semver v3.1.0+incompatible // 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 v0.0.0-20141110184014-b1d153021fcd // indirect
|
|
github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b // indirect
|
|
github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 // indirect
|
|
github.com/containerd/console v1.0.0
|
|
github.com/containerd/containerd v1.4.0-0.20191014053712-acdcf13d5eaf
|
|
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba // indirect
|
|
github.com/dnaeon/go-vcr v1.0.1 // indirect
|
|
github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c // indirect
|
|
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916 // indirect
|
|
github.com/docker/libtrust v0.0.0-20150114040149-fa567046d9b1 // indirect
|
|
github.com/emicklei/proto v1.9.0 // indirect
|
|
github.com/garyburd/redigo v0.0.0-20150301180006-535138d7bcd7 // indirect
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
|
github.com/gorilla/handlers v0.0.0-20150720190736-60c7bfde3e33 // indirect
|
|
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
|
|
github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874 // indirect
|
|
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 // indirect
|
|
github.com/machinebox/graphql v0.2.2
|
|
github.com/marstr/guid v1.1.0 // indirect
|
|
github.com/matryer/is v1.3.0 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
|
|
github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f // indirect
|
|
github.com/moby/buildkit v0.7.1-0.20200529013301-643f0ffb5643
|
|
github.com/ncw/swift v1.0.47 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/runc v1.0.0-rc9.0.20200221051241-688cf6d43cc4 // indirect
|
|
github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/procfs v0.0.5 // indirect
|
|
github.com/rs/zerolog v1.17.2
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/tonistiigi/fsutil v0.0.0-20200512175118-ae3a8d753069
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f // indirect
|
|
github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43 // indirect
|
|
github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50 // indirect
|
|
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f // indirect
|
|
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
|
|
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
google.golang.org/api v0.0.0-20160322025152-9bf6e6e569ff // indirect
|
|
google.golang.org/cloud v0.0.0-20151119220103-975617b05ea8 // indirect
|
|
google.golang.org/grpc v1.27.1
|
|
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 // indirect
|
|
k8s.io/kubernetes v1.13.0 // indirect
|
|
)
|
|
|
|
replace github.com/hashicorp/go-immutable-radix => github.com/tonistiigi/go-immutable-radix v0.0.0-20170803185627-826af9ccf0fe
|
|
|
|
replace github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
|
|
|
|
replace github.com/containerd/containerd => github.com/containerd/containerd v1.3.1-0.20200227195959-4d242818bf55
|
|
|
|
replace github.com/docker/docker => github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
|