go mod support

This commit is contained in:
2022-03-14 12:36:03 +08:00
parent bab26a32ba
commit d6fbea8468
2 changed files with 37 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module b612.me/starssh
go 1.16
require (
github.com/pkg/sftp v1.13.4
golang.org/x/crypto v0.0.0-20220313003712-b769efc7c000
)