go.mod 165 B

12345678910
  1. module gettext
  2. go 1.20
  3. require (
  4. github.com/leonelquinteros/gotext v1.5.2
  5. github.com/mitchellh/go-homedir v1.1.0
  6. )
  7. require golang.org/x/text v0.3.8 // indirect