Embedded Lisp Interpreter for Golang
RFC1939 client implementation for go
lint tool for golang
RFC5322 implementation for golang
Golang lexical preprocessor framework
Makefile-generation tool for golang
Thread-safe, lock-free hashmap in go
My AUR packages - this repository is deprecated - please use http://git.bytbox.net/aur
Toys from category theory, in go
Event analysis and data processing suite
issue commentbytbox/sloc
The version tags are not valid semver, so go get doesn't use them
It was time for a version update anyway, so I bumped to v1.1.1. Can you verify that this fixes your problem?
On Tue, 11 Aug 2020 17:16:03 -0700 M-A [email protected] wrote:
The should be v1.0.0 and v1.1.0 instead of the current v1.0 and v1.1.
$ export GO111MODULE=on $ go get github.com/bytbox/sloc go: downloading github.com/bytbox/sloc v0.0.0-20191223145655-6f3c94d38253 go: github.com/bytbox/sloc upgrade => v0.0.0-20191223145655-6f3c94d38253 $ go get github.com/bytbox/[email protected] go get github.com/bytbox/[email protected]: github.com/bytbox/[email protected]: invalid version: unknown revision v1.1.0 $ go get github.com/bytbox/[email protected] go get github.com/bytbox/[email protected]: no matching versions for query "v1.1"You can just add one new tag v1.1.0 pointing to fa84c13. No need for any code change, you can keep the old tags too, go get will ignore them anyway.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/bytbox/sloc/issues/11
comment created time in a month
push eventbytbox/sloc
commit sha 93f9857ac4e18e23de074d32fc031fd0d5519b72
Updating version to 1.1.1, to use semver. Strictly speaking, I suppose switching to semver should be a major change, not just a patch...
push time in a month