Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将godep更改为以前的版本_Go_Godeps - Fatal编程技术网

将godep更改为以前的版本

将godep更改为以前的版本,go,godeps,Go,Godeps,我正在尝试将我的godep恢复到以前的版本。我需要v52,但go在运行go get godep时安装了最新的v74 我尝试替换$GOPATH/bin中的godep二进制文件。go正在把它捡起来 但问题是,当我尝试运行godep时,比如godep restore,或者遇到如下错误。我不知道接下来该怎么办 godep: Dep (github.com/BurntSushi/toml) restored, but was unable to load it with error: Packag

我正在尝试将我的godep恢复到以前的版本。我需要v52,但go在运行go get godep时安装了最新的v74

我尝试替换$GOPATH/bin中的godep二进制文件。go正在把它捡起来

但问题是,当我尝试运行godep时,比如
godep restore
,或者遇到如下错误。我不知道接下来该怎么办

godep: Dep (github.com/BurntSushi/toml) restored, but was unable to load it with error:
    Package (bufio) not found
godep: Dep (github.com/DataDog/datadog-go/statsd) restored, but was unable to load it with error:
    Package (bytes) not found
godep: Dep (github.com/armon/go-metrics) restored, but was unable to load it with error:
    Package (bufio) not found
godep: Dep (github.com/aws/aws-sdk-go/aws) restored, but was unable to load it with error:
    Package (io) not found
godep: Dep (github.com/aws/aws-sdk-go/private/endpoints) restored, but was unable to load it with error:
    Package (fmt) not found
godep: Dep (github.com/aws/aws-sdk-go/private/protocol) restored, but was unable to load it with error:
    Package (crypto/rand) not found
godep: Dep (github.com/aws/aws-sdk-go/private/signer/v4) restored, but was unable to load it with error:
    Package (crypto/hmac) not found
godep: Dep (github.com/aws/aws-sdk-go/private/waiter) restored, but was unable to load it with error:
    Package (fmt) not found
godep: Dep (github.com/aws/aws-sdk-go/service/elasticache) restored, but was unable to load it with error:
    Package (time) not found
godep: Dep (github.com/bradfitz/gomemcache/memcache) restored, but was unable to load it with error:
    Package (bufio) not found
godep: Dep (github.com/garyburd/redigo/internal) restored, but was unable to load it with error:
    Package (strings) not found
godep: Dep (github.com/garyburd/redigo/redis) restored, but was unable to load it with error:
    Package (bufio) not found
godep: Dep (github.com/go-ini/ini) restored, but was unable to load it with error:
    Package (bufio) not found
godep: Dep (github.com/go-stack/stack) restored, but was unable to load it with error:
    Package (bytes) not found
godep: Dep (github.com/inconshreveable/log15) restored, but was unable to load it with error:
    Package (bytes) not found
godep: Dep (github.com/jmespath/go-jmespath) restored, but was unable to load it with error:
    Package (bytes) not found
godep: Dep (github.com/julienschmidt/httprouter) restored, but was unable to load it with error:
    Package (net/http) not found
godep: Dep (github.com/martini-contrib/cors) restored, but was unable to load it with error:
    Package (net/http) not found
godep: Dep (github.com/mattn/go-colorable) restored, but was unable to load it with error:
    Package (bytes) not found
godep: Dep (github.com/mattn/go-isatty) restored, but was unable to load it with error:
    Package (syscall) not found
godep: Dep (github.com/nu7hatch/gouuid) restored, but was unable to load it with error:
    Package (crypto/md5) not found
godep: Dep (golang.org/x/net/context) restored, but was unable to load it with error:
    Package (errors) not found
godep: Dep (golang.org/x/sys/unix) restored, but was unable to load it with error:
    Package (errors) not found
godep: Dep (golang.org/x/text/transform) restored, but was unable to load it with error:
    Package (bytes) not found
godep: Dep (golang.org/x/text/unicode/norm) restored, but was unable to load it with error:
    Package (fmt) not found
godep: Error checking some deps.