summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-26 10:34:56 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-26 10:58:33 +1100
commitce3bcfe37cf0c68f501fb09d543e9e212b0eaa61 (patch)
tree74487a25e696ff6e9230ae46d0803bffc0179231 /go.mod
parentf4ddf2f0d4be4ccc7efacca2ba81e4a6d46b6318 (diff)
fix reflog failing to properly refresh
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 9ae9956f4..860b7e6db 100644
--- a/go.mod
+++ b/go.mod
@@ -36,6 +36,7 @@ require (
github.com/onsi/gomega v1.7.1 // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/sahilm/fuzzy v0.1.0
+ github.com/sanity-io/litter v1.5.2
github.com/sirupsen/logrus v1.4.2
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
github.com/stretchr/testify v1.7.0