mirror of
https://github.com/quarkslab/proxyblob
synced 2026-06-08 16:52:59 +00:00
41 lines
1.4 KiB
Modula-2
41 lines
1.4 KiB
Modula-2
module proxyblob
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/desertbit/grumble v1.1.3
|
|
github.com/google/uuid v1.6.0
|
|
golang.org/x/crypto v0.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.24 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
|
github.com/go-openapi/errors v0.22.0 // indirect
|
|
github.com/go-openapi/strfmt v0.23.0 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
|
|
github.com/mattn/go-ieproxy v0.0.12 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
go.mongodb.org/mongo-driver v1.17.3 // indirect
|
|
golang.org/x/net v0.35.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/azure-storage-blob-go v0.15.0
|
|
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/jedib0t/go-pretty v4.3.0+incompatible
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/rs/zerolog v1.33.0
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
)
|