sftp: require go1.9+ after golang.org/x/crypto/ssh update

This commit is contained in:
Nick Craig-Wood
2018-05-05 16:23:47 +01:00
parent 6427029c4e
commit 7ea68f1fc6
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// Package sftp provides a filesystem interface using github.com/pkg/sftp
// +build !plan9,go1.8
// +build !plan9,go1.9
package sftp
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !plan9,go1.8
// +build !plan9,go1.9
package sftp
+1 -1
View File
@@ -1,6 +1,6 @@
// Test Sftp filesystem interface
// +build !plan9,go1.8
// +build !plan9,go1.9
package sftp_test
+1 -1
View File
@@ -1,6 +1,6 @@
// Build for sftp for unsupported platforms to stop go complaining
// about "no buildable Go source files "
// +build plan9 !go1.8
// +build plan9 !go1.9
package sftp
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !plan9,go1.8
// +build !plan9,go1.9
package sftp
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !plan9,go1.8
// +build !plan9,go1.9
package sftp