2020-07-11 10:25:30 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
go get -u -v github.com/jessfraz/dockfmt
|
|
|
|
go get -u -v github.com/dmlittle/scenery
|
|
|
|
go get -u -v github.com/camptocamp/terraboard
|
|
|
|
go get -u -v github.com/juliensalinas/torrengo
|
|
|
|
go get -u -v github.com/asciimoo/wuzz # Interactive CLI tool for HTTP inspection
|
|
|
|
go get -u -v github.com/keilerkonzept/terraform-module-versions # detect new terraform modules versions
|
|
|
|
go get -u -v github.com/talos-systems/conform
|
2021-06-07 09:49:30 +00:00
|
|
|
go get -u -v github.com/ciehanski/libgen-cli
|
|
|
|
go get -u -v github.com/ajbosco/reads/cmd/reads
|