goleveldb icon indicating copy to clipboard operation
goleveldb copied to clipboard

go.mod can't find master version

Open zergscut2017 opened this issue 4 years ago • 2 comments

It seems like that neither v1.0.0 nor works. I got below error with master: go: github.com/syndtr/goleveldb/[email protected]: invalid version: missing github.com/syndtr/goleveldb/leveldb/go.mod at revision 5c35d600f0ca

Is it possible to tag a version so go mod or go dependence works?

zergscut2017 avatar Jan 12 '21 03:01 zergscut2017

Would you try go get -u github.com/syndtr/goleveldb@master to pin the version to the master branch?

Alex-duzhichao avatar Jun 22 '21 12:06 Alex-duzhichao

this is a bit of a strange way to manage dependencies. is there a particular reason for the aversion towards using semver and tagging a release? there has already been a 1.0.0 release, why are these dependency management tricks coerced upon the projects that use this project as a dependency? cc @syndtr

acud avatar Sep 13 '21 20:09 acud