summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-08-30 10:29:47 -0600
committertjpcc <tjp@ctrl-c.club>2023-08-30 10:29:47 -0600
commit77ac83e700415cdbd4635eae91e79f99312ea240 (patch)
tree65205fbf85c2ba6bf7712f65af49eca564c49365 /go.mod
Initial commit
* iris support copied in from iris-news * a new slog backend * "metabackend" wraps and routes between multiple backends based on the groups they support * better logging than iris-news ever had
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..a227d52
--- /dev/null
+++ b/go.mod
@@ -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