diff options
| author | nytpu <alex@nytpu.com> | 2021-05-11 11:16:26 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-11 11:22:17 -0600 |
| commit | cc5c8b2f23854c7c787d553242818d4aaea0da71 (patch) | |
| tree | 462f0a8c4d9c0155e96727125e724b200410a41d /go.mod | |
| parent | 244746dff7eabd89720688b835cfe803372d91ef (diff) | |
add getLang() to parse language
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,9 +4,9 @@ go 1.13 require ( git.sr.ht/~adnano/go-gemini v0.1.17 - github.com/m1/go-localize v0.0.0-20210411165534-07d5b914f3cd github.com/mitchellh/go-homedir v1.1.0 github.com/mmcdole/gofeed v1.1.0 github.com/prologic/go-gopher v0.0.0-20210114215941-1859ade2470b github.com/spf13/pflag v1.0.5 + golang.org/x/text v0.3.6 ) |
