From e95992572f2a4f074e44c74f0a4cf2b36ed3da39 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Thu, 21 May 2026 18:09:46 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20corriger=20les=20r=C3=A9f=C3=A9rences=20?= =?UTF-8?q?incorrectes=20dans=20la=20doc=20et=20go.mod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - go.mod : module path github.com/pieMusic → git.sans.pub/pierre/vmux - README : URL clone et version Go (1.22 → 1.25) Co-Authored-By: Claude Sonnet 4.6 --- README.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e4e3be..70f672d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Chaque bloc i3bar représente une session. Les indicateurs : ## Prérequis - Linux avec i3 WM -- Go 1.22+ (build uniquement) +- Go 1.25+ (build uniquement) - `notify-send` (paquet `libnotify`) - X11 @@ -27,7 +27,7 @@ Chaque bloc i3bar représente une session. Les indicateurs : ```sh # Cloner et builder -git clone https://gitea.example.com/pieMusic/vmux +git clone git@git.sans.pub:pierre/vmux.git cd vmux make build diff --git a/go.mod b/go.mod index 1d6f8c1..ceffa6c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/pieMusic/vmux +module git.sans.pub/pierre/vmux go 1.25