mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
10 lines
163 B
Modula-2
10 lines
163 B
Modula-2
|
module github.com/spf13/afero
|
||
|
|
||
|
require (
|
||
|
github.com/pkg/sftp v1.10.1
|
||
|
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
|
||
|
golang.org/x/text v0.3.3
|
||
|
)
|
||
|
|
||
|
go 1.13
|