module_test
Stuff to test module/agent interaction
What is built?
Punchingbag
A simple website that does just about nothing except echo back data.
httpsim
Likely not useful and not needed
Vendoring
This uses go modules.
If updating dependencies just do this
go list -u -m all
go get -u
go mod vendor
git status