diff --git a/go.mod b/go.mod index 0a24b99..9fa2e60 100644 --- a/go.mod +++ b/go.mod @@ -22,3 +22,5 @@ require ( golang.org/x/text v0.3.0 // indirect gopkg.in/yaml.v2 v2.2.2 ) + +go 1.13 diff --git a/remote/remote.go b/remote/remote.go index 810d070..aa21ec5 100644 --- a/remote/remote.go +++ b/remote/remote.go @@ -11,7 +11,7 @@ import ( "io" "os" - "github.com/spf13/viper" + "github.com/SpectraLogic/viper" crypt "github.com/xordataexchange/crypt/config" )