2018-02-20 22:15:10 +00:00
|
|
|
---
|
|
|
|
|
2018-04-06 09:28:21 +00:00
|
|
|
cwd: '~'
|
|
|
|
gopath: '~/gocode'
|
2018-02-20 22:15:10 +00:00
|
|
|
|
|
|
|
packages:
|
|
|
|
# Go-dev related tools
|
|
|
|
- name: github.com/golang/dep/cmd/dep
|
|
|
|
- name: github.com/mailgun/godebug
|
|
|
|
- name: github.com/shuLhan/go-bindata/...
|
|
|
|
- name: github.com/tools/godep
|
|
|
|
|
|
|
|
# Vault related tools
|
|
|
|
- name: github.com/Luzifer/vault2env
|
|
|
|
- name: github.com/Luzifer/vault-patch
|
|
|
|
- name: github.com/Luzifer/vault-user-token
|
|
|
|
|
|
|
|
# Other tools
|
2019-03-19 19:12:05 +00:00
|
|
|
- name: github.com/bradleyfalzon/revgrep/...
|
2018-02-20 22:15:10 +00:00
|
|
|
- name: github.com/fatih/hclfmt
|
|
|
|
- name: github.com/fiatjaf/jiq/cmd/jiq
|
2018-11-02 14:29:25 +00:00
|
|
|
- name: github.com/genuinetools/reg
|
2018-02-20 22:15:10 +00:00
|
|
|
- name: github.com/hashicorp/packer
|
2018-03-27 09:58:33 +00:00
|
|
|
- name: github.com/hetznercloud/terraform-provider-hcloud
|
2018-04-29 21:46:50 +00:00
|
|
|
- name: github.com/Luzifer/duplicity-backup
|
2018-04-10 11:15:41 +00:00
|
|
|
- name: github.com/Luzifer/gen-dockerfile
|
2018-02-20 22:15:10 +00:00
|
|
|
- name: github.com/Luzifer/git-changerelease
|
2019-03-19 19:12:05 +00:00
|
|
|
- name: github.com/Luzifer/password/cmd/password
|
2018-02-20 22:15:10 +00:00
|
|
|
- name: github.com/Luzifer/share
|
|
|
|
- name: github.com/Luzifer/short_path
|
|
|
|
- name: github.com/Luzifer/slugify
|
|
|
|
- name: github.com/Luzifer/str2hex
|
2018-08-18 16:50:56 +00:00
|
|
|
- name: github.com/Luzifer/tmux-collector
|
2018-02-20 22:15:10 +00:00
|
|
|
- name: github.com/Luzifer/update-gotools
|
2018-10-18 21:33:56 +00:00
|
|
|
- name: github.com/Luzifer/waitfor
|
2018-02-20 22:15:10 +00:00
|
|
|
- name: github.com/Luzifer/worktime
|
2018-03-16 10:33:50 +00:00
|
|
|
- name: mvdan.cc/sh/cmd/shfmt
|
2018-02-20 22:15:10 +00:00
|
|
|
|
|
|
|
# Ensure installed tools can work
|
2019-06-12 13:04:04 +00:00
|
|
|
post_commands: []
|
2018-02-20 22:15:10 +00:00
|
|
|
|
|
|
|
pre_commands:
|
|
|
|
- [go, version]
|
|
|
|
- [/bin/bash, -c, "rm -rf ${GOPATH}"]
|
|
|
|
- [/bin/bash, -c, "mkdir -p ${GOPATH}"]
|
|
|
|
- [/bin/bash, -c, "touch ${GOPATH}/.gopath"]
|
|
|
|
|
|
|
|
...
|
|
|
|
|