lib: Update dep for uuid

Apparently the package has moved.
This commit is contained in:
James Shubin
2019-07-17 04:07:24 -04:00
parent 591e6b68e0
commit 71cdd949e7

View File

@@ -29,7 +29,7 @@ import (
"github.com/purpleidea/mgmt/gapi" "github.com/purpleidea/mgmt/gapi"
"github.com/purpleidea/mgmt/util/errwrap" "github.com/purpleidea/mgmt/util/errwrap"
"github.com/google/uuid" "github.com/pborman/uuid"
"github.com/urfave/cli" "github.com/urfave/cli"
git "gopkg.in/src-d/go-git.v4" git "gopkg.in/src-d/go-git.v4"
) )