This will update to latest minor.patch version of v7:
go get github.com/elastic/beats/v7
or if you want a specific version to update/downgrade to:
go get github.com/elastic/beats/[email protected]
Adding the -u
flag will additionally update the dependencies of github.com/elastic/beats/v7
:
go get -u github.com/elastic/beats/v7
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…