backuper/go.mod
nxshock 19e809966a Rework
* update logger routines
* add index file support
* split file masks and path masks
2023-04-03 19:43:16 +05:00

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.3
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
)