9 lines
452 B
Bash
9 lines
452 B
Bash
|
#!/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
|