Skip to content

Commit 3791768

Browse files
author
Paul Pham
committed
Fix use go.uuid
1 parent 91e33ed commit 3791768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package fasthttpsession
33
import (
44
"time"
55

6-
"github.com/gofrs/uuid"
6+
uuid "github.com/linuxpham/go.uuid"
77
)
88

99
var (

0 commit comments

Comments
 (0)