mirror-nourybot/go.mod

17 lines
325 B
Modula-2
Raw Normal View History

2021-09-20 03:45:13 +02:00
module github.com/lyx0/nourybot
2022-08-07 04:35:00 +02:00
go 1.19
2021-10-13 21:30:31 +02:00
require (
github.com/dustin/go-humanize v1.0.0
2022-08-07 04:35:00 +02:00
github.com/gempir/go-twitch-irc/v3 v3.2.0
2021-10-13 21:30:31 +02:00
github.com/joho/godotenv v1.4.0
2022-08-07 03:09:09 +02:00
go.uber.org/zap v1.21.0
2021-10-25 23:33:00 +02:00
)
2022-08-07 03:09:09 +02:00
require (
2022-08-08 23:12:59 +02:00
github.com/lib/pq v1.10.6 // indirect
2022-08-07 03:09:09 +02:00
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
)