Skip to content

Commit 9d7186b

Browse files
committed
Init go module
1 parent 05d7dbd commit 9d7186b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/icza/session
2+
3+
go 1.23.0
4+
5+
require github.com/icza/mighty v0.0.0-20230330133200-c4b03a294ed8

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/icza/mighty v0.0.0-20230330133200-c4b03a294ed8 h1:lSayctxbWICtcWg4iWeVvzEW8Z8Bj/vXNakwuOXYa4U=
2+
github.com/icza/mighty v0.0.0-20230330133200-c4b03a294ed8/go.mod h1:klfNufgs1IcVNz2fWjXufNHkhl2cqIUbFoia2580Iv4=

0 commit comments

Comments
 (0)