We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12fa6c commit ee1affeCopy full SHA for ee1affe
go.mod
@@ -0,0 +1,5 @@
1
+module github.com/aerogo/session
2
+
3
+go 1.12
4
5
+require github.com/google/uuid v1.1.1
go.sum
@@ -0,0 +1,2 @@
+github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
+github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
0 commit comments