Codebase list golang-github-jlaffaye-ftp / 69405b2
Update versioned dependencies as per go.mod - Add golang-github-hashicorp-go-multierror-dev (>= 1.1.1) - Bump golang-github-stretchr-testify-dev (>= 1.8.0) Anthony Fok 1 year, 7 months ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66 Build-Depends: debhelper-compat (= 13),
77 dh-sequence-golang,
88 golang-any,
9 golang-github-stretchr-testify-dev (>= 1.6.1~)
9 golang-github-hashicorp-go-multierror-dev (>= 1.1.1),
10 golang-github-stretchr-testify-dev (>= 1.8.0)
1011 Testsuite: autopkgtest-pkg-go
1112 Standards-Version: 4.5.0
1213 Homepage: https://github.com/jlaffaye/ftp
1617
1718 Package: golang-github-jlaffaye-ftp-dev
1819 Architecture: all
19 Depends: golang-github-stretchr-testify-dev (>= 1.6.1~),
20 Depends: golang-github-hashicorp-go-multierror-dev (>= 1.1.1),
21 golang-github-stretchr-testify-dev (>= 1.8.0),
2022 ${misc:Depends}
2123 Description: FTP client package for Go
2224 This package implements an FTP client as described in RFC 959.