diff options
| author | Filippo Valsorda <filippo@golang.org> | 2024-06-24 13:31:21 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-06-26 15:12:35 +0000 |
| commit | a6a393ffd658b286f64f141b06cbd94e516d3a64 (patch) | |
| tree | 5f957e83a6b824e663b287ef1d27d5e3afc28148 /ssh/testdata | |
| parent | 1c7450041f58a5e714eb084ae0e670d3576ea9fb (diff) | |
| download | go-x-crypto-a6a393ffd658b286f64f141b06cbd94e516d3a64.tar.xz | |
all: bump go.mod version and drop compatibility shims
Also, remove the legacy import annotations.
Fixes golang/go#68147
Change-Id: Ibfcc9322f27224c0ba92ea42cd56912a7d8783fd
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/594256
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Diffstat (limited to 'ssh/testdata')
| -rw-r--r-- | ssh/testdata/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/testdata/doc.go b/ssh/testdata/doc.go index fcae47c..ae7bd8b 100644 --- a/ssh/testdata/doc.go +++ b/ssh/testdata/doc.go @@ -5,4 +5,4 @@ // This package contains test data shared between the various subpackages of // the golang.org/x/crypto/ssh package. Under no circumstance should // this data be used for production code. -package testdata // import "golang.org/x/crypto/ssh/testdata" +package testdata |
