pollo/go.mod

43 lines
1.4 KiB
Modula-2
Raw Normal View History

2023-05-18 20:04:55 -06:00
module atri.dad
go 1.22.0
2024-06-03 15:17:58 -06:00
require github.com/alecthomas/chroma/v2 v2.14.0
2023-05-18 20:04:55 -06:00
require (
2024-02-29 09:13:22 -07:00
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
2023-05-18 20:04:55 -06:00
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/go-cmp v0.6.0 // indirect
2024-04-01 02:14:28 -06:00
github.com/jmespath/go-jmespath v0.4.0 // indirect
2023-05-18 20:04:55 -06:00
github.com/labstack/gommon v0.4.2 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
2024-06-04 15:40:29 -06:00
golang.org/x/image v0.17.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
2023-05-18 20:04:55 -06:00
golang.org/x/time v0.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
require (
2024-06-04 15:40:29 -06:00
github.com/aws/aws-sdk-go v1.53.16
2024-06-02 23:43:22 -06:00
github.com/clerkinc/clerk-sdk-go v1.49.1
github.com/disintegration/imaging v1.6.2
2024-05-15 09:15:56 -06:00
github.com/fatih/color v1.17.0
2023-05-18 20:04:55 -06:00
github.com/gorilla/feeds v1.1.2
github.com/joho/godotenv v1.5.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-04-12 20:08:18 -06:00
github.com/stripe/stripe-go/v76 v76.25.0
2024-05-08 14:43:57 -06:00
github.com/svix/svix-webhooks v1.24.0
2024-04-03 11:20:34 -06:00
github.com/yuin/goldmark v1.7.1
2023-05-18 20:04:55 -06:00
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
2024-06-04 15:40:29 -06:00
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sys v0.21.0 // indirect
2023-05-18 20:04:55 -06:00
gopkg.in/yaml.v2 v2.4.0
)