This repository has been archived by the owner on May 1, 2023. It is now read-only.
forked from lgtmco/lgtm
-
Notifications
You must be signed in to change notification settings - Fork 31
/
go.mod
37 lines (35 loc) · 1.53 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/go-gitea/lgtm
go 1.15
require (
github.com/BurntSushi/toml v0.3.1
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/franela/goblin v0.0.0-20210519012713-85d372ac71e2
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
github.com/gin-gonic/gin v1.7.2
github.com/go-playground/validator/v10 v10.6.1 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-github/v39 v39.1.0
github.com/ianschenck/envflag v0.0.0-20140720210342-9111d830d133
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.11 // indirect
github.com/koding/cache v0.0.0-20161222233015-e8a81b0b3f20
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lib/pq v1.10.2
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/rubenv/sql-migrate v0.0.0-20210408115534-a32ed26c37ea
github.com/russross/meddler v1.0.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/ugorji/go v1.2.6 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)