github.com/gofrs/uuid/v5 is now go modules compatible, use it (#1224)
This commit is contained in:
parent
ea82035222
commit
bb786ac8e4
4 changed files with 5 additions and 52 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"net/http"
|
||||
textTemplate "text/template"
|
||||
|
||||
"github.com/gofrs/uuid"
|
||||
"github.com/gofrs/uuid/v5"
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/rs/zerolog/log"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue