13 lines
467 B
Modula-2
13 lines
467 B
Modula-2
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
|
|
)
|