summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-04-14 12:07:20 +0100
committerNick White <git@njw.name>2020-04-14 12:07:20 +0100
commit4c0553fa86e1cf453302b01558e7bfdb6f97215f (patch)
tree4fb7595532162abb377a5f04a940100af26cd60f /go.mod
parent848f961c277525ebba3ab08fadc116970bcfed24 (diff)
Remove getbests; it belongs with bookpipeline (and putting it there removes an annoying circular dependency)v0.1.3
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 0 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index cc51ddf..a822d5e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1 @@
module rescribe.xyz/utils
-
-require rescribe.xyz/bookpipeline v0.1.2