File: go.mod

package info (click to toggle)
golang-github-gorilla-feeds 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: makefile: 30
file content (10 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/gorilla/feeds

go 1.20

require github.com/kr/pretty v0.3.1

require (
	github.com/kr/text v0.2.0 // indirect
	github.com/rogpeppe/go-internal v1.9.0 // indirect
)