fix(agent): fix import path, go.mod and go.sum

This commit is contained in:
2026-04-04 00:02:58 +03:00
parent 980526c630
commit 8dee5ac823
3 changed files with 57 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"io"
"os/exec"
"gitea.d3m0k1d.ru/d3m0k1d/HellreigN/proto"
"gitea.d3m0k1d.ru/d3m0k1d/HellreigN/proto/proto"
"golang.org/x/sync/errgroup"
)