You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use to import this package from gopkg.in but, checking on the site the v3 is supported but if I try to update keeping gopkg.in I got this nice error:
Command failed: go get -d ./...
go: finding gopkg.in/cheggaaa/pb.v3 v3.0.1
go: gopkg.in/cheggaaa/[email protected]: go.mod has non-....v3 module path "github.com/cheggaaa/pb" at revision v3.0.1
go: error loading module requirements
There are some way to keep using gopkg?
The text was updated successfully, but these errors were encountered:
I use to import this package from
gopkg.in
but, checking on the site thev3
is supported but if I try to update keepinggopkg.in
I got this nice error:There are some way to keep using gopkg?
The text was updated successfully, but these errors were encountered: