diff --git a/README.md b/README.md index a324cd5..642e271 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ nomad_user="root" nomad_env="PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/sbin:/bin" ``` -[pot-task-driver]: https://github.com/trivago/nomad-pot-driver/releases/download/v0.9.1/nomad-pot-driver +[pot-task-driver]: https://github.com/bsdpot/nomad-pot-driver/releases/download/v0.10.0/nomad-pot-driver [plugin_dir]: /docs/configuration/index.html#plugin_dir [pot-github-repo]: https://github.com/pizzamig/pot [pot-install-guide]: https://github.com/pizzamig/pot/blob/master/share/doc/pot/Installation.md diff --git a/go.mod b/go.mod index 2d217cb..75fb7bd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/trivago/nomad-pot-driver +module github.com/bsdpot/nomad-pot-driver go 1.15 diff --git a/main.go b/main.go index 579c557..753577b 100644 --- a/main.go +++ b/main.go @@ -5,7 +5,7 @@ import ( "github.com/hashicorp/nomad/plugins" - pot "github.com/trivago/nomad-pot-driver/driver" + pot "github.com/bsdpot/nomad-pot-driver/driver" ) func main() {