go rewrite

This commit is contained in:
2021-04-09 01:55:10 +02:00
parent 805bed7db1
commit 03cbbfd91c
41 changed files with 1149 additions and 2732 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/cupcakearmy/autorestic
go 1.16
require (
github.com/buger/goterm v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
)