Skip to content

Commit

Permalink
修复 openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Jan 13, 2025
1 parent 6b7d9c9 commit 3395066
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cryptobin/ssh/check.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"crypto"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/create.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/error.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"github.com/deatil/go-cryptobin/tool/errors"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/from.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/get.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"crypto"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/make.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import(
"errors"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/on.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

// On Error
func (this SSH) OnError(fn func([]error)) SSH {
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/parse.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/sign.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/sign_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/ssh.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"strconv"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/ssh_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/to.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"github.com/deatil/go-cryptobin/tool/encoding"
Expand Down
2 changes: 1 addition & 1 deletion cryptobin/ssh/with.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecgdsa
package ssh

import (
"errors"
Expand Down

0 comments on commit 3395066

Please sign in to comment.