tube/go.mod
James Mills acf8cbd82d Fix deps (#8)
Fixes #7

```#!sh
(⎈ |local:default)
prologic@Jamess-iMac
Sat Aug 28 01:35:47
~/Projects/tube
 (master) 0
$ make
Removing tube
Removing tube.db/
tube version v1.1.12@02e2aeb(⎈ |local:default)
```

Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Reviewed-on: https://git.mills.io/prologic/tube/pulls/8
Co-authored-by: James Mills <james@mills.io>
Co-committed-by: James Mills <james@mills.io>
2021-08-27 15:36:53 +00:00

20 lines
618 B
Modula-2

module git.mills.io/prologic/tube
go 1.16
require (
git.mills.io/prologic/bitcask v1.0.0
git.mills.io/prologic/vimeodl v0.0.0-20210827153510-f28ed0158ec3
github.com/Andreychik32/ytdl v1.0.4
github.com/GeertJohan/go.rice v1.0.2
github.com/dhowden/tag v0.0.0-20201120070457-d52dcb253c63
github.com/dustin/go-humanize v1.0.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/kr/pretty v0.3.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
github.com/wybiral/feeds v1.1.1
)