Skip to content

Commit

Permalink
Fix vendoring?
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinHoksberg committed Oct 3, 2020
1 parent ef20acd commit 731495c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/edwinhoksberg/beanstalkd-cli v0.0.0-20200117123345-4921228864cc
github.com/edwinhoksberg/beanstalkd-cli v0.0.0-20200117123345-4921228864cc // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mpdroog/beanstalkd v0.0.0-20151231090228-bf387addf002
github.com/sirupsen/logrus v1.4.2
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"time"

"github.com/edwinhoksberg/beanstalkd-cli/command"
"beanstalkd-cli/command"
"github.com/urfave/cli"
)

Expand Down

0 comments on commit 731495c

Please sign in to comment.