summaryrefslogtreecommitdiff
path: root/app/app.go
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2021-06-08 22:49:56 +1000
committerJames Mills <prologic@shortcircuit.net.au>2021-06-08 22:49:56 +1000
commit89442bb269851e81ca8ad0636dedda5665d0a5e2 (patch)
tree892f14fdd19a43a03b6dd108ec8217a7f56090c1 /app/app.go
parent97c79e1e619e5953d88d0017bfb8becff3166e3f (diff)
Update shortuuid dep
Diffstat (limited to 'app/app.go')
-rw-r--r--app/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.go b/app/app.go
index 171154c..33e5846 100644
--- a/app/app.go
+++ b/app/app.go
@@ -19,10 +19,10 @@ import (
"github.com/fsnotify/fsnotify"
"github.com/gorilla/handlers"
"github.com/gorilla/mux"
+ shortuuid "github.com/lithammer/shortuuid/v3"
"github.com/prologic/tube/importers"
"github.com/prologic/tube/media"
"github.com/prologic/tube/utils"
- "github.com/renstrom/shortuuid"
log "github.com/sirupsen/logrus"
)