valkey-io / valkey-go

A fast Golang Valkey client that supports Client Side Caching and Auto Pipelining.
Apache License 2.0
158 stars 10 forks source link

go get package failed #2

Closed Dmarcotrigiano closed 6 months ago

Dmarcotrigiano commented 7 months ago

Using Go Nightly VsCode extension v2024.4.2318 on Ubuntu

Command 'gopls.go_get_package' failed: 

Error: 
err: exit status 1: stderr: github.com/valkey-io/valkey-go@v1.0.35: 

parsing go.mod: 
module declares its path as: 
github.com/rueian/valkey-go but was required as: github.com/valkey-io/valkey-go .
ymmt2005 commented 7 months ago

The tag v1.0.35 was re-created, so I guess the first tagged version was cached in proxy.golang.org.

The easiest fix would be to cut another release, I guess.

rueian commented 7 months ago

Hi @Dmarcotrigiano, @ymmt2005

The v1.0.35 tag was released before we moved this repo to valkey-io from my personal account.

Therefore I just prepared another tag. Please use go get github.com/valkey-io/valkey-go@v1.0.35-io instead.

rueian commented 6 months ago

We can close this issue now because v1.0.36 was released.