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

2
go.mod
View file

@ -11,7 +11,7 @@ require (
github.com/deckarep/golang-set/v2 v2.1.0
github.com/efekarakus/termcolor v1.0.1
github.com/glebarez/sqlite v1.7.0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/gofrs/uuid/v5 v5.0.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.1