We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e33ed commit 3791768Copy full SHA for 3791768
1 file changed
config.go
@@ -3,7 +3,7 @@ package fasthttpsession
3
import (
4
"time"
5
6
- "github.com/gofrs/uuid"
+ uuid "github.com/linuxpham/go.uuid"
7
)
8
9
var (
0 commit comments