-
Notifications
You must be signed in to change notification settings - Fork 2
/
stencil.lock
105 lines (105 loc) · 4.13 KB
/
stencil.lock
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
version: v1.40.0-rc.1
modules:
- name: github.com/getoutreach/devbase
url: https://github.com/getoutreach/devbase
version: v2.28.1
- name: github.com/getoutreach/stencil-actions
url: https://github.com/getoutreach/stencil-actions
version: v0.4.2
- name: github.com/getoutreach/stencil-base
url: https://github.com/getoutreach/stencil-base
version: v0.16.1
- name: github.com/getoutreach/stencil-circleci
url: https://github.com/getoutreach/stencil-circleci
version: v1.14.0
- name: github.com/getoutreach/stencil-discovery
url: https://github.com/getoutreach/stencil-discovery
version: v1.8.5
- name: github.com/getoutreach/stencil-golang
url: https://github.com/getoutreach/stencil-golang
version: v1.24.0
- name: github.com/getoutreach/stencil-outreach
url: https://github.com/getoutreach/stencil-outreach
version: v0.22.2
- name: github.com/getoutreach/stencil-pipeline
url: https://github.com/getoutreach/stencil-pipeline
version: v1.2.2
files:
- name: .circleci/config.yml
template: .circleci/config.yml.tpl
module: github.com/getoutreach/stencil-circleci
- name: .editorconfig
template: .editorconfig.tpl
module: github.com/getoutreach/stencil-base
- name: .gitattributes
template: .gitattributes.tpl
module: github.com/getoutreach/stencil-golang
- name: .github/CODEOWNERS
template: .github/CODEOWNERS.tpl
module: github.com/getoutreach/stencil-base
- name: .github/dependabot.yml
template: .github/dependabot.yml.tpl
module: github.com/getoutreach/stencil-golang
- name: .github/pull_request_template.md
template: .github/pull_request_template.md.tpl
module: github.com/getoutreach/stencil-base
- name: .github/workflows/pull_request-shared-actions.yaml
template: .github/workflows/pull_request-shared-actions.yaml.tpl
module: github.com/getoutreach/stencil-actions
- name: .gitignore
template: .gitignore.tpl
module: github.com/getoutreach/stencil-base
- name: .prettierignore
template: .prettierignore.tpl
module: github.com/getoutreach/stencil-golang
- name: .prettierrc.yaml
template: .prettierrc.yaml.tpl
module: github.com/getoutreach/stencil-golang
- name: .releaserc.yaml
template: .releaserc.yaml.tpl
module: github.com/getoutreach/stencil-base
- name: .tool-versions
template: .tool-versions.tpl
module: github.com/getoutreach/stencil-base
- name: .vscode/extensions.json
template: .vscode/extensions.json.tpl
module: github.com/getoutreach/stencil-golang
- name: .vscode/launch.json
template: .vscode/launch.json.tpl
module: github.com/getoutreach/stencil-golang
- name: .vscode/outreach.code-snippets
template: .vscode/outreach.code-snippets.tpl
module: github.com/getoutreach/stencil-outreach
- name: .vscode/private.env
template: .vscode/private.env.tpl
module: github.com/getoutreach/stencil-golang
- name: .vscode/settings.json
template: .vscode/settings.json.tpl
module: github.com/getoutreach/stencil-golang
- name: LICENSE
template: LICENSE.tpl
module: github.com/getoutreach/stencil-base
- name: Makefile
template: Makefile.tpl
module: github.com/getoutreach/stencil-golang
- name: cortex.yaml
template: cortex.yaml.tpl
module: github.com/getoutreach/stencil-outreach
- name: devenv.yaml
template: devenv.yaml.tpl
module: github.com/getoutreach/stencil-golang
- name: go.mod
template: go.mod.tpl
module: github.com/getoutreach/stencil-golang
- name: package.json
template: package.json.tpl
module: github.com/getoutreach/stencil-base
- name: scripts/devbase.sh
template: scripts/devbase.sh.tpl
module: github.com/getoutreach/devbase
- name: scripts/golangci.yml
template: scripts/golangci.yml.tpl
module: github.com/getoutreach/stencil-golang
- name: scripts/shell-wrapper.sh
template: scripts/shell-wrapper.sh.tpl
module: github.com/getoutreach/devbase