diff options
| author | 2026-04-08 08:22:40 +0700 | |
|---|---|---|
| committer | 2026-04-08 08:22:40 +0700 | |
| commit | a3aa1dd07abfbbb27a7dfeeb536a6fcc51709256 (patch) | |
| tree | 5c997d8efcfec65a68aba392f787f8191b8009d5 /go.mod | |
| parent | 81a9147c5406e3b2f2441373b935d7c5de2780da (diff) | |
| download | web-a3aa1dd07abfbbb27a7dfeeb536a6fcc51709256.tar.gz web-a3aa1dd07abfbbb27a7dfeeb536a6fcc51709256.zip | |
feat: update all github actions, golang dependencies, golang to 1.26, alpine to 3.23
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 37 |
1 files changed, 17 insertions, 20 deletions
@@ -1,43 +1,40 @@ module github.com/SayaAndy/saya-today-web -go 1.25 +go 1.26 require ( github.com/Backblaze/blazer v0.7.2 - github.com/dgraph-io/ristretto/v2 v2.3.0 - github.com/go-co-op/gocron/v2 v2.17.0 - github.com/go-playground/validator/v10 v10.28.0 - github.com/gofiber/fiber/v2 v2.52.9 - github.com/golang-migrate/migrate/v4 v4.19.0 - github.com/mattn/go-sqlite3 v1.14.32 - github.com/valyala/fasthttp v1.68.0 + github.com/dgraph-io/ristretto/v2 v2.4.0 + github.com/go-co-op/gocron/v2 v2.20.0 + github.com/go-playground/validator/v10 v10.30.2 + github.com/gofiber/fiber/v2 v2.52.12 + github.com/golang-migrate/migrate/v4 v4.19.1 + github.com/mattn/go-sqlite3 v1.14.41 + github.com/valyala/fasthttp v1.70.0 github.com/wneessen/go-mail v0.7.2 - github.com/yuin/goldmark v1.7.13 - golang.org/x/crypto v0.43.0 + github.com/yuin/goldmark v1.8.2 + golang.org/x/crypto v0.49.0 gopkg.in/yaml.v3 v3.0.1 ) require ( - github.com/andybalholm/brotli v1.2.0 // indirect + github.com/andybalholm/brotli v1.2.1 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect - github.com/clipperhouse/stringish v0.1.1 // indirect - github.com/clipperhouse/uax29/v2 v2.3.0 // indirect + github.com/clipperhouse/uax29/v2 v2.7.0 // indirect github.com/dustin/go-humanize v1.0.1 // indirect - github.com/gabriel-vasile/mimetype v1.4.10 // indirect + github.com/gabriel-vasile/mimetype v1.4.13 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/google/uuid v1.6.0 // indirect - github.com/hashicorp/errwrap v1.1.0 // indirect - github.com/hashicorp/go-multierror v1.1.1 // indirect github.com/jonboulle/clockwork v0.5.0 // indirect - github.com/klauspost/compress v1.18.1 // indirect + github.com/klauspost/compress v1.18.5 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect - github.com/mattn/go-runewidth v0.0.19 // indirect + github.com/mattn/go-runewidth v0.0.22 // indirect github.com/robfig/cron/v3 v3.0.1 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect - golang.org/x/sys v0.37.0 // indirect - golang.org/x/text v0.30.0 // indirect + golang.org/x/sys v0.42.0 // indirect + golang.org/x/text v0.35.0 // indirect ) |