File: go.mod

package info (click to toggle)
golang-github-fluffle-goirc 1.1.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 312 kB
  • sloc: makefile: 6
file content (8 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/fluffle/goirc

require (
	github.com/golang/mock v1.5.0
	golang.org/x/net v0.0.0-20210119194325-5f4716e94777
)

go 1.13