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
When I try to build this using glide, I get the following error:
[WARN] Unable to checkout gopkg.in/natefinch/lumberjack.v2
[ERROR] Error looking for gopkg.in/natefinch/lumberjack.v2: Unable to get repository
Trying to get the package directly results in
go get gopkg.in/natefinch/lumberjack.v2
# cd .; git clone https://gopkg.in/natefinch/lumberjack.v2 /XXX/sample-apiserver/src/gopkg.in/natefinch/lumberjack.v2
Cloning into '/XXX/sample-apiserver/src/gopkg.in/natefinch/lumberjack.v2'...
error: RPC failed; HTTP 301 curl 22 The requested URL returned error: 301
fatal: The remote end hung up unexpectedly
package gopkg.in/natefinch/lumberjack.v2: exit status 128
The text was updated successfully, but these errors were encountered:
When I try to build this using glide, I get the following error:
Trying to get the package directly results in
The text was updated successfully, but these errors were encountered: