From 2a06097091e5a32ba05811c52cc97858e247f69a Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 23 Feb 2022 17:00:22 -0800 Subject: [PATCH] Fix go mod indirect --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cc9f31c..73b3e0e 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.17 require ( github.com/go-test/deep v1.0.8 github.com/hashicorp/hcl/v2 v2.11.1 + github.com/robfig/cron/v3 v3.0.1 ) require ( @@ -12,7 +13,6 @@ require ( 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/robfig/cron/v3 v3.0.1 // indirect github.com/zclconf/go-cty v1.8.0 // indirect golang.org/x/text v0.3.5 // indirect )