-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 816 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/timflyio/tlsproxy
go 1.24.5
require (
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/superfly/tokenizer v0.0.3-0.20250311183306-648394cc322e
)
require (
github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect
github.com/aws/smithy-go v1.20.3 // indirect
github.com/elazarl/goproxy v0.0.0-20230731152917-f99041a5c027 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/superfly/macaroon v0.2.14-0.20240819201738-61a02aa53648 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/sys v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)