github.com/gofrs/uuid/v5 is now go modules compatible, use it (#1224)

This commit is contained in:
Stefan Majer
2023-03-06 09:54:24 +01:00
committed by GitHub
parent ea82035222
commit bb786ac8e4
4 changed files with 5 additions and 52 deletions

View File

@@ -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"
)