Skip to content

Commit

Permalink
chore: replaces sshforward with go-ssh-forward
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Vogel committed Oct 1, 2018
1 parent 4b3ed95 commit 9c21268
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
[![Travis Build Status](https://travis-ci.org/mavogel/sshforward.svg?branch=master)](https://travis-ci.org/mavogel/sshforward)
[![Travis Build Status](https://travis-ci.org/mavogel/go-ssh-forward.svg?branch=master)](https://travis-ci.org/mavogel/go-ssh-forward)

# sshforward: A library for setting up a Forward via SSH in go
# go-ssh-forward: A library for setting up a Forward via SSH in go
## Table of Contents
- [Motivation](#motivation)
- [Usage](#usage)
Expand Down Expand Up @@ -35,7 +35,7 @@ import (
"log"
"time"

fw "github.com/mavogel/sshforward"
fw "github.com/mavogel/go-ssh-forward"
)
func main() {
forwardConfig := &fw.Config{
Expand Down Expand Up @@ -90,4 +90,4 @@ func handleForwardErrors(forwardErrors chan error) {

## <a name="license"></a>License
Copyright (c) 2018 Manuel Vogel
Source code is open source and released under the MIT license.
Source code is open source and released under the MIT license.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '{build}'
platform: x64
clone_depth: 2
clone_folder: c:\gopath\src\github.com\mavogel\sshforward
clone_folder: c:\gopath\src\github.com\mavogel\go-ssh-forward
environment:
GOPATH: c:\gopath
matrix:
Expand Down

0 comments on commit 9c21268

Please sign in to comment.