Update dependencies

This commit is contained in:
gidsi 2020-09-27 00:45:05 +02:00
commit 204fc582f3
No known key found for this signature in database
GPG key ID: B47291090A6E5604
4 changed files with 22 additions and 16 deletions

View file

@ -6,10 +6,10 @@ require (
github.com/PuloV/ics-golang v0.0.0-20190808201353-a3394d3bcade
github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect
github.com/gidsi/ics-golang v0.0.0-20190331185529-e95e328c4a08
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gorilla/mux v1.7.3
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/robfig/cron v1.2.0
github.com/robfig/cron/v3 v3.0.1
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
)