diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +module tildegit.org/tjp/metanews + +go 1.20 + +require ( + github.com/dustin/go-nntp v0.0.0-20210723005859-f00d51cf8cc1 + github.com/go-kit/log v0.2.1 +) + +require github.com/go-logfmt/logfmt v0.5.1 // indirect |