2021-02-17 22:13:39 +01:00
|
|
|
module dagger.io/go
|
2020-12-30 03:45:16 +01:00
|
|
|
|
2021-02-17 02:54:43 +01:00
|
|
|
go 1.16
|
2020-12-30 03:45:16 +01:00
|
|
|
|
|
|
|
require (
|
2021-03-22 09:58:13 +01:00
|
|
|
cuelang.org/go v0.3.0-beta.7
|
2020-12-30 03:45:16 +01:00
|
|
|
github.com/KromDaniel/jonson v0.0.0-20180630143114-d2f9c3c389db
|
2021-01-08 17:28:33 +01:00
|
|
|
github.com/containerd/console v1.0.1
|
2021-02-26 00:07:39 +01:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible
|
2020-12-30 03:45:16 +01:00
|
|
|
github.com/emicklei/proto v1.9.0 // indirect
|
2021-03-24 23:03:05 +01:00
|
|
|
github.com/google/uuid v1.2.0 // indirect
|
2021-02-24 00:39:06 +01:00
|
|
|
github.com/jaguilar/vt100 v0.0.0-20150826170717-2703a27b14ea
|
|
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
|
2021-02-26 00:07:39 +01:00
|
|
|
github.com/moby/buildkit v0.8.2
|
2021-02-24 00:39:06 +01:00
|
|
|
github.com/morikuni/aec v1.0.0
|
2021-02-09 20:42:41 +01:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2021-03-04 03:09:25 +01:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2021-01-14 02:38:16 +01:00
|
|
|
github.com/rs/zerolog v1.20.0
|
2021-02-17 21:26:57 +01:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2021-01-30 02:16:22 +01:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-02-17 21:26:50 +01:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-03-25 22:35:55 +01:00
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2021-01-08 17:28:33 +01:00
|
|
|
github.com/tonistiigi/fsutil v0.0.0-20201103201449-0834f99b7b85
|
2021-02-24 00:39:06 +01:00
|
|
|
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
|
2021-03-04 03:09:25 +01:00
|
|
|
github.com/uber/jaeger-client-go v2.25.0+incompatible
|
2021-03-22 19:24:08 +01:00
|
|
|
go.mozilla.org/sops v0.0.0-20190912205235-14a22d7a7060
|
2021-01-21 04:08:52 +01:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
2021-01-28 21:51:22 +01:00
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
2021-01-14 02:38:16 +01:00
|
|
|
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
|
2021-02-24 00:39:06 +01:00
|
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
2021-01-21 04:08:52 +01:00
|
|
|
golang.org/x/tools v0.1.0 // indirect
|
2021-01-26 00:07:54 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86
|
2020-12-30 03:45:16 +01:00
|
|
|
)
|
|
|
|
|
2021-01-08 17:35:13 +01:00
|
|
|
replace (
|
|
|
|
// protobuf: corresponds to containerd
|
|
|
|
github.com/golang/protobuf => github.com/golang/protobuf v1.3.5
|
|
|
|
github.com/hashicorp/go-immutable-radix => github.com/tonistiigi/go-immutable-radix v0.0.0-20170803185627-826af9ccf0fe
|
|
|
|
github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
|
|
|
|
// genproto: corresponds to containerd
|
|
|
|
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
|
|
|
|
)
|