File: go.mod

package info (click to toggle)
golang-github-shenwei356-breader 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 7
file content (15 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/shenwei356/breader

go 1.17

require (
	github.com/shenwei356/xopen v0.2.2
	github.com/twotwotwo/sorts v0.0.0-20160814051341-bf5c1f2b8553
)

require (
	github.com/klauspost/compress v1.15.1 // indirect
	github.com/klauspost/pgzip v1.2.5 // indirect
	github.com/ulikunitz/xz v0.5.10 // indirect
	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)