diff --git a/.travis.yml b/.travis.yml index 717440b..3408d90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,8 @@ language: go go: - master -go_import_path: - - github.com/metonimie/simpleFTP - install: # - go get -t -v ./... - - go get -t -v github.com/metonimie/simpleFTP/ - go get -t -v github.com/fsnotify/fsnotify - go get -t -v github.com/spf13/viper - go get -t -v github.com/hashicorp/hcl diff --git a/server/server/connection.go b/server/server/connection.go index cd58bf5..80dc692 100644 --- a/server/server/connection.go +++ b/server/server/connection.go @@ -17,7 +17,7 @@ import ( "sync" "github.com/fsnotify/fsnotify" - "github.com/metonimie/simpleFTP/server/server/config" + "github.com/metonimie/simplFT/server/server/config" "github.com/spf13/viper" ) diff --git a/server/simplFTP.go b/server/simplFTP.go index 57251f8..0194eac 100644 --- a/server/simplFTP.go +++ b/server/simplFTP.go @@ -6,7 +6,7 @@ import ( "log" "sync" - "github.com/metonimie/simpleFTP/server/server" + "github.com/metonimie/simplFT/server/server" ) func main() {