-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 875 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
module github.com/aidan-plenert-macdonald/grest
go 1.15
require (
github.com/cockroachdb/cockroach-go/v2 v2.1.0
github.com/getkin/kin-openapi v0.32.0
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
github.com/jackc/pgx v3.6.2+incompatible
github.com/jmoiron/sqlx v1.2.0
github.com/labstack/echo/v4 v4.2.0
github.com/lib/pq v1.4.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/shopspring/decimal v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
google.golang.org/appengine v1.6.7 // indirect
)