From 613139e7bef81d3573e7988a47eb6765f3de347a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 23 Oct 2019 23:03:17 -0700 Subject: Enable Go modules (#5835) * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs --- vendor/github.com/gogs/cron/README.md | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 vendor/github.com/gogs/cron/README.md (limited to 'vendor/github.com/gogs/cron/README.md') diff --git a/vendor/github.com/gogs/cron/README.md b/vendor/github.com/gogs/cron/README.md deleted file mode 100644 index 157ed082..00000000 --- a/vendor/github.com/gogs/cron/README.md +++ /dev/null @@ -1,2 +0,0 @@ -[![GoDoc](http://godoc.org/github.com/robfig/cron?status.png)](http://godoc.org/github.com/robfig/cron) -[![Build Status](https://travis-ci.org/robfig/cron.svg?branch=master)](https://travis-ci.org/robfig/cron) -- cgit v1.2.3