mod: Ran a combination of go get, go mod tidy, and go-mod-upgrade

These tools are all junk. Maybe one day I can hire someone to fix things
the right way.
This commit is contained in:
James Shubin
2024-03-18 15:37:22 -04:00
parent ba6d816186
commit c8f19e0d96
3 changed files with 159 additions and 859 deletions

View File

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