diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-25 12:40:00 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-25 12:40:00 +1000 |
| commit | 7113a7bd05c72406fc971fa720b05bb934732c04 (patch) | |
| tree | 5275cce369c47d2163292705cdfe47575af7c4b8 /go.mod | |
| parent | 6fa6432090b4878701ff05cebd4f25658c761288 (diff) | |
Add support for keeping trakc of and viewing no. of views per video
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ require ( github.com/koyachi/go-nude v0.0.1 // indirect github.com/mitchellh/mapstructure v1.2.2 // indirect github.com/mutschler/mt v0.0.0-20200120124658-d48aed259ff6 // indirect + github.com/prologic/bitcask v0.3.5 github.com/renstrom/shortuuid v3.0.0+incompatible github.com/sirupsen/logrus v1.4.2 github.com/spf13/pflag v1.0.5 @@ -26,5 +27,5 @@ require ( gitlab.com/opennota/screengen v0.0.0-20191122132138-74a8d677a1a5 // indirect golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 golang.org/x/net v0.0.0-20190628185345-da137c7871d7 - golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb + golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa ) |
