mirror of
https://github.com/qwc/backive.git
synced 2025-01-18 09:37:20 +01:00
some requirements and basic structure
This commit is contained in:
parent
ad27a31dd5
commit
43dd7e37eb
0
core/backup.go
Normal file
0
core/backup.go
Normal file
0
core/device.go
Normal file
0
core/device.go
Normal file
0
core/events.go
Normal file
0
core/events.go
Normal file
0
core/scheduler.go
Normal file
0
core/scheduler.go
Normal file
12
go.mod
12
go.mod
@ -1,3 +1,15 @@
|
||||
module github.com/qwc/backive
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/fatih/color v1.13.0 // indirect
|
||||
github.com/goccy/go-yaml v1.9.3 // indirect
|
||||
github.com/mattn/go-colorable v0.1.11 // indirect
|
||||
github.com/mattn/go-isatty v0.0.14 // indirect
|
||||
github.com/qri-io/jsonpointer v0.1.1 // indirect
|
||||
github.com/qri-io/jsonschema v0.2.1 // indirect
|
||||
github.com/sirupsen/logrus v1.8.1 // indirect
|
||||
golang.org/x/sys v0.0.0-20210930141918-969570ce7c6c // indirect
|
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user