diff --git a/go.mod b/go.mod index 0c5d43c..bf3ee59 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/dxvgef/sessions go 1.13 require ( + github.com/bwmarrin/snowflake v0.3.0 github.com/go-redis/redis/v7 v7.0.1 - github.com/google/uuid v1.1.1 github.com/onsi/ginkgo v1.12.0 // indirect github.com/onsi/gomega v1.9.0 // indirect )