-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathgo.mod
29 lines (26 loc) · 958 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
25
26
27
28
29
module github.com/zema1/yarx
go 1.18
require (
github.com/dlclark/regexp2 v1.8.1
github.com/google/cel-go v0.13.0
github.com/kataras/golog v0.1.8
github.com/kataras/pio v0.0.11
github.com/remeh/sizedwaitgroup v1.0.0
github.com/stretchr/testify v1.8.1
github.com/thoas/go-funk v0.9.3
github.com/urfave/cli/v2 v2.3.0
google.golang.org/genproto v0.0.0-20230320184635-7606e756e683
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/stoewer/go-strcase v1.2.1 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)