add go mod

This commit is contained in:
hslam 2021-01-17 02:58:26 +08:00
parent bd20f66750
commit 548f24153e
2 changed files with 12 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module github.com/hslam/shm
go 1.15
require (
github.com/hslam/ftok v1.0.0
github.com/hslam/mmap v1.0.0
)

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
github.com/hslam/ftok v1.0.0 h1:p+cxCKJ+A+exuYPTmr+tz036OMrEosvOHVsCPpzm3nI=
github.com/hslam/ftok v1.0.0/go.mod h1:2ABEYCrEJ3EVr7SPlNCMEyGJUJye2mB9Wc9t3ET7Ngg=
github.com/hslam/mmap v1.0.0 h1:GSp55lZrPDhctob3yE0SqESBjzgCn9cP4iu4Pmmm+gE=
github.com/hslam/mmap v1.0.0/go.mod h1:mtuj54WoaupC65QteY9RubXVPkQT86Q/Xj0WPzRefFw=