1
0
mirror of https://github.com/TehPeGaSuS/xmasbot.git synced 2026-07-05 17:25:44 +02:00
Files
2025-12-22 23:02:52 +01:00

24 lines
716 B
Modula-2

module validatetz
go 1.24.0
replace github.com/TehPeGaSuS/xmasbot => ../../
require (
github.com/TehPeGaSuS/xmasbot v0.0.0-20251222215723-2cf345b3af57
github.com/ugjka/go-tz/v2 v2.2.6
)
require (
github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ugjka/ircmsg v0.0.3 // indirect
github.com/ugjka/kittybot v0.0.66 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/term v0.38.0 // indirect
gopkg.in/inconshreveable/log15.v2 v2.16.0 // indirect
)