File: go.mod

package info (click to toggle)
caddy 2.6.2-14
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,876 kB
  • sloc: sh: 730; makefile: 30
file content (12 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/google/cel-go

go 1.17

require (
	github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed
	github.com/golang/protobuf v1.5.2
	github.com/stoewer/go-strcase v1.2.0
	golang.org/x/text v0.3.7
	google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
	google.golang.org/protobuf v1.28.0
)