File: go.mod

package info (click to toggle)
golang-github-thoj-go-ircevent 0.2%2Bgit20210723.73e4444-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 140 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 136 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/thoj/go-ircevent

go 1.12

require (
	golang.org/x/net v0.0.0-20210614182718-04defd469f4e
	golang.org/x/text v0.3.6
)