An open API service indexing awesome lists of open source software.

https://github.com/owais/go-mod-pseudo-version-test


https://github.com/owais/go-mod-pseudo-version-test

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Running `go get -u github.com/go-pg/pg@2606290a6ba1e484f9` fetches a correct copy of the go-pg lib but the pseudo version is tagged with `v0.0.0-` instead of `v6.15.1-`. The build still uses the expected version but go.mod implies that the library does not have a stable release yet and is not go modules compatible.