wutbot/go.mod

9 lines
113 B
Modula-2
Raw Permalink Normal View History

2022-07-19 02:49:52 +02:00
module pratyush/wutbot
go 1.18
2022-07-19 03:43:57 +02:00
require (
github.com/ergochat/irc-go v0.2.0
github.com/joho/godotenv v1.4.0
)