-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 861 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/michilu/cel-spec-go
replace (
github.com/antlr/antlr4 v0.0.0-20180728001836-7d0787e29ca8 => github.com/michilu/antlr4 v0.0.0-20180803091604-411960b1878f
github.com/google/cel-spec v0.0.2-0.20180709214636-040bf10482b7 => github.com/michilu/cel-spec v0.0.0-20180805110655-507a3c16c340
)
require (
github.com/antlr/antlr4 v0.0.0-20180728001836-7d0787e29ca8 // indirect
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
github.com/golang/protobuf v1.2.0 // indirect
github.com/google/cel-go v0.0.0-20180713002128-97dcd37b146e
github.com/google/cel-spec v0.0.2-0.20180709214636-040bf10482b7
github.com/lkesteloot/astutil v0.0.0-20130122170032-b6715328cfa5
github.com/michilu/boilerplate v0.0.0-20180819010701-3d1fe965c56b
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.1.0
google.golang.org/grpc v1.14.0
)