go mod support

This commit is contained in:
2022-03-14 11:25:58 +08:00
parent 72c3bc1c1c
commit 2db6102668
2 changed files with 26 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module b612.me/notify
go 1.16
require (
b612.me/starcrypto v0.0.1
b612.me/stario v0.0.5
b612.me/starnet v0.1.3
)