[PR #41] [MERGED] Add go.mod file #41

Closed
opened 2026-02-15 16:29:16 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: init-mod-file


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/lgtm/pull/41 **Author:** [@6543](https://github.com/6543) **Created:** 12/6/2020 **Status:** ✅ Merged **Merged:** 12/6/2020 **Merged by:** [@zeripath](https://github.com/zeripath) **Base:** `master` ← **Head:** `init-mod-file` --- ### 📝 Commits (1) - [`3888771`](https://github.com/go-gitea/lgtm/commit/388877132505927b888c59620265798761ac82cf) Add go.mod file ### 📊 Changes **63 files changed** (+838 additions, -4243 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description use default go modules & vendor folder --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:29:16 -05:00
yindo closed this issue 2026-02-15 16:29:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/lgtm#41