forked from uber-go/dosa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.yaml
More file actions
49 lines (49 loc) · 1.26 KB
/
glide.yaml
File metadata and controls
49 lines (49 loc) · 1.26 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
41
42
43
44
45
46
47
48
49
package: github.com/uber-go/dosa
import:
- package: github.com/pkg/errors
version: ^0.8.0
- package: github.com/satori/go.uuid
version: ^1.1.0
- package: github.com/elodina/go-avro
- package: github.com/uber/dosa-idl
subpackages:
- .gen
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert
- mock
- package: github.com/golang/mock
subpackages:
- gomock
- package: github.com/pborman/uuid
version: ^1.0.0
- package: github.com/yookoala/realpath
- package: github.com/jessevdk/go-flags
- package: github.com/yarpc/yarpc-go
version: ^1.7.1
testImport:
- package: golang.org/x/tools
subpackages:
- cover
- package: github.com/anmitsu/go-shlex
- package: github.com/mattn/goveralls
- package: github.com/golang/lint
subpackages:
- golint
- package: github.com/kisielk/gotool
- package: github.com/kisielk/errcheck
- package: github.com/axw/gocov
subpackages:
- gocov
- package: github.com/matm/gocov-html
- package: github.com/go-playground/overalls
- package: github.com/sectioneight/md-to-godoc
version: master
- package: github.com/russross/blackfriday
version: "2"
- package: github.com/shurcooL/sanitized_anchor_name
- package: github.com/mvdan/lint
- package: github.com/mvdan/interfacer
subpackages:
- cmd/interfacer