-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
executable file
·27 lines (25 loc) · 1021 Bytes
/
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
module github.com/tdanic/libcore
go 1.13
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denisenkom/go-mssqldb v0.10.0
github.com/fatih/color v1.10.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gopherjs/gopherjs v0.0.0-20210420193930-a4630ec28c79 // indirect
github.com/jmoiron/sqlx v1.3.3
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo/v4 v4.2.2
github.com/lib/pq v1.10.1
github.com/mattn/go-sqlite3 v1.14.7
github.com/pkg/errors v0.9.1 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.62.0
gopkg.in/rana/ora.v4 v4.1.15
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)