summaryrefslogtreecommitdiffhomepage
path: root/cmd/gitops-pusher
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gitops-pusher')
-rw-r--r--cmd/gitops-pusher/cache.go2
-rw-r--r--cmd/gitops-pusher/gitops-pusher.go2
-rw-r--r--cmd/gitops-pusher/gitops-pusher_test.go2
3 files changed, 3 insertions, 3 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"
)
diff --git a/cmd/gitops-pusher/gitops-pusher.go b/cmd/gitops-pusher/gitops-pusher.go
index 690ca2870..71b7f30af 100644
--- a/cmd/gitops-pusher/gitops-pusher.go
+++ b/cmd/gitops-pusher/gitops-pusher.go
@@ -10,7 +10,7 @@ import (
"bytes"
"context"
"crypto/sha256"
- "encoding/json"
+ "github.com/go-json-experiment/json/v1"
"flag"
"fmt"
"io"
diff --git a/cmd/gitops-pusher/gitops-pusher_test.go b/cmd/gitops-pusher/gitops-pusher_test.go
index e08b06c9c..210e1de02 100644
--- a/cmd/gitops-pusher/gitops-pusher_test.go
+++ b/cmd/gitops-pusher/gitops-pusher_test.go
@@ -4,7 +4,7 @@
package main
import (
- "encoding/json"
+ "github.com/go-json-experiment/json/v1"
"strings"
"testing"