-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
37 lines (35 loc) · 1.58 KB
/
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
30
31
32
33
34
35
36
37
module github.com/trusch/caddy-extauth
go 1.15
require (
cloud.google.com/go v0.54.0 // indirect
github.com/antlr/antlr4 v0.0.0-20201010232522-9e64dfc6e99f // indirect
github.com/caddyserver/caddy/v2 v2.2.1
github.com/dgraph-io/badger v1.6.2 // indirect
github.com/dgraph-io/badger/v2 v2.2007.2 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/google/cel-go v0.6.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/lucas-clemente/quic-go v0.18.1 // indirect
github.com/manifoldco/promptui v0.8.0 // indirect
github.com/marten-seemann/qtls-go1-15 v0.1.1 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/miekg/dns v1.1.33 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/prometheus/common v0.14.0 // indirect
github.com/prometheus/procfs v0.2.0 // indirect
github.com/rs/zerolog v1.20.0
github.com/smallstep/nosql v0.3.2 // indirect
github.com/urfave/cli v1.22.4 // indirect
go.step.sm/crypto v0.6.1 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb // indirect
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect
google.golang.org/genproto v0.0.0-20201014134559-03b6142f0dc9 // indirect
google.golang.org/grpc v1.33.0 // indirect
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)