mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-04 22:58:43 +00:00
c28f7cb29f
Initial part of #435
9 lines
163 B
Modula-2
9 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
|