Update go.mod

This commit is contained in:
gigirassy
2026-03-30 20:57:21 +02:00
parent 8440d98c6b
commit fd2a86ff7c
+5 -21
View File
@@ -1,35 +1,19 @@
module codeberg.org/gigirassy/pinata
go 1.24.8
go 1.26.0
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/a-h/templ v0.3.977 // 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/goccy/go-json v0.10.6-0.20251028001429-e4877d51d546 // 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
github.com/valyala/fasthttp v1.69.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
)
tool git.maid.zone/stuff/soundcloakctl