mirror of
https://github.com/nxshock/backuper.git
synced 2024-11-28 00:21:02 +05:00
17 lines
385 B
Modula-2
17 lines
385 B
Modula-2
|
module github.com/nxshock/backuper
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/BurntSushi/toml v1.2.1
|
||
|
github.com/klauspost/compress v1.16.0
|
||
|
github.com/nxshock/progressmessage v0.0.0-20210730035634-63cec26e1e83
|
||
|
github.com/stretchr/testify v1.8.2
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||
|
)
|