From 4d761afd45873ea2f4cd728f8e419f6e1492a715 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Mon, 30 Mar 2026 20:47:50 +0200 Subject: [PATCH] Update go.mod --- go.mod | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/go.mod b/go.mod index 0bf6da2..7befd0c 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,34 @@ module codeberg.org/gigirassy/pinata go 1.24.8 +require ( + git.maid.zone/stuff/soundcloak v0.0.0-20260319125401-2ac8ad8c226f // indirect + git.maid.zone/stuff/soundcloakctl v0.0.0-20260223212448-ee19a5efb768 // indirect + github.com/a-h/parse v0.0.0-20250122154542-74294addb73e // indirect + github.com/andybalholm/brotli v1.2.0 // indirect + github.com/cenkalti/backoff/v4 v4.3.0 // indirect + github.com/cli/browser v1.3.0 // indirect + github.com/dlclark/regexp2 v1.11.5 // indirect + github.com/fatih/color v1.16.0 // indirect + github.com/fsnotify/fsnotify v1.7.0 // indirect + github.com/gofiber/schema v1.7.0 // indirect + github.com/gofiber/utils/v2 v2.0.2 // indirect + github.com/klauspost/compress v1.18.5 // indirect + github.com/mattn/go-colorable v0.1.14 // indirect + github.com/mattn/go-isatty v0.0.20 // indirect + github.com/natefinch/atomic v1.0.1 // indirect + github.com/philhofer/fwd v1.2.0 // indirect + github.com/tinylib/msgp v1.6.3 // indirect + github.com/valyala/bytebufferpool v1.0.0 // indirect + golang.org/x/crypto v0.49.0 // indirect + golang.org/x/mod v0.33.0 // indirect + golang.org/x/net v0.52.0 // indirect + golang.org/x/sync v0.20.0 // indirect + golang.org/x/sys v0.42.0 // indirect + golang.org/x/text v0.35.0 // indirect + golang.org/x/tools v0.42.0 // indirect +) + tool ( git.maid.zone/stuff/soundcloakctl ) \ No newline at end of file