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
- Host: GitHub
- URL: https://github.com/owais/go-mod-pseudo-version-test
- Owner: owais
- License: mit
- Created: 2018-12-13T09:18:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T09:56:12.000Z (over 6 years ago)
- Last Synced: 2025-01-27T09:41:32.969Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.