mirror of
https://github.com/gogs/gogs.git
synced 2025-05-28 10:12:37 +00:00
* 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
Execute following command in ROOT directory when anything is changed:
$ go get -u github.com/go-bindata/go-bindata/...
$ make bindata