-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (35 loc) · 1.25 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
38
module github.com/mt-inside/http-log
go 1.23
require (
connectrpc.com/connect v1.16.2
github.com/aws/aws-lambda-go v1.47.0
github.com/davecgh/go-spew v1.1.1
github.com/go-logr/logr v1.4.2
github.com/go-logr/zapr v1.3.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/jessevdk/go-flags v1.6.1
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/mattn/go-isatty v0.0.20
github.com/mt-inside/go-jwks v0.2.1
github.com/mt-inside/go-usvc v0.0.7
github.com/pires/go-proxyproto v0.7.0
github.com/prometheus/client_golang v1.20.4
github.com/tetratelabs/telemetry v0.8.2
go.uber.org/zap v1.27.0
golang.org/x/net v0.29.0
google.golang.org/protobuf v1.34.2
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.59.1 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
)