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'm attempting to run dep ensure but the process fails. Any guidance is appreciated!
...
v0.2.0: Could not introduce github.com/schollz/[email protected], as its subpackage github.com/schollz/progressbar/v2 is missing. (Package is required by (root).)
v0.1.0: Could not introduce github.com/schollz/[email protected], as its subpackage github.com/schollz/progressbar/v2 is missing. (Package is required by (root).)
master: Could not introduce github.com/schollz/progressbar@master, as its subpackage github.com/schollz/progressbar/v2 is missing. (Package is required by (root).)
finish: Could not introduce github.com/schollz/progressbar@finish, as its subpackage github.com/schollz/progressbar/v2 is missing. (Package is required by (root).)
time: Could not introduce github.com/schollz/progressbar@time, as its subpackage github.com/schollz/progressbar/v2 is missing. (Package is required by (root).)
The text was updated successfully, but these errors were encountered:
ahrens
added a commit
to ahrens/s3-benchmark
that referenced
this issue
May 7, 2021
The build depends on `progressbar/v2`, which no longer exists. Update
it to simply `progressbar`.
Closesdvassallo#17
Signed-off-by: Matthew Ahrens <[email protected]>
Hi @dvassallo,
Great utility!
I'm attempting to run
dep ensure
but the process fails. Any guidance is appreciated!The text was updated successfully, but these errors were encountered: