Initial commit
This commit is contained in:
commit
c15d4128e3
3 changed files with 169 additions and 0 deletions
11
go.mod
Normal file
11
go.mod
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
module check_restic
|
||||
|
||||
go 1.17
|
||||
|
||||
require github.com/pkg/sftp v1.13.4
|
||||
|
||||
require (
|
||||
github.com/kr/fs v0.1.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
||||
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue