Hi, I'm new to go and using go 1.13. I've been using tagging of my repository using releases e.g. v1.0.0 and hence I can use this in go.mod require section.
I cannot find any tags in this repository and hence not possible for me to declare this dependency in go.mod?
module dev.azure.com/dataductus/CbServices/_git/go-core.git
require (
github.com/aws/aws-sdk-go-v2 v0.22.0
github.com/joeshaw/envdecode <-- which version?
)
go 1.13
Cheers,
Mario
Hi, I'm new to go and using go 1.13. I've been using tagging of my repository using releases e.g. v1.0.0 and hence I can use this in go.mod require section.
I cannot find any tags in this repository and hence not possible for me to declare this dependency in go.mod?
Cheers,
Mario