CTF2021/irc_bot
Archived
4
0
This repository has been archived on 2021-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
irc_bot/go.mod

11 lines
260 B
Modula-2
Raw Permalink Normal View History

2021-01-16 00:20:50 +03:00
module github.com/Difrex/ctf2021_ircbot
go 1.15
2021-01-27 12:32:04 +03:00
require (
github.com/boltdb/bolt v1.3.1
github.com/thoj/go-ircevent v0.0.0-20190807115034-8e7ce4b5a1eb
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
)