Commit 93ad01d6 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

chore: update module name to cleanup orange namespace

parent 9ff7d9d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ import (
	"log"
	"net/http"

	. "tbc.orange.com/vault-secrets-provider/cmd/vault_service/internal"
	. "vault-secrets-provider/cmd/vault_service/internal"
)

func main() {
+1 −1
Original line number Diff line number Diff line
module tbc.orange.com/vault-secrets-provider
module vault-secrets-provider

go 1.22.7