forked from nakagami/firebirdsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 642 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/nakagami/firebirdsql
go 1.20
require (
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/shopspring/decimal v1.2.0
github.com/stretchr/testify v1.8.1
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b
golang.org/x/crypto v0.17.0
golang.org/x/text v0.14.0
modernc.org/mathutil v1.4.2-0.20220822142738-b13e5b564332
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)