From 8badb13fbde8f0617ab9efec1d021223a5d9b785 Mon Sep 17 00:00:00 2001 From: partisan Date: Sat, 15 Feb 2025 18:09:19 +0100 Subject: [PATCH] added disclaimer that downloads are not available --- go.mod | 25 ++++++++++++------------- go.sum | 7 +++---- templates/index.html | 17 ++++++++++++++++- 3 files changed, 31 insertions(+), 18 deletions(-) diff --git a/go.mod b/go.mod index 5205775..0a7415b 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,12 @@ -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 -) +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 diff --git a/go.sum b/go.sum index f539dca..1c09361 100644 --- a/go.sum +++ b/go.sum @@ -1,14 +1,13 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= -github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible h1:2cauKuaELYAEARXRkq2LrJ0yDDv1rW7+wrTEdVL3uaU= -github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible/go.mod h1:qf9acutJ8cwBUhm1bqgz6Bei9/C/c93FPDljKWwsOgM= github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 h1:wG8n/XJQ07TmjbITcGiUaOtXxdrINDz1b0J1w0SzqDc= github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1/go.mod h1:A2S0CWkNylc2phvKXWBBdD3K0iGnDBGbzRpISP2zBl8= github.com/gorilla/feeds v1.2.0 h1:O6pBiXJ5JHhPvqy53NsjKOThq+dNFm8+DFrxBEdzSCc= github.com/gorilla/feeds v1.2.0/go.mod h1:WMib8uJP3BbY+X8Szd1rA5Pzhdfh+HCCAYT2z7Fza6Y= +github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= +github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= +github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/technoweenie/multipartstreamer v1.0.1 h1:XRztA5MXiR1TIRHxH2uNxXxaIkKQDeX7m2XsSOlQEnM= -github.com/technoweenie/multipartstreamer v1.0.1/go.mod h1:jNVxdtShOxzAsukZwTSw6MDx5eUJoiEBsSvzDU9uzog= golang.org/x/sys v0.4.0 h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18= golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= diff --git a/templates/index.html b/templates/index.html index a3caa7d..fa62317 100644 --- a/templates/index.html +++ b/templates/index.html @@ -56,9 +56,18 @@

Spitfire Browser

Fast. Secure. Elegant.


- Download Now + + Download Now + + +
+ 🚧 This project is still in progress and not available for downloads. 🚧
+ However, you can read news on our website!
+ Please check back later! +
+