[go-nuts] Re: go get not downloading a module under a repository from BitBucket

2020-11-10 Thread Anderson Queiroz
Not trying to doubt you, but are you sure it's a silent failure? Where are you invoking `go get`? Is it running on module aware mode, being called within a go module? Try to run go get with "-v" to see if you get more information about what is happening. On Monday, 9 November 2020 at 03:03:09

[go-nuts] Re: go get not downloading a module under a repository from BitBucket

2020-11-08 Thread Dean Schulze
I created the tag *git tag integration-common/util/v0.0.1* and verified that it got pushed to bitbucket. When I `go get` the tag it shows go get bitbucket.org/orgname/reponame@integration-common/util/v0.0.1 go: bitbucket.org/orgname/reponame/integration-common/util/v0.0.1 => v0.0.1 but

[go-nuts] Re: go get not downloading a module under a repository from BitBucket

2020-11-08 Thread seank...@gmail.com
https://golang.org/ref/mod#vcs-version 3rd paragraph > If a module is defined in a subdirectory within the repository, that is, the module subdirectory portion of the module path is not empty, then each tag name must be prefixed with the