Alessio 02bc365add Add session management routes and pages ("/login", "/change-session")
- Also enable tweet fetching in TweetDetail handler if tweet is missing or not scraped
- Improve some UI stuff w/ more styles
- Enable HTMX page swapping in some places instead of full page loads
2023-08-10 12:36:28 -03:00

18 lines
444 B
Modula-2

module gitlab.com/offline-twitter/twitter_offline_engine
go 1.16
require (
github.com/andybalholm/cascadia v1.3.2
github.com/go-playground/form/v4 v4.2.1
github.com/go-test/deep v1.0.7
github.com/jarcoal/httpmock v1.1.0
github.com/jmoiron/sqlx v1.3.4
github.com/mattn/go-sqlite3 v1.14.7
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.9.0
golang.org/x/term v0.7.0
gopkg.in/yaml.v2 v2.4.0
)