diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2021-06-08 22:49:56 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2021-06-08 22:49:56 +1000 |
| commit | 89442bb269851e81ca8ad0636dedda5665d0a5e2 (patch) | |
| tree | 892f14fdd19a43a03b6dd108ec8217a7f56090c1 /app/app.go | |
| parent | 97c79e1e619e5953d88d0017bfb8becff3166e3f (diff) | |
Update shortuuid dep
Diffstat (limited to 'app/app.go')
| -rw-r--r-- | app/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ) |
