-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathgo.mod
24 lines (21 loc) · 720 Bytes
/
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
module github.com/viant/afs
go 1.17
require (
github.com/go-errors/errors v1.4.2
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.1
github.com/viant/toolbox v0.34.6-0.20221112031702-3e7cdde7f888
github.com/viant/xunsafe v0.9.2
golang.org/x/crypto v0.3.0
)
require (
cloud.google.com/go v0.65.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/viant/xreflect v0.0.0-20230303201326-f50afb0feb0d // indirect
golang.org/x/sys v0.2.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)