-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 988 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 988 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 github.com/leodido/caddy-conditional-logging
go 1.16
require (
github.com/PaesslerAG/gval v1.1.1
github.com/buger/jsonparser v1.1.2-0.20210620171241-dc92d6932a12
github.com/caddyserver/caddy/v2 v2.4.3
github.com/caddyserver/certmagic v0.14.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.8 // indirect
github.com/leodido/caddy-jsonselect-encoder v0.0.0-20210719153355-bf66a0fd8187
github.com/miekg/dns v1.1.43 // indirect
github.com/prometheus/common v0.29.0 // indirect
github.com/prometheus/procfs v0.7.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.18.1
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
google.golang.org/protobuf v1.27.1 // indirect
)