Remove tools covered by arch packages

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-06-12 15:04:04 +02:00
parent b2640b8352
commit 792873c9ee
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -5,11 +5,8 @@ gopath: '~/gocode'
packages:
# Go-dev related tools
- name: github.com/alecthomas/gometalinter
- name: github.com/golangci/golangci-lint/cmd/golangci-lint
- name: github.com/golang/dep/cmd/dep
- name: github.com/mailgun/godebug
- name: github.com/nsf/gocode
- name: github.com/shuLhan/go-bindata/...
- name: github.com/tools/godep
@ -23,7 +20,6 @@ packages:
- name: github.com/fatih/hclfmt
- name: github.com/fiatjaf/jiq/cmd/jiq
- name: github.com/genuinetools/reg
- name: github.com/github/hub
- name: github.com/hashicorp/packer
- name: github.com/hetznercloud/terraform-provider-hcloud
- name: github.com/Luzifer/duplicity-backup
@ -40,25 +36,8 @@ packages:
- name: github.com/Luzifer/worktime
- name: mvdan.cc/sh/cmd/shfmt
# Install dependencies for vim-go (May not run concurrently or will fail)
- { name: github.com/davidrjenni/reftools/cmd/fillstruct, single: true }
- { name: github.com/dominikh/go-tools/cmd/keyify, single: true }
- { name: github.com/fatih/gomodifytags, single: true }
- { name: github.com/fatih/motion, single: true }
- { name: golang.org/x/lint/golint, single: true }
- { name: github.com/jstemmer/gotags, single: true }
- { name: github.com/kisielk/errcheck, single: true }
- { name: github.com/klauspost/asmfmt/cmd/asmfmt, single: true }
- { name: github.com/rogpeppe/godef, single: true }
- { name: github.com/zmb3/gogetdoc, single: true }
- { name: golang.org/x/tools/cmd/goimports, single: true }
- { name: golang.org/x/tools/cmd/gorename, single: true }
- { name: golang.org/x/tools/cmd/guru, single: true }
- { name: github.com/josharian/impl, single: true }
# Ensure installed tools can work
post_commands:
- [/bin/bash, -c, "${GOPATH}/bin/gometalinter --install"]
post_commands: []
pre_commands:
- [go, version]