pollo/go.mod

35 lines
1.1 KiB
Modula-2
Raw Normal View History

2024-06-27 13:13:46 -06:00
module pollo
2023-05-18 20:04:55 -06:00
2024-11-21 00:48:45 -06:00
go 1.23
require github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d
2023-05-18 20:04:55 -06:00
require (
2024-11-21 00:48:45 -06:00
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/coder/websocket v1.8.12 // indirect
2023-05-18 20:04:55 -06:00
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
2024-06-27 21:23:51 -06:00
github.com/gorilla/context v1.1.2 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
2023-05-18 20:04:55 -06:00
github.com/labstack/gommon v0.4.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
2024-11-21 00:48:45 -06:00
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/time v0.8.0 // indirect
gopkg.in/validator.v2 v2.0.1 // indirect
2023-05-18 20:04:55 -06:00
)
require (
2024-11-21 00:48:45 -06:00
github.com/fatih/color v1.18.0
github.com/gorilla/sessions v1.4.0
2023-05-18 20:04:55 -06:00
github.com/joho/godotenv v1.5.1
2024-06-27 21:23:51 -06:00
github.com/labstack/echo-contrib v0.17.1
2024-04-17 18:14:32 -06:00
github.com/labstack/echo/v4 v4.12.0
2023-05-18 20:04:55 -06:00
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
2024-11-21 00:48:45 -06:00
github.com/svix/svix-webhooks v1.41.0
golang.org/x/crypto v0.29.0
golang.org/x/sys v0.27.0 // indirect
2023-05-18 20:04:55 -06:00
)