18 lines
416 B
Modula-2
18 lines
416 B
Modula-2
module gitea.urkob.com/urko/backblaze-backup
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
gitea.urkob.com/urko/go-root-dir v0.0.0-20230311113851-2f6d4355888a
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/kurin/blazer v0.5.3
|
|
github.com/spf13/cobra v1.7.0
|
|
golang.org/x/sync v0.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|