feat: update dagger
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-04-07 20:19:04 +02:00
parent dbe5455843
commit e723baa0a7
4 changed files with 61 additions and 21 deletions

View File

@@ -6,7 +6,8 @@ replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230407
require (
dagger.io/dagger v0.6.0
github.com/stretchr/testify v1.8.1
github.com/containerd/containerd v1.7.0
github.com/stretchr/testify v1.8.2
golang.org/x/sync v0.1.0
)
@@ -14,12 +15,18 @@ require (
github.com/Khan/genqlient v0.5.0 // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/tools v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)