-
Notifications
You must be signed in to change notification settings - Fork 5
/
dep.yml
40 lines (40 loc) · 851 Bytes
/
dep.yml
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
deps:
- name: depcharge
kind: project
location: ./
deps:
- name: gitlab
kind: git
location: ./
labels:
- development
- pipeline
params:
repo: [email protected]:centerorbit/depcharge.git
- name: github
kind: git
location: ./
labels:
- public
params:
repo: [email protected]:centerorbit/depcharge.git
- name: yaml-parser
kind: go
params:
get: github.com/ghodss/yaml
- name: mustache
kind: go
params:
get: github.com/cbroglie/mustache/...
- name: assertions
kind: go
params:
get: github.com/stretchr/testify
- name: cli-flags
kind: go
params:
get: github.com/integrii/flaggy
- name: linting
kind: go
params:
get: golang.org/x/lint/golint