go.mod (199B)
1 module git.hanabi.in/go-irc 2 3 go 1.16 4 5 require ( 6 github.com/go-irc/irc v2.1.0+incompatible // indirect 7 github.com/joho/godotenv v1.3.0 // indirect 8 github.com/n7st/go-ircformat v1.0.0 // indirect 9 )
go-ircA basic SSL-supporting IRC client written in golang. | |
git clone http://git.hanabi.in/repos/go-irc.git | |
Log | Files | Refs | LICENSE |