diff options
author | 2017-01-26 20:32:21 +0100 | |
---|---|---|
committer | 2017-01-26 11:32:21 -0800 | |
commit | 10d8a723b116b6ee54d57363c9eaebe9eaa71f4f (patch) | |
tree | 2ecdcfc6756df49eadf79709b313bd0c0542184b /glide.yaml | |
parent | 81051d9e2d5fa34552eccf25801d137b5486c804 (diff) | |
download | sally-10d8a723b116b6ee54d57363c9eaebe9eaa71f4f.tar.gz sally-10d8a723b116b6ee54d57363c9eaebe9eaa71f4f.tar.zst sally-10d8a723b116b6ee54d57363c9eaebe9eaa71f4f.zip |
Add dockerfiles and update makefile (#25)
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,4 +1,4 @@ -package: github.com/uber-go/sally +package: go.uber.org/sally import: - package: gopkg.in/yaml.v2 - package: github.com/julienschmidt/httprouter @@ -6,3 +6,18 @@ import: 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/staticcheck + subpackages: + - cmd/staticcheck +- package: honnef.co/go/lint + subpackages: + - lintutil +- package: honnef.co/go/ssa |