aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-05-20 12:09:58 +0200
committerMartin Polden <mpolden@mpolden.no>2023-05-20 12:09:58 +0200
commit018add596d64ada2954c200a45b32cf750b5a500 (patch)
treee149940e1d5299f547f022293b2ce19dc9bade1a /client/go/go.mod
parente76ba03709decf0dfb35cf1cbce5d9febe1667bb (diff)
Bump github.com/go-json-experiment/json
Diffstat (limited to 'client/go/go.mod')
-rw-r--r--client/go/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/go/go.mod b/client/go/go.mod
index d4662c89a16..5d1f6175e55 100644
--- a/client/go/go.mod
+++ b/client/go/go.mod
@@ -6,8 +6,8 @@ require (
github.com/alessio/shellescape v1.4.1
github.com/briandowns/spinner v1.23.0
github.com/fatih/color v1.15.0
- // This is the most recent version compatible with Go 1.18. Upgrade when we upgrade our Go version
- github.com/go-json-experiment/json v0.0.0-20220727223814-4987ed27d447
+ // This is the most recent version compatible with Go 1.19. Upgrade when we upgrade our Go version
+ github.com/go-json-experiment/json v0.0.0-20230216065249-540f01442424
github.com/klauspost/compress v1.16.5
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.18