Rename to Deuxfleurs
This commit is contained in:
parent
d13a77952c
commit
8b17eeac11
4 changed files with 4 additions and 4 deletions
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.deuxfleurs.fr/lx/nomad-driver-nix2
|
||||
module git.deuxfleurs.fr/Deuxfleurs/nomad-driver-nix2
|
||||
|
||||
go 1.19
|
||||
|
||||
|
|
2
main.go
2
main.go
|
@ -1,7 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"git.deuxfleurs.fr/lx/nomad-driver-nix2/nix2"
|
||||
"git.deuxfleurs.fr/Deuxfleurs/nomad-driver-nix2/nix2"
|
||||
|
||||
"github.com/hashicorp/go-hclog"
|
||||
"github.com/hashicorp/nomad/plugins"
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"git.deuxfleurs.fr/lx/nomad-driver-nix2/executor"
|
||||
"git.deuxfleurs.fr/Deuxfleurs/nomad-driver-nix2/executor"
|
||||
"github.com/hashicorp/consul-template/signals"
|
||||
hclog "github.com/hashicorp/go-hclog"
|
||||
"github.com/hashicorp/nomad/client/lib/cgutil"
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"git.deuxfleurs.fr/lx/nomad-driver-nix2/executor"
|
||||
"git.deuxfleurs.fr/Deuxfleurs/nomad-driver-nix2/executor"
|
||||
hclog "github.com/hashicorp/go-hclog"
|
||||
plugin "github.com/hashicorp/go-plugin"
|
||||
"github.com/hashicorp/nomad/plugins/drivers"
|
||||
|
|
Loading…
Reference in a new issue