-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (30 loc) · 1.17 KB
/
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
28
29
30
31
32
33
module github.com/debackerl/pgasus
go 1.17
require (
github.com/antonholmquist/jason v1.0.0
github.com/debackerl/queryme v0.0.0-20160224205042-c53d5a785f6f
github.com/gorilla/handlers v1.5.1
github.com/jackc/pgproto3/v2 v2.2.0
github.com/jackc/pgtype v1.9.1
github.com/jackc/pgx/v4 v4.14.1
github.com/naoina/denco v0.0.0-20180930074809-8475105a6b4c
github.com/naoina/toml v0.1.1
github.com/olekukonko/tablewriter v0.0.5
github.com/tealeg/xlsx v1.0.5
gopkg.in/alecthomas/kingpin.v1 v1.3.7
)
require (
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.10.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/puddle v1.2.1 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
golang.org/x/text v0.3.7 // indirect
)