2021-05-26 01:53:26 +02:00
|
|
|
module go.dagger.io/dagger
|
2020-12-30 03:45:16 +01:00
|
|
|
|
2022-10-26 19:27:34 +02:00
|
|
|
go 1.19
|
2020-12-30 03:45:16 +01:00
|
|
|
|
|
|
|
require (
|
2022-10-26 19:27:34 +02:00
|
|
|
cuelang.org/go v0.4.3
|
2020-12-30 03:45:16 +01:00
|
|
|
github.com/KromDaniel/jonson v0.0.0-20180630143114-d2f9c3c389db
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/Microsoft/go-winio v0.6.0
|
2021-08-20 17:31:26 +02:00
|
|
|
github.com/containerd/console v1.0.3
|
2022-12-09 20:23:50 +01:00
|
|
|
github.com/containerd/containerd v1.6.12
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/docker/buildx v0.9.1
|
2022-03-08 20:07:45 +01:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible
|
2022-12-09 20:23:50 +01:00
|
|
|
github.com/go-git/go-git/v5 v5.5.0
|
2021-10-13 23:32:06 +02:00
|
|
|
github.com/gofrs/flock v0.8.1
|
2021-07-20 13:11:20 +02:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/hashicorp/go-version v1.6.0
|
|
|
|
github.com/mattn/go-colorable v0.1.13
|
2021-02-24 00:39:06 +01:00
|
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
|
2021-05-28 20:36:21 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2022-11-10 21:33:15 +01:00
|
|
|
github.com/moby/buildkit v0.10.6
|
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
|
2022-12-09 20:23:50 +01:00
|
|
|
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221116213201-188d3a4e1942
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/rs/zerolog v1.28.0
|
2022-01-17 22:09:52 +01:00
|
|
|
github.com/sergi/go-diff v1.2.0
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
github.com/spf13/cobra v1.6.1
|
2022-03-28 21:47:42 +02:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-11-06 15:18:03 +01:00
|
|
|
github.com/spf13/viper v1.14.0
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-11-15 18:49:13 +01:00
|
|
|
github.com/tonistiigi/fsutil v0.0.0-20221114235510-0127568185cf
|
2021-02-24 00:39:06 +01:00
|
|
|
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
|
2021-10-05 01:42:55 +02:00
|
|
|
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
|
2022-10-26 19:28:07 +02:00
|
|
|
go.opentelemetry.io/otel v1.11.1
|
2022-04-13 13:50:35 +02:00
|
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.6.3
|
2022-10-26 19:28:07 +02:00
|
|
|
go.opentelemetry.io/otel/sdk v1.11.1
|
|
|
|
go.opentelemetry.io/otel/trace v1.11.1
|
2022-11-09 18:16:47 +01:00
|
|
|
golang.org/x/mod v0.7.0
|
2022-10-26 19:27:34 +02:00
|
|
|
golang.org/x/sync v0.1.0
|
2022-12-09 20:23:50 +01:00
|
|
|
golang.org/x/term v0.3.0
|
|
|
|
golang.org/x/time v0.3.0
|
2022-11-18 18:00:31 +01:00
|
|
|
google.golang.org/grpc v1.51.0
|
2022-10-26 16:32:54 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2020-12-30 03:45:16 +01:00
|
|
|
)
|
|
|
|
|
2022-10-26 19:27:34 +02:00
|
|
|
require (
|
2022-12-09 20:23:50 +01:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/Sirupsen/logrus v1.0.6 // indirect
|
|
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
|
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
2022-12-09 20:23:50 +01:00
|
|
|
github.com/cloudflare/circl v1.1.0 // indirect
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/cockroachdb/apd/v2 v2.0.1 // indirect
|
|
|
|
github.com/containerd/continuity v0.3.0 // indirect
|
|
|
|
github.com/containerd/ttrpc v1.1.0 // indirect
|
|
|
|
github.com/containerd/typeurl v1.0.2 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/docker/cli v20.10.17+incompatible // indirect
|
|
|
|
github.com/docker/docker v20.10.17+incompatible // indirect
|
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
|
|
github.com/docker/libnetwork v0.5.6 // indirect
|
|
|
|
github.com/emicklei/proto v1.9.0 // indirect
|
2022-12-09 20:23:50 +01:00
|
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
2022-11-06 15:18:03 +01:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
|
|
github.com/go-git/go-billy/v5 v5.3.1 // indirect
|
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
|
github.com/gogo/googleapis v1.4.1 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
2022-12-09 20:23:50 +01:00
|
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/klauspost/compress v1.15.7 // indirect
|
|
|
|
github.com/lib/pq v1.10.0 // indirect
|
|
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
|
|
github.com/moby/patternmatcher v0.5.0 // indirect
|
|
|
|
github.com/moby/sys/signal v0.6.0 // indirect
|
|
|
|
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // indirect
|
|
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
|
|
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|
2022-12-09 20:23:50 +01:00
|
|
|
github.com/pjbgf/sha1cd v0.2.0 // indirect
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/protocolbuffers/txtpbfmt v0.0.0-20201118171849-f6a6b3f636fc // indirect
|
2022-12-09 20:23:50 +01:00
|
|
|
github.com/skeema/knownhosts v1.1.0 // indirect
|
2022-11-06 15:18:03 +01:00
|
|
|
github.com/spf13/afero v1.9.2 // indirect
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/subosito/gotenv v1.4.1 // indirect
|
|
|
|
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5 // indirect
|
|
|
|
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
|
2022-12-09 20:23:50 +01:00
|
|
|
github.com/xanzy/ssh-agent v0.3.2 // indirect
|
2022-10-26 19:27:34 +02:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v0.12.0 // indirect
|
2022-12-09 20:23:50 +01:00
|
|
|
golang.org/x/crypto v0.3.0 // indirect
|
|
|
|
golang.org/x/net v0.2.0 // indirect
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
2022-10-26 19:27:34 +02:00
|
|
|
golang.org/x/text v0.4.0 // indirect
|
|
|
|
golang.org/x/tools v0.1.12 // indirect
|
2022-11-06 15:18:03 +01:00
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
|
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2022-10-26 19:27:34 +02:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|
|
|
|
|
2021-01-08 17:35:13 +01:00
|
|
|
replace (
|
2022-01-21 03:38:24 +01:00
|
|
|
cuelang.org/go => github.com/dagger/cue v0.4.1-rc.1.0.20220121023213-66df011a52c2
|
2022-10-26 19:27:34 +02:00
|
|
|
github.com/docker/docker => github.com/docker/docker v20.10.21+incompatible
|
2021-01-08 17:35:13 +01:00
|
|
|
)
|