Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
Change-Id: I7336ec3bb1bc7f75f4765d87752f474a150b931a
  • Loading branch information
nhywieza committed May 15, 2019
1 parent 0c62216 commit 7ee030c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/docker/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import (
"log"

"github.com/nhywieza/sshgssapi"
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/gss"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion test/docker/service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"log"
"net"

"github.com/nhywieza/sshgssapi"
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/gss"
)

func main() {
Expand Down

0 comments on commit 7ee030c

Please sign in to comment.