summaryrefslogtreecommitdiffhomepage
path: root/cmd/gitops-pusher/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gitops-pusher/cache.go')
-rw-r--r--cmd/gitops-pusher/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gitops-pusher/cache.go b/cmd/gitops-pusher/cache.go
index 6792e5e63..9aaaa3813 100644
--- a/cmd/gitops-pusher/cache.go
+++ b/cmd/gitops-pusher/cache.go
@@ -4,7 +4,7 @@
package main
import (
- "encoding/json"
+ "github.com/go-json-experiment/json/v1"
"os"
)