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
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
Hi! Currently cpustat import latest versions of packages (master branch in repo). If some imported package change public API, installation by go get command will be broken.
I highly recommend to use import proxy for "freezing" imported version (gopkg.in or pkg.re).
The text was updated successfully, but these errors were encountered:
So-so. We doesn't use go get for installing golang apps. In most cases we pack all sources with gopack utility (it freeze all deps and protect as from deleting repo by owner) and build rpm packages.
Anyway go get is most popular way for installing golang apps and you find out that something's wrong with deps only from issues.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! Currently cpustat import latest versions of packages (
master
branch in repo). If some imported package change public API, installation bygo get
command will be broken.I highly recommend to use import proxy for "freezing" imported version (gopkg.in or pkg.re).
The text was updated successfully, but these errors were encountered: