-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 922 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 922 Bytes
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
module github.com/viant/structql
go 1.21.6
require (
github.com/stretchr/testify v1.8.4
github.com/viant/afs v1.25.0
github.com/viant/assertly v0.9.1-0.20220620174148-bab013f93a60
github.com/viant/igo v0.2.0
github.com/viant/parsly v0.3.3-0.20240228194022-a61fc21f83e1
github.com/viant/sqlparser v0.7.1-0.20240716201054-e9acebbe9320
github.com/viant/x v0.3.0
github.com/viant/xreflect v0.6.2-0.20240129222322-972307391f16
github.com/viant/xunsafe v0.9.2
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-errors/errors v1.5.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/viant/toolbox v0.34.6-0.20221112031702-3e7cdde7f888 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.16.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)