diff options
| author | Samuel Wilhelmsson <samuel.wilhelmsson@gmail.com> | 2025-01-10 23:47:43 +0100 |
|---|---|---|
| committer | Samuel Wilhelmsson <samuel.wilhelmsson@gmail.com> | 2025-01-10 23:47:43 +0100 |
| commit | 72fec5433610df6e5f405e7f2d8eca1d492c5b2a (patch) | |
| tree | b227375508c6505db00dbc5304ef7ed02800ce8f /go.mod | |
| parent | f20103c68fc8ace200577aa0518385467d94f84f (diff) | |
| download | tinygram-72fec5433610df6e5f405e7f2d8eca1d492c5b2a.tar.gz tinygram-72fec5433610df6e5f405e7f2d8eca1d492c5b2a.zip | |
Update deploy script to janet
Update styles with more fancy font
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,9 +1,11 @@ module tinygram -go 1.21.6 +go 1.23 + +toolchain go1.23.2 require ( - github.com/a-h/templ v0.2.513 + github.com/a-h/templ v0.3.819 github.com/gorilla/sessions v1.2.2 github.com/labstack/echo-contrib v0.15.0 github.com/labstack/echo/v4 v4.11.4 @@ -27,9 +29,9 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.2 // indirect - golang.org/x/crypto v0.17.0 // indirect - golang.org/x/net v0.19.0 // indirect - golang.org/x/sys v0.15.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/crypto v0.31.0 // indirect + golang.org/x/net v0.33.0 // indirect + golang.org/x/sys v0.28.0 // indirect + golang.org/x/text v0.21.0 // indirect gorm.io/driver/sqlite v1.5.4 ) |
