File: go.mod

package info (click to toggle)
golang-github-apparentlymart-go-textseg 13.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,120 kB
  • sloc: ruby: 205; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/apparentlymart/go-textseg/autoversion

go 1.9

require (
	github.com/apparentlymart/go-textseg/v10 v10.0.0
	github.com/apparentlymart/go-textseg/v11 v11.0.0
	github.com/apparentlymart/go-textseg/v12 v12.0.0
	github.com/apparentlymart/go-textseg/v9 v9.0.0
)