-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
20 lines (17 loc) · 660 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/jackc/pgx-shopspring-decimal
go 1.17
require (
github.com/jackc/pgx/v5 v5.0.0-alpha.1.0.20220402215505-8cf6721d6672
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.7.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/kr/text v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)