diff --git a/go.mod b/go.mod index 5f099f8..796decd 100644 --- a/go.mod +++ b/go.mod @@ -1,19 +1,3 @@ module codeberg.org/gigirassy/pinata -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/templ v0.3.977 // indirect - github.com/andybalholm/brotli v1.2.0 // indirect - github.com/dlclark/regexp2 v1.11.5 // indirect - github.com/goccy/go-json v0.10.6-0.20251028001429-e4877d51d546 // indirect - github.com/klauspost/compress v1.18.5 // indirect - github.com/valyala/bytebufferpool v1.0.0 // indirect - github.com/valyala/fasthttp v1.69.0 // indirect - golang.org/x/net v0.52.0 // indirect - golang.org/x/text v0.35.0 // indirect -) - -tool git.maid.zone/stuff/soundcloakctl \ No newline at end of file +go 1.26.0 \ No newline at end of file