1
1
module github.com/teler-sh/teler-proxy
2
2
3
3
go 1.21.0
4
-
5
- toolchain go1.22.0
4
+ toolchain go1.22.5
6
5
7
6
require (
8
- github.com/charmbracelet/lipgloss v0.9.1
9
- github.com/charmbracelet/log v0.3.1
10
- github.com/fsnotify/fsnotify v1.7 .0
11
- github.com/go-co-op/gocron v1.34 .0
12
- github.com/mattn/go-colorable v0.1.13
13
- github.com/teler-sh/teler-waf v1.5.1
7
+ github.com/charmbracelet/lipgloss v1.0.0
8
+ github.com/charmbracelet/log v0.4.0
9
+ github.com/fsnotify/fsnotify v1.8 .0
10
+ github.com/go-co-op/gocron v1.37 .0
11
+ github.com/mattn/go-colorable v0.1.14
12
+ github.com/teler-sh/teler-waf v1.7.0
14
13
)
15
14
16
15
require (
17
16
cloud.google.com/go v0.112.2 // indirect
18
17
cloud.google.com/go/auth v0.4.1 // indirect
19
18
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
20
- cloud.google.com/go/compute v1.25.1 // indirect
21
19
cloud.google.com/go/compute/metadata v0.3.0 // indirect
22
20
cloud.google.com/go/iam v1.1.8 // indirect
23
21
cloud.google.com/go/storage v1.39.1 // indirect
@@ -35,12 +33,16 @@ require (
35
33
github.com/beorn7/perks v1.0.1 // indirect
36
34
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
37
35
github.com/bitfield/script v0.22.0 // indirect
36
+ github.com/bytedance/sonic v1.12.8 // indirect
37
+ github.com/bytedance/sonic/loader v0.2.2 // indirect
38
38
github.com/caddyserver/caddy/v2 v2.8.4 // indirect
39
39
github.com/caddyserver/certmagic v0.21.3 // indirect
40
40
github.com/caddyserver/zerossl v0.1.3 // indirect
41
41
github.com/cespare/xxhash v1.1.0 // indirect
42
42
github.com/cespare/xxhash/v2 v2.2.0 // indirect
43
+ github.com/charmbracelet/x/ansi v0.4.2 // indirect
43
44
github.com/chzyer/readline v1.5.1 // indirect
45
+ github.com/cloudwego/base64x v0.1.5 // indirect
44
46
github.com/codingsince1985/checksum v1.3.0 // indirect
45
47
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
46
48
github.com/daniel-hutao/spinlock v0.1.0 // indirect
@@ -50,6 +52,8 @@ require (
50
52
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
51
53
github.com/dustin/go-humanize v1.0.1 // indirect
52
54
github.com/dwisiswant0/clientip v0.3.0 // indirect
55
+ github.com/dwisiswant0/pcregexp v0.1.0 // indirect
56
+ github.com/ebitengine/purego v0.8.2 // indirect
53
57
github.com/expr-lang/expr v1.16.3 // indirect
54
58
github.com/felixge/httpsnoop v1.0.4 // indirect
55
59
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
@@ -69,7 +73,6 @@ require (
69
73
github.com/golang/protobuf v1.5.4 // indirect
70
74
github.com/golang/snappy v0.0.4 // indirect
71
75
github.com/google/cel-go v0.20.1 // indirect
72
- github.com/google/go-cmp v0.6.0 // indirect
73
76
github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // indirect
74
77
github.com/google/s2a-go v0.1.7 // indirect
75
78
github.com/google/uuid v1.6.0 // indirect
@@ -111,7 +114,6 @@ require (
111
114
github.com/mitchellh/go-ps v1.0.0 // indirect
112
115
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
113
116
github.com/mitchellh/reflectwalk v1.0.2 // indirect
114
- github.com/muesli/reflow v0.3.0 // indirect
115
117
github.com/muesli/termenv v0.15.2 // indirect
116
118
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
117
119
github.com/otiai10/copy v1.14.0 // indirect
@@ -124,15 +126,14 @@ require (
124
126
github.com/prometheus/client_model v0.5.0 // indirect
125
127
github.com/prometheus/common v0.48.0 // indirect
126
128
github.com/prometheus/procfs v0.12.0 // indirect
127
- github.com/quic-go/qpack v0.4.0 // indirect
128
- github.com/quic-go/quic-go v0.44.0 // indirect
129
- github.com/rivo/uniseg v0.4.4 // indirect
129
+ github.com/quic-go/qpack v0.5.1 // indirect
130
+ github.com/quic-go/quic-go v0.48.2 // indirect
131
+ github.com/rivo/uniseg v0.4.7 // indirect
130
132
github.com/robfig/cron/v3 v3.0.1 // indirect
131
133
github.com/rs/xid v1.5.0 // indirect
132
134
github.com/russross/blackfriday/v2 v2.1.0 // indirect
133
135
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
134
136
github.com/samber/lo v1.39.0 // indirect
135
- github.com/scorpionknifes/go-pcre v0.0.0-20210805092536-77486363b797 // indirect
136
137
github.com/shopspring/decimal v1.2.0 // indirect
137
138
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
138
139
github.com/slackhq/nebula v1.6.1 // indirect
@@ -149,6 +150,7 @@ require (
149
150
github.com/tailscale/tscert v0.0.0-20240517230440-bbccfbf48933 // indirect
150
151
github.com/teler-sh/dsl v1.0.2 // indirect
151
152
github.com/twharmon/gouid v0.6.0 // indirect
153
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
152
154
github.com/ulikunitz/xz v0.5.11 // indirect
153
155
github.com/urfave/cli v1.22.14 // indirect
154
156
github.com/valyala/bytebufferpool v1.0.0 // indirect
@@ -171,21 +173,20 @@ require (
171
173
go.uber.org/multierr v1.11.0 // indirect
172
174
go.uber.org/zap v1.27.0 // indirect
173
175
go.uber.org/zap/exp v0.2.0 // indirect
174
- golang.org/x/crypto v0.25.0 // indirect
176
+ golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
177
+ golang.org/x/crypto v0.31.0 // indirect
175
178
golang.org/x/crypto/x509roots/fallback v0.0.0-20240507223354-67b13616a595 // indirect
176
179
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
177
180
golang.org/x/mod v0.17.0 // indirect
178
- golang.org/x/net v0.27 .0 // indirect
181
+ golang.org/x/net v0.30 .0 // indirect
179
182
golang.org/x/oauth2 v0.20.0 // indirect
180
- golang.org/x/sync v0.7 .0 // indirect
181
- golang.org/x/sys v0.22 .0 // indirect
182
- golang.org/x/term v0.22 .0 // indirect
183
- golang.org/x/text v0.16 .0 // indirect
183
+ golang.org/x/sync v0.10 .0 // indirect
184
+ golang.org/x/sys v0.29 .0 // indirect
185
+ golang.org/x/term v0.27 .0 // indirect
186
+ golang.org/x/text v0.21 .0 // indirect
184
187
golang.org/x/time v0.5.0 // indirect
185
188
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
186
- golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
187
189
google.golang.org/api v0.180.0 // indirect
188
- google.golang.org/appengine v1.6.8 // indirect
189
190
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
190
191
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae // indirect
191
192
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
0 commit comments