gotext/go.mod
Lysander Trischler 2f11fcd5f2 Remove unused dependency
While figuring out what both dependencies in gotext are used for, I
quickly noticed that one is actually useless at the moment. The `tag`
field is only set but never used, so it can be dropped. It was
introduced three years ago in bb276626f3
and was even not used back then. I didn't check the history any further,
though. Removing the private field allows getting rid of a third-party
dependency entirely.
2023-09-24 22:28:12 +02:00

7 lines
130 B
Modula-2

module github.com/leonelquinteros/gotext
// go: no requirements found in Gopkg.lock
require golang.org/x/tools v0.1.12
go 1.13