mirror of
https://github.com/mgrove36/ical-filter-proxy.git
synced 2026-03-03 09:57:06 +00:00
19 lines
584 B
Modula-2
19 lines
584 B
Modula-2
module github.com/yungwood/ical-filter-proxy
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/arran4/golang-ical v0.3.1
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/gookit/goutil v0.6.15 // indirect
|
|
github.com/gookit/gsr v0.1.0 // indirect
|
|
github.com/gookit/slog v0.5.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/sync v0.5.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|