From bd45b65dd3b773a9c356e4a1a73fd60e86085971 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:06:23 +0000 Subject: [PATCH] Agent-Logs-Url: https://github.com/J3vb/OwnCord/sessions/6635420c-af26-4cc0-9397-5e5b37887437 Co-authored-by: J3vb <192430104+J3vb@users.noreply.github.com> --- Server/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/go.mod b/Server/go.mod index 41256ddf..fcee7995 100644 --- a/Server/go.mod +++ b/Server/go.mod @@ -4,6 +4,7 @@ go 1.25.0 require ( aead.dev/minisign v0.3.0 + github.com/BurntSushi/toml v1.6.0 github.com/corazawaf/coraza/v3 v3.6.0 github.com/go-chi/chi/v5 v5.2.5 github.com/google/uuid v1.6.0 @@ -40,7 +41,6 @@ require ( buf.build/go/protovalidate v1.1.2 // indirect buf.build/go/protoyaml v0.6.0 // indirect cel.dev/expr v0.25.1 // indirect - github.com/BurntSushi/toml v1.6.0 // indirect github.com/antlr4-go/antlr/v4 v4.13.1 // indirect github.com/aymerick/douceur v0.2.0 // indirect github.com/benbjohnson/clock v1.3.5 // indirect