golang / dep

Go dependency management tool experiment (deprecated)
https://golang.github.io/dep/
BSD 3-Clause "New" or "Revised" License
12.84k stars 1.05k forks source link

Dep ensure Freeze #2043

Closed eldad87 closed 4 years ago

eldad87 commented 6 years ago

What version of dep are you using (dep version)?

dep:
 version     : devel
 build date  : 
 git hash    : 
 go version  : go1.8.3
 go compiler : gc
 platform    : linux/amd64

What dep command did you run?

dep ensure -v
Root project is "github.com/eldad87/go-boilerplate"
 4 transitively valid internal packages
 17 external packages imported from 13 projects
(0)   ✓ select (root)
(1) ? attempt github.com/Bose/go-gin-opentracing with 1 pkgs; at least 1 versions to try
(1)     try github.com/Bose/go-gin-opentracing@master
(1) ✓ select github.com/Bose/go-gin-opentracing@master w/1 pkgs
(2) ? attempt github.com/RichardKnop/machinery with 3 pkgs; at least 1 versions to try
(2)     try github.com/RichardKnop/machinery@v1.4.9
(2) ✓ select github.com/RichardKnop/machinery@v1.4.9 w/21 pkgs
(3) ? attempt github.com/RichardKnop/logging with 1 pkgs; at least 1 versions to try
(3)     try github.com/RichardKnop/logging@master
(3) ✓ select github.com/RichardKnop/logging@master w/1 pkgs
(4) ? attempt github.com/RichardKnop/redsync with 1 pkgs; at least 1 versions to try
(4)     try github.com/RichardKnop/redsync@v1.2.0
(4) ✓ select github.com/RichardKnop/redsync@v1.2.0 w/1 pkgs
(5) ? attempt github.com/gin-gonic/gin with 1 pkgs; at least 1 versions to try
(5)     try github.com/gin-gonic/gin@v1.3.0
(5) ✓ select github.com/gin-gonic/gin@v1.3.0 w/4 pkgs
(6) ? attempt github.com/aws/aws-sdk-go with 7 pkgs; at least 1 versions to try
(6)     try github.com/aws/aws-sdk-go@v1.15.64
(6) ✓ select github.com/aws/aws-sdk-go@v1.15.64 w/35 pkgs
(7) ? attempt github.com/bradfitz/gomemcache with 1 pkgs; at least 1 versions to try
(7)     try github.com/bradfitz/gomemcache@master
(7) ✓ select github.com/bradfitz/gomemcache@master w/1 pkgs
(8) ? attempt github.com/evalphobia/logrus_sentry with 1 pkgs; at least 1 versions to try
(8)     try github.com/evalphobia/logrus_sentry@v0.4.6
(8) ✓ select github.com/evalphobia/logrus_sentry@v0.4.6 w/1 pkgs
(9) ? attempt github.com/gin-contrib/gzip with 1 pkgs; at least 1 versions to try
(9)     try github.com/gin-contrib/gzip@master
(9) ✓ select github.com/gin-contrib/gzip@master w/1 pkgs
(10)  ? attempt github.com/gin-contrib/sse with 1 pkgs; at least 1 versions to try
(10)      try github.com/gin-contrib/sse@master
(10)  ✓ select github.com/gin-contrib/sse@master w/1 pkgs
(11)  ? attempt github.com/eldad87/go-gin-prometheus with 1 pkgs; at least 1 versions to try
(11)      try github.com/eldad87/go-gin-prometheus@master
(11)  ✓ select github.com/eldad87/go-gin-prometheus@master w/1 pkgs
(12)  ? attempt github.com/gomodule/redigo with 1 pkgs; at least 1 versions to try
(12)      try github.com/gomodule/redigo@v2.0.0
(12)  ✓ select github.com/gomodule/redigo@v2.0.0 w/2 pkgs
(13)  ? attempt github.com/google/uuid with 1 pkgs; at least 1 versions to try
(13)      try github.com/google/uuid@v1.0.0
(13)  ✓ select github.com/google/uuid@v1.0.0 w/1 pkgs
(14)  ? attempt github.com/getsentry/raven-go with 1 pkgs; at least 1 versions to try
(14)      try github.com/getsentry/raven-go@v0.1.0
(14)  ✓ select github.com/getsentry/raven-go@v0.1.0 w/1 pkgs
(15)  ? attempt github.com/certifi/gocertifi with 1 pkgs; at least 1 versions to try
(15)      try github.com/certifi/gocertifi@2018.01.18
(15)  ✓ select github.com/certifi/gocertifi@2018.01.18 w/1 pkgs
(16)  ? attempt github.com/sirupsen/logrus with 1 pkgs; at least 1 versions to try
(16)      try github.com/sirupsen/logrus@v1.1.1
(16)  ✓ select github.com/sirupsen/logrus@v1.1.1 w/1 pkgs
(17)  ? attempt github.com/golang/protobuf with 1 pkgs; at least 1 versions to try
(17)      try github.com/golang/protobuf@v1.2.0
(17)  ✓ select github.com/golang/protobuf@v1.2.0 w/1 pkgs
(18)  ? attempt github.com/mattn/go-isatty with 1 pkgs; at least 1 versions to try
(18)      try github.com/mattn/go-isatty@v0.0.4
(18)  ✓ select github.com/mattn/go-isatty@v0.0.4 w/1 pkgs
(19)  ? attempt github.com/spf13/viper with 1 pkgs; at least 1 versions to try
(19)      try github.com/spf13/viper@v1.2.1
(19)  ✓ select github.com/spf13/viper@v1.2.1 w/1 pkgs
(20)  ? attempt github.com/fsnotify/fsnotify with 1 pkgs; at least 1 versions to try
(20)      try github.com/fsnotify/fsnotify@v1.4.7
(20)  ✓ select github.com/fsnotify/fsnotify@v1.4.7 w/1 pkgs
(21)  ? attempt github.com/hashicorp/hcl with 2 pkgs; at least 1 versions to try
(21)      try github.com/hashicorp/hcl@v1.0.0
(21)  ✓ select github.com/hashicorp/hcl@v1.0.0 w/10 pkgs

What did you expect to see?

To finish setup

What did you see instead?

Didn't finished after 24H

Reason

I had an invalid dependency

import (
    machineryTasks "github.com/machinery/v1/tasks"
)

Once the import is fixed, Dep run successfully.

jeffdupont commented 6 years ago

At least you see output in your dep ensure -v, mine hangs before ever outputting a single line of debug

mvdan commented 4 years ago

Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!