Skip to content

Commit

Permalink
Add the github.com/povsister/scp dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Mohr <[email protected]>
rmohr committed Apr 21, 2022
1 parent 7148d43 commit f8e4d51
Showing 12 changed files with 1,713 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -47,6 +47,7 @@ require (
github.com/operator-framework/operator-marketplace v0.0.0-20190617165322-1cbd32624349
github.com/pborman/uuid v1.2.0
github.com/pkg/errors v0.9.1
github.com/povsister/scp v0.0.0-20210427074412-33febfd9f13e
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.28.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1113,6 +1113,8 @@ github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZ
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/povsister/scp v0.0.0-20210427074412-33febfd9f13e h1:VtsDti2SgX7M7jy0QAyGgb162PeHLrOaNxmcYOtaGsY=
github.com/povsister/scp v0.0.0-20210427074412-33febfd9f13e/go.mod h1:i1Au86ZXK0ZalQNyBp2njCcyhSCR/QP/AMfILip+zNI=
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA=
github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7/go.mod h1:YARuvh7BUWHNhzDq2OM5tzR2RiCcN2D7sapiKyCel/M=
github.com/pquerna/ffjson v0.0.0-20190813045741-dac163c6c0a9/go.mod h1:YARuvh7BUWHNhzDq2OM5tzR2RiCcN2D7sapiKyCel/M=
2 changes: 2 additions & 0 deletions vendor/github.com/povsister/scp/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/povsister/scp/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/povsister/scp/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

153 changes: 153 additions & 0 deletions vendor/github.com/povsister/scp/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 111 additions & 0 deletions vendor/github.com/povsister/scp/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 57 additions & 0 deletions vendor/github.com/povsister/scp/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/povsister/scp/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

786 changes: 786 additions & 0 deletions vendor/github.com/povsister/scp/protocol.go

Large diffs are not rendered by default.

558 changes: 558 additions & 0 deletions vendor/github.com/povsister/scp/transfer.go

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -382,6 +382,9 @@ github.com/pkg/diff
# github.com/pkg/errors v0.9.1
## explicit
github.com/pkg/errors
# github.com/povsister/scp v0.0.0-20210427074412-33febfd9f13e
## explicit; go 1.15
github.com/povsister/scp
# github.com/prometheus/client_golang v1.11.1
## explicit; go 1.13
github.com/prometheus/client_golang/api

0 comments on commit f8e4d51

Please sign in to comment.