1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-09-06 00:43:20 +00:00

Go modules for goirc.

This commit is contained in:
Alex Bramley 2018-09-28 20:19:31 +01:00
parent 08c1bcf174
commit 0dc1109b0d
2 changed files with 18 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module github.com/fluffle/goirc
require (
github.com/fluffle/golog v1.0.2
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/mock v1.1.1
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3
)