-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdagger.json
More file actions
32 lines (32 loc) · 772 Bytes
/
Copy pathdagger.json
File metadata and controls
32 lines (32 loc) · 772 Bytes
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
{
"name": "zero_downtime",
"engineVersion": "v0.20.6",
"sdk": {
"source": "go"
},
"toolchains": [
{
"name": "golang",
"source": "github.com/bcachet/dagger/golang@main",
"pin": "c1569b970c813adbe25b79cc4a18aab125e58d10"
},
{
"name": "protobuf",
"source": "github.com/bcachet/dagger/protobuf@main",
"pin": "c1569b970c813adbe25b79cc4a18aab125e58d10"
}
],
"dependencies": [
{
"name": "golang",
"source": "github.com/bcachet/dagger/golang@main",
"pin": "c1569b970c813adbe25b79cc4a18aab125e58d10"
},
{
"name": "protobuf",
"source": "github.com/bcachet/dagger/protobuf@main",
"pin": "c1569b970c813adbe25b79cc4a18aab125e58d10"
}
],
"source": ".dagger"
}