From 97c79e1e619e5953d88d0017bfb8becff3166e3f Mon Sep 17 00:00:00 2001 From: James Mills Date: Tue, 8 Jun 2021 22:43:53 +1000 Subject: Update deps --- go.mod | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 94ad529..08528be 100644 --- a/go.mod +++ b/go.mod @@ -1,20 +1,20 @@ module github.com/prologic/tube -go 1.14 +go 1.16 require ( github.com/Andreychik32/ytdl v1.0.4 - github.com/GeertJohan/go.rice v1.0.0 - github.com/dhowden/tag v0.0.0-20190519100835-db0c67e351b1 + 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.7 - github.com/google/uuid v1.1.1 // indirect - github.com/gorilla/handlers v1.4.2 - github.com/gorilla/mux v1.7.2 - github.com/prologic/bitcask v0.3.5 + github.com/fsnotify/fsnotify v1.4.9 + github.com/google/uuid v1.2.0 // indirect + github.com/gorilla/handlers v1.5.1 + github.com/gorilla/mux v1.8.0 + github.com/prologic/bitcask v0.3.10 github.com/prologic/vimeodl v0.0.0-20200328030915-d2b0e6272c23 github.com/renstrom/shortuuid v3.0.0+incompatible - github.com/sirupsen/logrus v1.4.2 + github.com/sirupsen/logrus v1.8.1 github.com/spf13/pflag v1.0.5 github.com/wybiral/feeds v1.1.1 ) -- cgit v1.2.3