41 строка
1.8 KiB
Modula-2
41 строка
1.8 KiB
Modula-2
module github.com/go-gitea/lgtm
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/dgrijalva/jwt-go v2.2.1-0.20150401180636-c48cfd5d9711+incompatible
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1
|
|
github.com/franela/goblin v0.0.0-20201006155558-6240afcb2eb7
|
|
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/google/go-github v14.0.1-0.20171221173707-0c3b302de2a6+incompatible
|
|
github.com/google/go-querystring v0.0.0-20151028211038-2a60fc2ba6c1 // indirect
|
|
github.com/ianschenck/envflag v0.0.0-20140720210342-9111d830d133
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/koding/cache v0.0.0-20161222233015-e8a81b0b3f20
|
|
github.com/lib/pq v1.9.0
|
|
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-20150713140751-53184e1edfb4
|
|
github.com/russross/meddler v1.0.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/ugorji/go v1.2.1 // indirect
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c // indirect
|
|
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
|
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
|
|
golang.org/x/sys v0.0.0-20201204225414-ed752295db88 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/gorp.v1 v1.7.1 // indirect
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|