1
1
module github.com/teler-sh/teler-waf
2
2
3
3
go 1.22
4
+ toolchain go1.22.5
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.12.9
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/expr-lang/expr v1.16.3
13
- github.com/go-playground/validator/v10 v10.19 .0
14
- github.com/hashicorp/go-getter v1.7.5
15
- github.com/klauspost/compress v1.17.8
16
- github.com/otiai10/copy v1.14.0
13
+ github.com/expr-lang/expr v1.16.9
14
+ github.com/go-playground/validator/v10 v10.25 .0
15
+ github.com/hashicorp/go-getter v1.7.8
16
+ github.com/klauspost/compress v1.17.11
17
+ github.com/otiai10/copy v1.14.1
17
18
github.com/patrickmn/go-cache v2.1.0+incompatible
18
19
github.com/scorpionknifes/go-pcre v0.0.0-20210805092536-77486363b797
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
30
tlog.app/go/loc v0.7.0
30
31
)
@@ -33,14 +34,15 @@ 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
@@ -49,36 +51,37 @@ require (
49
51
github.com/beorn7/perks v1.0.1 // indirect
50
52
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
51
53
github.com/bytedance/sonic/loader v0.2.2 // indirect
52
- github.com/caddyserver/certmagic v0.21.3 // 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
62
64
github.com/dgraph-io/ristretto v0.1.0 // indirect
63
65
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
64
66
github.com/dustin/go-humanize v1.0.1 // indirect
65
67
github.com/felixge/httpsnoop v1.0.4 // indirect
66
- github.com/gabriel-vasile/mimetype v1.4.3 // indirect
68
+ github.com/francoispqt/gojay v1.2.13 // indirect
69
+ github.com/gabriel-vasile/mimetype v1.4.8 // indirect
67
70
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
68
71
github.com/go-kit/kit v0.13.0 // indirect
69
72
github.com/go-kit/log v0.2.1 // indirect
70
73
github.com/go-logfmt/logfmt v0.6.0 // indirect
71
- github.com/go-logr/logr v1.4.1 // indirect
74
+ github.com/go-logr/logr v1.4.2 // indirect
72
75
github.com/go-logr/stdr v1.2.2 // indirect
73
76
github.com/go-playground/locales v0.14.1 // indirect
74
77
github.com/go-playground/universal-translator v0.18.1 // indirect
75
78
github.com/go-sql-driver/mysql v1.7.1 // indirect
76
79
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
77
- github.com/golang/glog v1.2.0 // indirect
80
+ github.com/golang/glog v1.2.2 // indirect
78
81
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
79
82
github.com/golang/protobuf v1.5.4 // indirect
80
83
github.com/golang/snappy v0.0.4 // indirect
81
- github.com/google/cel-go v0.20.1 // indirect
84
+ github.com/google/cel-go v0.21.0 // indirect
82
85
github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // indirect
83
86
github.com/google/s2a-go v0.1.7 // indirect
84
87
github.com/google/uuid v1.6.0 // indirect
@@ -88,10 +91,9 @@ require (
88
91
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
89
92
github.com/hashicorp/go-safetemp v1.0.0 // indirect
90
93
github.com/hashicorp/go-version v1.6.0 // indirect
91
- github.com/huandu/xstrings v1.3.3 // indirect
92
- github.com/imdario/mergo v0.3.12 // indirect
94
+ github.com/huandu/xstrings v1.5.0 // indirect
93
95
github.com/inconshreveable/mousetrap v1.1.0 // indirect
94
- github.com/itchyny/gojq v0.12.12 // indirect
96
+ github.com/itchyny/gojq v0.12.13 // indirect
95
97
github.com/itchyny/timefmt-go v0.1.5 // indirect
96
98
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
97
99
github.com/jackc/pgconn v1.14.3 // indirect
@@ -102,22 +104,23 @@ require (
102
104
github.com/jackc/pgtype v1.14.0 // indirect
103
105
github.com/jackc/pgx/v4 v4.18.3 // indirect
104
106
github.com/jmespath/go-jmespath v0.4.0 // indirect
105
- github.com/klauspost/cpuid/v2 v2.2.7 // indirect
107
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
106
108
github.com/leodido/go-urn v1.4.0 // indirect
107
109
github.com/libdns/libdns v0.2.2 // indirect
108
110
github.com/manifoldco/promptui v0.9.0 // indirect
109
111
github.com/mattn/go-colorable v0.1.13 // indirect
110
112
github.com/mattn/go-isatty v0.0.20 // indirect
111
113
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
112
- github.com/mholt/acmez/v2 v2 .0.1 // indirect
114
+ github.com/mholt/acmez/v3 v3 .0.0 // indirect
113
115
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
114
- github.com/miekg/dns v1.1.59 // indirect
116
+ github.com/miekg/dns v1.1.62 // indirect
115
117
github.com/mitchellh/copystructure v1.2.0 // indirect
116
118
github.com/mitchellh/go-homedir v1.1.0 // indirect
117
119
github.com/mitchellh/go-ps v1.0.0 // indirect
118
120
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
119
121
github.com/mitchellh/reflectwalk v1.0.2 // indirect
120
122
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
123
+ github.com/otiai10/mint v1.6.3 // indirect
121
124
github.com/pkg/errors v0.9.1 // indirect
122
125
github.com/pmezard/go-difflib v1.0.0 // indirect
123
126
github.com/projectdiscovery/blackrock v0.0.1 // indirect
@@ -133,55 +136,55 @@ require (
133
136
github.com/russross/blackfriday/v2 v2.1.0 // indirect
134
137
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
135
138
github.com/samber/lo v1.39.0 // indirect
136
- github.com/shopspring/decimal v1.2 .0 // indirect
139
+ github.com/shopspring/decimal v1.4 .0 // indirect
137
140
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
138
141
github.com/slackhq/nebula v1.6.1 // indirect
139
142
github.com/smallstep/certificates v0.26.1 // indirect
140
143
github.com/smallstep/nosql v0.6.1 // indirect
141
144
github.com/smallstep/pkcs7 v0.0.0-20231024181729-3b98ecc1ca81 // indirect
142
145
github.com/smallstep/scep v0.0.0-20231024192529-aee96d7ad34d // indirect
143
146
github.com/smallstep/truststore v0.13.0 // indirect
144
- github.com/spf13/cast v1.4.1 // indirect
145
- github.com/spf13/cobra v1.8.0 // indirect
147
+ github.com/spf13/cast v1.7.0 // indirect
148
+ github.com/spf13/cobra v1.8.1 // indirect
146
149
github.com/spf13/pflag v1.0.5 // indirect
147
150
github.com/stoewer/go-strcase v1.2.0 // indirect
148
- github.com/tailscale/tscert v0.0.0-20240517230440-bbccfbf48933 // indirect
151
+ github.com/tailscale/tscert v0.0.0-20240608151842-d3f834017e53 // indirect
149
152
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
150
153
github.com/ulikunitz/xz v0.5.11 // indirect
151
154
github.com/urfave/cli v1.22.14 // indirect
152
155
github.com/valyala/bytebufferpool v1.0.0 // indirect
153
- github.com/zeebo/blake3 v0.2.3 // indirect
156
+ github.com/zeebo/blake3 v0.2.4 // indirect
154
157
go.etcd.io/bbolt v1.3.9 // indirect
155
158
go.opencensus.io v0.24.0 // indirect
156
159
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
157
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0 // indirect
158
- go.opentelemetry.io/otel v1.24 .0 // indirect
159
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
160
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
160
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56 .0 // indirect
161
+ go.opentelemetry.io/otel v1.31 .0 // indirect
162
+ go.opentelemetry.io/otel/metric v1.31 .0 // indirect
163
+ go.opentelemetry.io/otel/trace v1.31 .0 // indirect
161
164
go.step.sm/cli-utils v0.9.0 // indirect
162
165
go.step.sm/crypto v0.45.0 // indirect
163
166
go.step.sm/linkedca v0.20.1 // indirect
164
- go.uber.org/automaxprocs v1.5.3 // indirect
167
+ go.uber.org/automaxprocs v1.6.0 // indirect
165
168
go.uber.org/mock v0.4.0 // indirect
166
169
go.uber.org/multierr v1.11.0 // indirect
167
- go.uber.org/zap/exp v0.2 .0 // indirect
170
+ go.uber.org/zap/exp v0.3 .0 // indirect
168
171
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
169
- golang.org/x/crypto v0.28 .0 // indirect
170
- golang.org/x/crypto/x509roots/fallback v0.0.0-20240507223354-67b13616a595 // indirect
171
- golang.org/x/mod v0.17 .0 // indirect
172
- golang.org/x/oauth2 v0.20 .0 // indirect
173
- golang.org/x/sync v0.8 .0 // indirect
174
- golang.org/x/sys v0.26 .0 // indirect
175
- golang.org/x/term v0.25 .0 // indirect
176
- golang.org/x/text v0.19 .0 // indirect
177
- golang.org/x/time v0.5 .0 // indirect
178
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
172
+ golang.org/x/crypto v0.32 .0 // indirect
173
+ golang.org/x/crypto/x509roots/fallback v0.0.0-20241104001025-71ed71b4faf9 // indirect
174
+ golang.org/x/mod v0.18 .0 // indirect
175
+ golang.org/x/oauth2 v0.22 .0 // indirect
176
+ golang.org/x/sync v0.10 .0 // indirect
177
+ golang.org/x/sys v0.29 .0 // indirect
178
+ golang.org/x/term v0.28 .0 // indirect
179
+ golang.org/x/text v0.21 .0 // indirect
180
+ golang.org/x/time v0.7 .0 // indirect
181
+ golang.org/x/tools v0.22.0 // indirect
179
182
google.golang.org/api v0.180.0 // indirect
180
183
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
181
- google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae // indirect
182
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
183
- google.golang.org/grpc v1.63.2 // indirect
184
- google.golang.org/protobuf v1.34 .1 // indirect
184
+ google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
185
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
186
+ google.golang.org/grpc v1.67.1 // indirect
187
+ google.golang.org/protobuf v1.35 .1 // indirect
185
188
howett.net/plist v1.0.0 // indirect
186
- mvdan.cc/sh/v3 v3.6 .0 // indirect
189
+ mvdan.cc/sh/v3 v3.7 .0 // indirect
187
190
)
0 commit comments