1
0
mirror of https://github.com/hslam/msg.git synced 2025-04-25 13:48:50 +08:00

add go mod

This commit is contained in:
hslam 2021-01-17 02:47:14 +08:00
parent e5b6cfce27
commit 5aa37aef69
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/hslam/msg
go 1.15
require github.com/hslam/ftok v1.0.0

2
go.sum Normal file
View File

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