From 914bd7cd6aa14e839332a98d91c30b19865b0cf2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 May 2026 15:25:52 +0300 Subject: Restructure repo: move Go server into player-server/ --- go.mod | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod deleted file mode 100644 index 0649ae5..0000000 --- a/go.mod +++ /dev/null @@ -1,31 +0,0 @@ -module codeberg.org/snonux/player - -go 1.25.0 - -require ( - github.com/magefile/mage v1.17.2 - golang.org/x/crypto v0.50.0 - modernc.org/sqlite v1.50.0 -) - -require ( - github.com/PuerkitoBio/goquery v1.8.0 // indirect - github.com/andybalholm/cascadia v1.3.1 // indirect - github.com/dustin/go-humanize v1.0.1 // indirect - github.com/google/uuid v1.6.0 // indirect - github.com/json-iterator/go v1.1.12 // indirect - github.com/mattn/go-isatty v0.0.20 // indirect - github.com/mmcdole/gofeed v1.3.0 // indirect - github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 // indirect - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.2 // indirect - github.com/ncruces/go-strftime v1.0.0 // indirect - github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect - github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect - golang.org/x/net v0.52.0 // indirect - golang.org/x/sys v0.43.0 // indirect - golang.org/x/text v0.36.0 // indirect - modernc.org/libc v1.72.0 // indirect - modernc.org/mathutil v1.7.1 // indirect - modernc.org/memory v1.11.0 // indirect -) -- cgit v1.2.3