File: go.mod

package info (click to toggle)
golang-github-nicksnyder-go-i18n.v2 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 464 kB
  • sloc: xml: 198; sh: 5; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module github.com/nicksnyder/go-i18n/v2

go 1.9

require (
	github.com/BurntSushi/toml v0.3.1
	golang.org/x/text v0.3.3
	gopkg.in/yaml.v2 v2.3.0
)