restic-scheduler/go.mod

15 lines
440 B
Modula-2
Raw Normal View History

2022-02-18 22:36:19 +00:00
module git.iamthefij.com/iamthefij/restic-scheduler
go 1.17
2022-02-23 00:55:41 +00:00
require github.com/hashicorp/hcl/v2 v2.11.1
2022-02-18 22:36:19 +00:00
require (
2022-02-20 06:09:23 +00:00
github.com/agext/levenshtein v1.2.1 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/zclconf/go-cty v1.8.0 // indirect
golang.org/x/text v0.3.5 // indirect
2022-02-18 22:36:19 +00:00
)