summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2021-07-13 08:34:56 +1000
committerJames Mills <prologic@shortcircuit.net.au>2021-07-13 08:34:56 +1000
commit5c2b402a8aaa2d1693f64f2ca6576597bf28b339 (patch)
tree72a938d57389fce3547aeb86fcbbcd3975bb80a9 /go.mod
parente743a9a425ee3197649aa2c4996b8566bf75896d (diff)
Fix import paths
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 3a84cab..7aed13b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/prologic/tube
+module git.mills.io/prologic/tube
go 1.16
@@ -11,8 +11,8 @@ require (
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/lithammer/shortuuid/v3 v3.0.7
- github.com/prologic/bitcask v0.3.10
- github.com/prologic/vimeodl v0.0.0-20200328030915-d2b0e6272c23
+ git.mills.io/prologic/bitcask v0.3.10
+ git.mills.io/prologic/vimeodl v0.0.0-20200328030915-d2b0e6272c23
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
github.com/wybiral/feeds v1.1.1