revert: supprimer les dépendances externes viewLogs/viewServices du CORE
Le CORE est autonome — les modules externes ne doivent pas être des dépendances Go compilées dans le binaire. Retour au Dockerfile et docker-compose.yml originaux (context: ./backend). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4b1a0a09a8
commit
dcf3b937fa
4 changed files with 8 additions and 26 deletions
|
|
@ -3,8 +3,6 @@ module git.geronzi.fr/proxmoxPanel/core/backend
|
|||
go 1.26.1
|
||||
|
||||
require (
|
||||
git.geronzi.fr/proxmoxPanel/viewLogs v0.0.0
|
||||
git.geronzi.fr/proxmoxPanel/viewServices v0.0.0
|
||||
github.com/go-chi/chi/v5 v5.2.5
|
||||
github.com/golang-jwt/jwt/v5 v5.3.1
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
|
|
@ -12,11 +10,6 @@ require (
|
|||
modernc.org/sqlite v1.47.0
|
||||
)
|
||||
|
||||
replace (
|
||||
git.geronzi.fr/proxmoxPanel/viewLogs => ../../viewLogs
|
||||
git.geronzi.fr/proxmoxPanel/viewServices => ../../viewServices
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue