File: go.mod

package info (click to toggle)
golang-github-jdkato-prose 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 12,904 kB
  • sloc: python: 115; makefile: 52; sh: 41
file content (11 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/jdkato/prose

go 1.13

require (
	github.com/montanaflynn/stats v0.6.3
	github.com/neurosnap/sentences v1.0.6 // indirect
	github.com/shogo82148/go-shuffle v0.0.0-20180218125048-27e6095f230d
	github.com/stretchr/testify v1.6.1
	gopkg.in/neurosnap/sentences.v1 v1.0.6
)