-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (38 loc) · 1.58 KB
/
go.mod
File metadata and controls
42 lines (38 loc) · 1.58 KB
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
39
40
41
42
module proxyblob
go 1.25.0
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/data/aztables v1.4.1 // indirect
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.4 // indirect
github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue v1.0.1 // indirect
github.com/desertbit/grumble v1.2.0
github.com/google/uuid v1.6.0
)
require (
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/desertbit/closer/v3 v3.7.5 // indirect
github.com/desertbit/columnize v2.1.0+incompatible // indirect
github.com/desertbit/go-shlex v0.1.1 // indirect
github.com/desertbit/readline v1.5.1 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/flynn/noise v1.1.0 // indirect
github.com/go-openapi/errors v0.22.3 // indirect
github.com/go-openapi/strfmt v0.24.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/oklog/ulid v1.3.1 // indirect
go.mongodb.org/mongo-driver v1.17.4 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
)
require (
github.com/atsika/aznet v0.0.0-20260216144450-1395eae946cd
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/rs/zerolog v1.34.0
)