Template
1
0
Fork 0
goth.stack/go.mod

48 lines
1.6 KiB
Modula-2
Raw Permalink Normal View History

2024-11-03 17:01:48 -06:00
module goth.stack
2023-05-18 20:04:55 -06:00
2024-10-23 15:04:26 -06:00
go 1.23
2023-05-18 20:04:55 -06:00
2024-10-23 01:25:41 -06:00
require (
2025-01-12 14:51:43 -06:00
github.com/alecthomas/chroma/v2 v2.15.0
2024-10-23 01:25:41 -06:00
github.com/swaggo/echo-swagger v1.4.1
github.com/swaggo/swag v1.16.4
2024-12-18 22:30:31 -06:00
golang.org/x/image v0.23.0
2024-10-23 01:25:41 -06:00
)
2023-05-18 20:04:55 -06:00
require (
2024-10-20 16:16:50 -06:00
github.com/KyleBanks/depth v1.2.1 // indirect
2024-08-05 12:40:07 -06:00
github.com/dlclark/regexp2 v1.11.4 // indirect
2024-10-20 16:16:50 -06:00
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/spec v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
2023-05-18 20:04:55 -06:00
github.com/labstack/gommon v0.4.2 // indirect
2024-12-18 22:30:31 -06:00
github.com/mailru/easyjson v0.9.0 // indirect
2023-05-18 20:04:55 -06:00
github.com/rogpeppe/go-internal v1.12.0 // indirect
2025-01-12 14:51:43 -06:00
github.com/swaggo/files/v2 v2.0.2 // indirect
2023-05-18 20:04:55 -06:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
2024-10-28 12:01:59 -06:00
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
2025-01-12 14:51:43 -06:00
golang.org/x/net v0.34.0 // indirect
2024-12-18 22:30:31 -06:00
golang.org/x/text v0.21.0 // indirect
2025-01-12 14:51:43 -06:00
golang.org/x/time v0.9.0 // indirect
golang.org/x/tools v0.29.0 // indirect
2024-10-20 16:16:50 -06:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2023-05-18 20:04:55 -06:00
)
require (
2024-10-28 12:01:59 -06:00
github.com/gookit/color v1.5.4
2024-07-05 09:12:50 -06:00
github.com/gorilla/feeds v1.2.0
2023-05-18 20:04:55 -06:00
github.com/joho/godotenv v1.5.1
2025-01-12 14:51:43 -06:00
github.com/labstack/echo/v4 v4.13.3
github.com/mattn/go-colorable v0.1.14 // indirect
2023-05-18 20:04:55 -06:00
github.com/mattn/go-isatty v0.0.20 // indirect
2024-10-23 01:25:41 -06:00
github.com/yuin/goldmark v1.7.8
2023-05-18 20:04:55 -06:00
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
2025-01-12 14:51:43 -06:00
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/sys v0.29.0 // indirect
2023-05-18 20:04:55 -06:00
gopkg.in/yaml.v2 v2.4.0
)