fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-05 17:30:54 +00:00
parent 56a25936c5
commit ba31795303
16 changed files with 1283 additions and 259 deletions

48
go.mod
View File

@@ -3,43 +3,43 @@ module go.dagger.io/dagger
go 1.19
require (
cuelang.org/go v0.4.3
cuelang.org/go v0.8.1
github.com/KromDaniel/jonson v0.0.0-20180630143114-d2f9c3c389db
github.com/Microsoft/go-winio v0.6.0
github.com/containerd/console v1.0.3
github.com/containerd/containerd v1.6.15
github.com/docker/buildx v0.10.0
github.com/docker/distribution v2.8.1+incompatible
github.com/go-git/go-git/v5 v5.5.2
github.com/Microsoft/go-winio v0.6.1
github.com/containerd/console v1.0.4
github.com/containerd/containerd v1.7.15
github.com/docker/buildx v0.13.1
github.com/docker/distribution v2.8.3+incompatible
github.com/go-git/go-git/v5 v5.12.0
github.com/gofrs/flock v0.8.1
github.com/google/uuid v1.3.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-version v1.6.0
github.com/mattn/go-colorable v0.1.13
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/mitchellh/go-homedir v1.1.0
github.com/moby/buildkit v0.11.0
github.com/moby/buildkit v0.13.1
github.com/morikuni/aec v1.0.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221116213201-188d3a4e1942
github.com/rs/zerolog v1.28.0
github.com/sergi/go-diff v1.2.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
github.com/opencontainers/image-spec v1.1.0
github.com/rs/zerolog v1.32.0
github.com/sergi/go-diff v1.3.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.14.0
github.com/stretchr/testify v1.8.2
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
github.com/tonistiigi/fsutil 7525a1af2bb5
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
github.com/tonistiigi/vt100 f9a4f7ef6531
go.opentelemetry.io/otel v1.15.1
go.opentelemetry.io/otel/exporters/jaeger v1.6.3
go.opentelemetry.io/otel/sdk v1.15.1
go.opentelemetry.io/otel/trace v1.15.1
golang.org/x/mod v0.7.0
golang.org/x/sync v0.1.0
golang.org/x/term v0.4.0
golang.org/x/time v0.3.0
google.golang.org/grpc v1.51.0
golang.org/x/mod v0.17.0
golang.org/x/sync v0.7.0
golang.org/x/term v0.19.0
golang.org/x/time v0.5.0
google.golang.org/grpc v1.63.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -146,5 +146,5 @@ require (
replace (
cuelang.org/go => github.com/dagger/cue v0.4.1-rc.1.0.20220121023213-66df011a52c2
github.com/docker/docker => github.com/docker/docker v20.10.22+incompatible
github.com/docker/docker/v26 => github.com/docker/docker v26.0.0
)