go-ircevent/go.mod

9 lines
137 B
Modula-2
Raw Normal View History

2024-11-29 15:51:07 +00:00
module github.com/sneak/go-ircevent
2019-06-09 00:12:30 +00:00
go 1.12
2019-08-07 09:08:15 +00:00
2021-07-03 13:59:00 +00:00
require (
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/text v0.3.6
)