-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 785 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/Amakuchisan/QuestionStore
go 1.13
require (
github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/jmoiron/sqlx v1.2.0
github.com/joho/godotenv v1.3.0
github.com/labstack/echo/v4 v4.1.16
github.com/stretchr/codecs v0.0.0-20170403063245-04a5b1e1910d // indirect
github.com/stretchr/gomniauth v0.0.0-20170717123514-4b6c822be2eb
github.com/stretchr/objx v0.2.0
github.com/stretchr/signature v0.0.0-20160104132143-168b2a1e1b56 // indirect
github.com/stretchr/stew v0.0.0-20130812190256-80ef0842b48b // indirect
github.com/stretchr/tracer v0.0.0-20140124184152-66d3696bba97 // indirect
github.com/ugorji/go v1.1.7 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
)