-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 770 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 770 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
module www.velocidex.com/golang/vtypes
go 1.20
require (
github.com/Velocidex/ordereddict v0.0.0-20230909174157-2aa49cc5d11d
github.com/Velocidex/yaml/v2 v2.2.8
github.com/davecgh/go-spew v1.1.1
github.com/sebdah/goldie v1.0.0
github.com/stretchr/testify v1.8.4
www.velocidex.com/golang/vfilter v0.0.0-20231014062339-d62b5a5877d2
)
require (
github.com/Velocidex/json v0.0.0-20220224052537-92f3c0326e5a // indirect
github.com/alecthomas/participle v0.7.1 // indirect
github.com/alecthomas/repr v0.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
// replace www.velocidex.com/golang/vfilter => /home/mic/projects/vfilter