aboutsummaryrefslogtreecommitdiff
path: root/glide.yaml
blob: ef43e8effbff26e6323747943e59aaab4c6121d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package: go.uber.org/sally
import:
- package: gopkg.in/yaml.v2
- package: github.com/julienschmidt/httprouter
  version: ^1
testImport:
- package: github.com/stretchr/testify
- package: github.com/yosssi/gohtml
- package: github.com/golang/lint
  subpackages:
    - golint
- package: golang.org/x/tools
  subpackages:
    - go/gcimporter15
- package: github.com/kisielk/errcheck
- package: github.com/kisielk/gotool
- package: honnef.co/go/tools
  subpackages:
    - cmd/staticcheck