Followed the 'go get' instruction to install the APM agent, but came back with dependency error, with a 3rd party website not being available. Can you confirm whether there is another way to install the Go agent module, without the dependency on the package on a 3rd party website?
Wholly new 'installation', to test instrumenting a Go program for APM.
Output:
# go get go.elastic.co/apm
go: finding go.elastic.co/apm v1.8.0
go: downloading go.elastic.co/apm v1.8.0
go: extracting go.elastic.co/apm v1.8.0
go get: go.elastic.co/apm@v1.8.0 requires
github.com/elastic/go-sysinfo@v1.1.1 requires
howett.net/plist@v0.0.0-20181124034731-591f970eefbb: invalid version: git fetch -f https://gitlab.howett.net/go/plist.git refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /root/go/pkg/mod/cache/vcs/c8e70a3b22313f6fedf9d36ced823fdeb2c8ba51480fd7c16ae40194977aa32a: exit status 128:
fatal: unable to access 'https://gitlab.howett.net/go/plist.git/': Failed connect to gitlab.howett.net:443; Connection timed out