mirror of
https://github.com/tizbac/proxmoxbackupclient_go.git
synced 2025-10-26 11:19:03 +00:00
14 lines
192 B
Modula-2
14 lines
192 B
Modula-2
module pbscommon
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.18.0
|
|
golang.org/x/net v0.46.0
|
|
)
|
|
|
|
require (
|
|
github.com/dchest/siphash v1.2.3
|
|
golang.org/x/text v0.30.0 // indirect
|
|
)
|