restic-scheduler/go.mod

29 lines
1020 B
Modula-2
Raw Permalink Normal View History

2022-02-18 22:36:19 +00:00
module git.iamthefij.com/iamthefij/restic-scheduler
2023-05-09 21:19:21 +00:00
go 1.20
2022-02-18 22:36:19 +00:00
2022-02-23 16:05:24 +00:00
require (
github.com/go-test/deep v1.0.8
github.com/hashicorp/hcl/v2 v2.11.1
github.com/prometheus/client_golang v1.14.0
2022-02-24 01:00:22 +00:00
github.com/robfig/cron/v3 v3.0.1
github.com/zclconf/go-cty v1.8.0
2022-02-23 16:05:24 +00:00
)
2022-02-23 00:55:41 +00:00
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
2022-04-13 20:44:48 +00:00
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
2022-04-13 20:44:48 +00:00
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
2022-02-20 06:09:23 +00:00
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
2022-02-18 22:36:19 +00:00
)