12 lines
271 B
Modula-2
12 lines
271 B
Modula-2
module spitfire-browser-website
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
github.com/gorilla/feeds v1.2.0
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.4.0 // indirect
|