1
1
module github.com/teler-sh/teler-waf
2
2
3
3
go 1.22
4
+ toolchain go1.24.1
4
5
5
6
require (
6
- github.com/bitfield/script v0.22 .0
7
- github.com/bytedance/sonic v1.12.8
8
- github.com/caddyserver/caddy/v2 v2.8.4
7
+ github.com/bitfield/script v0.24 .0
8
+ github.com/bytedance/sonic v1.13.1
9
+ github.com/caddyserver/caddy/v2 v2.9.1
9
10
github.com/codingsince1985/checksum v1.3.0
10
11
github.com/daniel-hutao/spinlock v0.1.0
11
12
github.com/dwisiswant0/clientip v0.3.0
12
- github.com/dwisiswant0/pcregexp v0.1 .0
13
- github.com/expr-lang/expr v1.16.3
14
- github.com/go-playground/validator/v10 v10.19 .0
15
- github.com/hashicorp/go-getter v1.7.5
16
- github.com/klauspost/compress v1.17.8
17
- github.com/otiai10/copy v1.14.0
13
+ github.com/dwisiswant0/pcregexp v0.2 .0
14
+ github.com/expr-lang/expr v1.17.0
15
+ github.com/go-playground/validator/v10 v10.25 .0
16
+ github.com/hashicorp/go-getter v1.7.8
17
+ github.com/klauspost/compress v1.17.11
18
+ github.com/otiai10/copy v1.14.1
18
19
github.com/patrickmn/go-cache v2.1.0+incompatible
19
20
github.com/sourcegraph/conc v0.3.0
20
- github.com/stretchr/testify v1.9 .0
21
+ github.com/stretchr/testify v1.10 .0
21
22
github.com/teler-sh/dsl v1.0.2
22
23
github.com/twharmon/gouid v0.6.0
23
- github.com/valyala/fastjson v1.6.3
24
+ github.com/valyala/fastjson v1.6.4
24
25
github.com/valyala/fasttemplate v1.2.2
25
26
go.uber.org/zap v1.27.0
26
27
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
27
- golang.org/x/net v0.30 .0
28
+ golang.org/x/net v0.34 .0
28
29
gopkg.in/yaml.v3 v3.0.1
29
- tlog.app/go/loc v0.7.0
30
+ tlog.app/go/loc v0.7.2
30
31
)
31
32
32
33
require (
33
34
cloud.google.com/go v0.112.2 // indirect
34
35
cloud.google.com/go/auth v0.4.1 // indirect
35
36
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
36
- cloud.google.com/go/compute/metadata v0.3 .0 // indirect
37
+ cloud.google.com/go/compute/metadata v0.5 .0 // indirect
37
38
cloud.google.com/go/iam v1.1.8 // indirect
38
39
cloud.google.com/go/storage v1.39.1 // indirect
40
+ dario.cat/mergo v1.0.1 // indirect
39
41
filippo.io/edwards25519 v1.1.0 // indirect
40
42
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
41
43
github.com/Masterminds/goutils v1.1.1 // indirect
42
- github.com/Masterminds/semver/v3 v3.2.1 // indirect
43
- github.com/Masterminds/sprig/v3 v3.2.3 // indirect
44
+ github.com/Masterminds/semver/v3 v3.3.0 // indirect
45
+ github.com/Masterminds/sprig/v3 v3.3.0 // indirect
44
46
github.com/Microsoft/go-winio v0.6.0 // indirect
45
47
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
46
48
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b // indirect
47
49
github.com/aws/aws-sdk-go v1.44.296 // indirect
48
50
github.com/aymerick/douceur v0.2.0 // indirect
49
51
github.com/beorn7/perks v1.0.1 // indirect
50
52
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
51
- github.com/bytedance/sonic/loader v0.2.2 // indirect
52
- github.com/caddyserver/certmagic v0.21.3 // indirect
53
+ github.com/bytedance/sonic/loader v0.2.4 // indirect
54
+ github.com/caddyserver/certmagic v0.21.6 // indirect
53
55
github.com/caddyserver/zerossl v0.1.3 // indirect
54
56
github.com/cespare/xxhash v1.1.0 // indirect
55
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
57
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
56
58
github.com/chzyer/readline v1.5.1 // indirect
57
59
github.com/cloudwego/base64x v0.1.5 // indirect
58
- github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
60
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
59
61
github.com/davecgh/go-spew v1.1.1 // indirect
60
62
github.com/dgraph-io/badger v1.6.2 // indirect
61
63
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
@@ -64,22 +66,23 @@ require (
64
66
github.com/dustin/go-humanize v1.0.1 // indirect
65
67
github.com/ebitengine/purego v0.8.2 // indirect
66
68
github.com/felixge/httpsnoop v1.0.4 // indirect
67
- github.com/gabriel-vasile/mimetype v1.4.3 // indirect
69
+ github.com/francoispqt/gojay v1.2.13 // indirect
70
+ github.com/gabriel-vasile/mimetype v1.4.8 // indirect
68
71
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
69
72
github.com/go-kit/kit v0.13.0 // indirect
70
73
github.com/go-kit/log v0.2.1 // indirect
71
74
github.com/go-logfmt/logfmt v0.6.0 // indirect
72
- github.com/go-logr/logr v1.4.1 // indirect
75
+ github.com/go-logr/logr v1.4.2 // indirect
73
76
github.com/go-logr/stdr v1.2.2 // indirect
74
77
github.com/go-playground/locales v0.14.1 // indirect
75
78
github.com/go-playground/universal-translator v0.18.1 // indirect
76
79
github.com/go-sql-driver/mysql v1.7.1 // indirect
77
80
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
78
- github.com/golang/glog v1.2.0 // indirect
81
+ github.com/golang/glog v1.2.2 // indirect
79
82
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
80
83
github.com/golang/protobuf v1.5.4 // indirect
81
84
github.com/golang/snappy v0.0.4 // indirect
82
- github.com/google/cel-go v0.20.1 // indirect
85
+ github.com/google/cel-go v0.21.0 // indirect
83
86
github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // indirect
84
87
github.com/google/s2a-go v0.1.7 // indirect
85
88
github.com/google/uuid v1.6.0 // indirect
@@ -89,10 +92,9 @@ require (
89
92
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
90
93
github.com/hashicorp/go-safetemp v1.0.0 // indirect
91
94
github.com/hashicorp/go-version v1.6.0 // indirect
92
- github.com/huandu/xstrings v1.3.3 // indirect
93
- github.com/imdario/mergo v0.3.12 // indirect
95
+ github.com/huandu/xstrings v1.5.0 // indirect
94
96
github.com/inconshreveable/mousetrap v1.1.0 // indirect
95
- github.com/itchyny/gojq v0.12.12 // indirect
97
+ github.com/itchyny/gojq v0.12.13 // indirect
96
98
github.com/itchyny/timefmt-go v0.1.5 // indirect
97
99
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
98
100
github.com/jackc/pgconn v1.14.3 // indirect
@@ -103,22 +105,23 @@ require (
103
105
github.com/jackc/pgtype v1.14.0 // indirect
104
106
github.com/jackc/pgx/v4 v4.18.3 // indirect
105
107
github.com/jmespath/go-jmespath v0.4.0 // indirect
106
- github.com/klauspost/cpuid/v2 v2.2.7 // indirect
108
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
107
109
github.com/leodido/go-urn v1.4.0 // indirect
108
110
github.com/libdns/libdns v0.2.2 // indirect
109
111
github.com/manifoldco/promptui v0.9.0 // indirect
110
112
github.com/mattn/go-colorable v0.1.13 // indirect
111
113
github.com/mattn/go-isatty v0.0.20 // indirect
112
114
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
113
- github.com/mholt/acmez/v2 v2 .0.1 // indirect
115
+ github.com/mholt/acmez/v3 v3 .0.0 // indirect
114
116
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
115
- github.com/miekg/dns v1.1.59 // indirect
117
+ github.com/miekg/dns v1.1.62 // indirect
116
118
github.com/mitchellh/copystructure v1.2.0 // indirect
117
119
github.com/mitchellh/go-homedir v1.1.0 // indirect
118
120
github.com/mitchellh/go-ps v1.0.0 // indirect
119
121
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
120
122
github.com/mitchellh/reflectwalk v1.0.2 // indirect
121
123
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
124
+ github.com/otiai10/mint v1.6.3 // indirect
122
125
github.com/pkg/errors v0.9.1 // indirect
123
126
github.com/pmezard/go-difflib v1.0.0 // indirect
124
127
github.com/projectdiscovery/blackrock v0.0.1 // indirect
@@ -134,55 +137,55 @@ require (
134
137
github.com/russross/blackfriday/v2 v2.1.0 // indirect
135
138
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
136
139
github.com/samber/lo v1.39.0 // indirect
137
- github.com/shopspring/decimal v1.2 .0 // indirect
140
+ github.com/shopspring/decimal v1.4 .0 // indirect
138
141
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
139
142
github.com/slackhq/nebula v1.6.1 // indirect
140
143
github.com/smallstep/certificates v0.26.1 // indirect
141
144
github.com/smallstep/nosql v0.6.1 // indirect
142
145
github.com/smallstep/pkcs7 v0.0.0-20231024181729-3b98ecc1ca81 // indirect
143
146
github.com/smallstep/scep v0.0.0-20231024192529-aee96d7ad34d // indirect
144
147
github.com/smallstep/truststore v0.13.0 // indirect
145
- github.com/spf13/cast v1.4.1 // indirect
146
- github.com/spf13/cobra v1.8.0 // indirect
148
+ github.com/spf13/cast v1.7.0 // indirect
149
+ github.com/spf13/cobra v1.8.1 // indirect
147
150
github.com/spf13/pflag v1.0.5 // indirect
148
151
github.com/stoewer/go-strcase v1.2.0 // indirect
149
- github.com/tailscale/tscert v0.0.0-20240517230440-bbccfbf48933 // indirect
152
+ github.com/tailscale/tscert v0.0.0-20240608151842-d3f834017e53 // indirect
150
153
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
151
154
github.com/ulikunitz/xz v0.5.11 // indirect
152
155
github.com/urfave/cli v1.22.14 // indirect
153
156
github.com/valyala/bytebufferpool v1.0.0 // indirect
154
- github.com/zeebo/blake3 v0.2.3 // indirect
157
+ github.com/zeebo/blake3 v0.2.4 // indirect
155
158
go.etcd.io/bbolt v1.3.9 // indirect
156
159
go.opencensus.io v0.24.0 // indirect
157
160
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
158
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0 // indirect
159
- go.opentelemetry.io/otel v1.24 .0 // indirect
160
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
161
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
161
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56 .0 // indirect
162
+ go.opentelemetry.io/otel v1.31 .0 // indirect
163
+ go.opentelemetry.io/otel/metric v1.31 .0 // indirect
164
+ go.opentelemetry.io/otel/trace v1.31 .0 // indirect
162
165
go.step.sm/cli-utils v0.9.0 // indirect
163
166
go.step.sm/crypto v0.45.0 // indirect
164
167
go.step.sm/linkedca v0.20.1 // indirect
165
- go.uber.org/automaxprocs v1.5.3 // indirect
168
+ go.uber.org/automaxprocs v1.6.0 // indirect
166
169
go.uber.org/mock v0.4.0 // indirect
167
170
go.uber.org/multierr v1.11.0 // indirect
168
- go.uber.org/zap/exp v0.2 .0 // indirect
171
+ go.uber.org/zap/exp v0.3 .0 // indirect
169
172
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
170
- golang.org/x/crypto v0.31 .0 // indirect
171
- golang.org/x/crypto/x509roots/fallback v0.0.0-20240507223354-67b13616a595 // indirect
172
- golang.org/x/mod v0.17 .0 // indirect
173
- golang.org/x/oauth2 v0.20 .0 // indirect
173
+ golang.org/x/crypto v0.32 .0 // indirect
174
+ golang.org/x/crypto/x509roots/fallback v0.0.0-20241104001025-71ed71b4faf9 // indirect
175
+ golang.org/x/mod v0.18 .0 // indirect
176
+ golang.org/x/oauth2 v0.22 .0 // indirect
174
177
golang.org/x/sync v0.10.0 // indirect
175
- golang.org/x/sys v0.28 .0 // indirect
176
- golang.org/x/term v0.27 .0 // indirect
178
+ golang.org/x/sys v0.29 .0 // indirect
179
+ golang.org/x/term v0.28 .0 // indirect
177
180
golang.org/x/text v0.21.0 // indirect
178
- golang.org/x/time v0.5 .0 // indirect
179
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
181
+ golang.org/x/time v0.7 .0 // indirect
182
+ golang.org/x/tools v0.22.0 // indirect
180
183
google.golang.org/api v0.180.0 // indirect
181
184
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
182
- google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae // indirect
183
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
184
- google.golang.org/grpc v1.63.2 // indirect
185
- google.golang.org/protobuf v1.34 .1 // indirect
185
+ google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
186
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
187
+ google.golang.org/grpc v1.67.1 // indirect
188
+ google.golang.org/protobuf v1.35 .1 // indirect
186
189
howett.net/plist v1.0.0 // indirect
187
- mvdan.cc/sh/v3 v3.6 .0 // indirect
190
+ mvdan.cc/sh/v3 v3.7 .0 // indirect
188
191
)
0 commit comments