forked from cybertec-postgresql/pg_timetable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
19 lines (17 loc) · 739 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/cybertec-postgresql/pg_timetable
go 1.14
require (
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb // indirect
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.7.0
github.com/ory/dockertest/v3 v3.6.0
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)