-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdagger.json
More file actions
40 lines (40 loc) · 1.14 KB
/
dagger.json
File metadata and controls
40 lines (40 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "csi",
"engineVersion": "v0.18.2",
"sdk": {
"source": "go"
},
"dependencies": [
{
"name": "go",
"source": "github.com/sagikazarmark/daggerverse/go@go/v0.9.0",
"pin": "d9ba06776c4c1ccf6f329bd862b9b439c4582ab6"
},
{
"name": "golangci-lint",
"source": "github.com/sagikazarmark/daggerverse/golangci-lint@golangci-lint/v0.9.0",
"pin": "e6c14178bcaaff9e102e2a89173ca31479b80629"
},
{
"name": "helm",
"source": "github.com/sagikazarmark/daggerverse/helm@helm/v0.14.0",
"pin": "4981f49ead356d64a860ef85caec9b0622933ad7"
},
{
"name": "registry-config",
"source": "github.com/sagikazarmark/daggerverse/registry-config@registry-config/v0.8.0",
"pin": "126b5fbbdad70dbf2a8689600baec2eb78c05ef4"
},
{
"name": "shellcheck",
"source": "github.com/dagger/dagger/modules/shellcheck@v0.14.0",
"pin": "ec9686a4b922e278614ed1754d308c75eaa59586"
},
{
"name": "wolfi",
"source": "github.com/dagger/dagger/modules/wolfi@v0.15.3",
"pin": "df40da5a61c787ef321f503287dcde92222279d8"
}
],
"source": ".dagger"
}