-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathdagger.json
44 lines (44 loc) · 1.21 KB
/
dagger.json
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
41
42
43
44
{
"name": "twirp",
"engineVersion": "v0.15.1",
"sdk": "go",
"exclude": [
".devenv",
".direnv",
"go.work",
"go.work.sum"
],
"dependencies": [
{
"name": "golangci-lint",
"source": "github.com/sagikazarmark/daggerverse/golangci-lint",
"pin": "c1be27189ce47d28f84014b715f78e47db9fbadc"
},
{
"name": "arc",
"source": "github.com/sagikazarmark/daggerverse/arc@arc/v0.5.0",
"pin": "126b5fbbdad70dbf2a8689600baec2eb78c05ef4"
},
{
"name": "go",
"source": "github.com/sagikazarmark/daggerverse/go@07f08ab95be76586c798bc55424c684ad6d41497",
"pin": "07f08ab95be76586c798bc55424c684ad6d41497"
},
{
"name": "php",
"source": "github.com/sagikazarmark/daggerverse/php@php/v0.2.0",
"pin": "77ecc6dfd82c8d8c1cc37a7f97b719203cfa9cf0"
},
{
"name": "php-cs-fixer",
"source": "github.com/sagikazarmark/daggerverse/php-cs-fixer@php-cs-fixer/v0.1.0",
"pin": "84e479601ced57c999880867f0beb56e2afd683d"
},
{
"name": "phpstan",
"source": "github.com/sagikazarmark/daggerverse/phpstan@phpstan/v0.3.0",
"pin": "84e479601ced57c999880867f0beb56e2afd683d"
}
],
"source": ".dagger"
}