diff --git a/auth.go b/auth.go index 4112116..0860bd9 100644 --- a/auth.go +++ b/auth.go @@ -6,7 +6,7 @@ import ( "os" "strings" - "github.com/nyarla/go-crypt" + "gitlab.com/nyarla/go-crypt" ) type User struct { diff --git a/vendor/github.com/nyarla/go-crypt/.travis.yml b/vendor/gitlab.com/nyarla/go-crypt/.travis.yml similarity index 100% rename from vendor/github.com/nyarla/go-crypt/.travis.yml rename to vendor/gitlab.com/nyarla/go-crypt/.travis.yml diff --git a/vendor/github.com/nyarla/go-crypt/LICENSE b/vendor/gitlab.com/nyarla/go-crypt/LICENSE similarity index 100% rename from vendor/github.com/nyarla/go-crypt/LICENSE rename to vendor/gitlab.com/nyarla/go-crypt/LICENSE diff --git a/vendor/github.com/nyarla/go-crypt/README.md b/vendor/gitlab.com/nyarla/go-crypt/README.md similarity index 100% rename from vendor/github.com/nyarla/go-crypt/README.md rename to vendor/gitlab.com/nyarla/go-crypt/README.md diff --git a/vendor/github.com/nyarla/go-crypt/crypt.go b/vendor/gitlab.com/nyarla/go-crypt/crypt.go similarity index 100% rename from vendor/github.com/nyarla/go-crypt/crypt.go rename to vendor/gitlab.com/nyarla/go-crypt/crypt.go diff --git a/vendor/github.com/nyarla/go-crypt/crypt_test.go b/vendor/gitlab.com/nyarla/go-crypt/crypt_test.go similarity index 100% rename from vendor/github.com/nyarla/go-crypt/crypt_test.go rename to vendor/gitlab.com/nyarla/go-crypt/crypt_test.go diff --git a/vendor/github.com/nyarla/go-crypt/doc.go b/vendor/gitlab.com/nyarla/go-crypt/doc.go similarity index 100% rename from vendor/github.com/nyarla/go-crypt/doc.go rename to vendor/gitlab.com/nyarla/go-crypt/doc.go