goweb/go.mod

40 lines
1.3 KiB
Modula-2
Raw Permalink Normal View History

2019-07-28 13:01:27 +02:00
module gitlab.com/wpetit/goweb
2023-11-19 20:52:38 +01:00
go 1.21
toolchain go1.21.4
2019-07-28 13:01:27 +02:00
require (
2023-11-19 20:52:38 +01:00
cdr.dev/slog v1.6.1
2019-07-28 13:01:27 +02:00
github.com/go-chi/chi v4.0.2+incompatible
2023-11-19 20:52:38 +01:00
github.com/go-chi/chi/v5 v5.0.10
github.com/google/uuid v1.3.0
2019-07-28 13:01:27 +02:00
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/pkg/errors v0.9.1
2019-07-28 13:01:27 +02:00
gopkg.in/go-playground/validator.v9 v9.29.1
)
2023-11-19 20:52:38 +01:00
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/lipgloss v0.7.1 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
2023-12-15 20:01:37 +01:00
github.com/jedib0t/go-pretty/v6 v6.4.9
2023-11-19 20:52:38 +01:00
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
go.opentelemetry.io/otel v1.21.0 // indirect
go.opentelemetry.io/otel/trace v1.21.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)