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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
)