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
|
go 1.19
|
||||||
|
|
||||||
|
|
2
main.go
2
main.go
|
@ -1,7 +1,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
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/go-hclog"
|
||||||
"github.com/hashicorp/nomad/plugins"
|
"github.com/hashicorp/nomad/plugins"
|
||||||
|
|
|
@ -10,7 +10,7 @@ import (
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.deuxfleurs.fr/lx/nomad-driver-nix2/executor"
|
"git.deuxfleurs.fr/Deuxfleurs/nomad-driver-nix2/executor"
|
||||||
"github.com/hashicorp/consul-template/signals"
|
"github.com/hashicorp/consul-template/signals"
|
||||||
hclog "github.com/hashicorp/go-hclog"
|
hclog "github.com/hashicorp/go-hclog"
|
||||||
"github.com/hashicorp/nomad/client/lib/cgutil"
|
"github.com/hashicorp/nomad/client/lib/cgutil"
|
||||||
|
|
|
@ -6,7 +6,7 @@ import (
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.deuxfleurs.fr/lx/nomad-driver-nix2/executor"
|
"git.deuxfleurs.fr/Deuxfleurs/nomad-driver-nix2/executor"
|
||||||
hclog "github.com/hashicorp/go-hclog"
|
hclog "github.com/hashicorp/go-hclog"
|
||||||
plugin "github.com/hashicorp/go-plugin"
|
plugin "github.com/hashicorp/go-plugin"
|
||||||
"github.com/hashicorp/nomad/plugins/drivers"
|
"github.com/hashicorp/nomad/plugins/drivers"
|
||||||
|
|
Loading…
Reference in a new issue