mirror of
https://github.com/go-gitea/lgtm.git
synced 2026-07-01 21:34:01 -04:00
[PR #41] [MERGED] Add go.mod file #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-gitea/lgtm/pull/41
Author: @6543
Created: 12/6/2020
Status: ✅ Merged
Merged: 12/6/2020
Merged by: @zeripath
Base:
master← Head:init-mod-file📝 Commits (1)
3888771Add go.mod file📊 Changes
63 files changed (+838 additions, -4243 deletions)
View changed files
➕
go.mod(+36 -0)➕
go.sum(+65 -0)➕
vendor/github.com/BurntSushi/toml/.gitignore(+5 -0)➕
vendor/github.com/BurntSushi/toml/.travis.yml(+12 -0)➕
vendor/github.com/Sirupsen/logrus/.gitignore(+1 -0)➕
vendor/github.com/Sirupsen/logrus/.travis.yml(+8 -0)➕
vendor/github.com/dgrijalva/jwt-go/.gitignore(+4 -0)➕
vendor/github.com/franela/goblin/.gitignore(+22 -0)➕
vendor/github.com/franela/goblin/.travis.yml(+8 -0)📝
vendor/github.com/franela/goblin/goblin_output.png(+0 -0)➕
vendor/github.com/gin-gonic/gin/.gitignore(+4 -0)➕
vendor/github.com/gin-gonic/gin/.travis.yml(+23 -0)➕
vendor/github.com/go-sql-driver/mysql/.gitignore(+8 -0)➕
vendor/github.com/go-sql-driver/mysql/.travis.yml(+10 -0)➕
vendor/github.com/golang/protobuf/AUTHORS(+3 -0)➕
vendor/github.com/golang/protobuf/CONTRIBUTORS(+3 -0)➕
vendor/github.com/google/go-github/AUTHORS(+168 -0)➖
vendor/github.com/google/go-github/CONTRIBUTING.md(+0 -114)➖
vendor/github.com/google/go-github/README.md(+0 -244)➕
vendor/github.com/google/go-querystring/LICENSE(+27 -0)...and 43 more files
📄 Description
use default go modules & vendor folder
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.