Renovate Bot 6a710bf751
All checks were successful
Build / build (pull_request) Successful in 1m45s
Lint / lint (pull_request) Successful in 2m21s
fix(deps): update module github.com/pelletier/go-toml/v2 to v2.2.4
2025-04-08 07:03:14 +00:00

18 lines
395 B
Modula-2

module git.vbrandl.net/vbrandl/go-web-template
go 1.22.6
require (
github.com/gorilla/mux v1.8.1
github.com/justinas/alice v1.2.0
github.com/pelletier/go-toml/v2 v2.2.4
github.com/rs/zerolog v1.33.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/rs/xid v1.5.0 // indirect
golang.org/x/sys v0.12.0 // indirect
)