mirror of
https://github.com/nxshock/backuper.git
synced 2024-11-28 00:21:02 +05:00
17 lines
347 B
Modula-2
17 lines
347 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.4
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/tidwall/match v1.1.1
|
|
)
|
|
|
|
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
|
|
)
|