-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathgo.mod
More file actions
48 lines (44 loc) · 1.9 KB
/
Copy pathgo.mod
File metadata and controls
48 lines (44 loc) · 1.9 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
43
44
45
46
47
48
module proxyblob
go 1.25.0
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.22.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.8.1-beta.1.0.20260803061759-b14dfcfec94a // indirect
github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue v1.0.1 // indirect
github.com/desertbit/grumble v1.3.1
github.com/google/uuid v1.6.0
)
require (
github.com/Azure/azure-sdk-for-go/sdk/internal v1.12.0 // indirect
github.com/apache/arrow-go/v18 v18.7.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/desertbit/closer/v4 v4.0.2 // 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.19.0 // indirect
github.com/flynn/noise v1.1.0 // indirect
github.com/go-openapi/errors v0.22.8 // indirect
github.com/go-openapi/strfmt v0.27.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/goccy/go-json v0.10.6 // indirect
github.com/google/flatbuffers v25.12.19+incompatible // indirect
github.com/klauspost/compress v1.19.1 // indirect
github.com/klauspost/cpuid/v2 v2.4.0 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/mattn/go-runewidth v0.0.27 // indirect
github.com/oklog/ulid/v2 v2.1.1 // indirect
github.com/pierrec/lz4/v4 v4.1.27 // indirect
github.com/zeebo/xxh3 v1.1.0 // indirect
golang.org/x/crypto v0.54.0 // indirect
golang.org/x/exp v0.0.0-20260727155853-b88d891fe743 // indirect
golang.org/x/net v0.57.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.40.0 // indirect
)
require (
github.com/atsika/aznet v0.0.0-20260815130844-c8aef911586e
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/rs/zerolog v1.35.1
)