This commit is contained in:
partisan 2024-11-21 22:54:05 +01:00
commit 310fcc6eb0
86 changed files with 10611 additions and 0 deletions

13
go.mod Normal file
View file

@ -0,0 +1,13 @@
module spitfire-browser-website
go 1.18
require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
github.com/gorilla/feeds v1.2.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/sys v0.4.0 // indirect
)