Rename to Deuxfleurs

This commit is contained in:
Alex 2022-11-29 14:44:49 +01:00
parent d13a77952c
commit 8b17eeac11
Signed by: lx
GPG Key ID: 0E496D15096376BE
4 changed files with 4 additions and 4 deletions

2
go.mod
View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"