]> Sergey Matveev's repositories - sgblog.git/blobdiff - go.mod
Update dependencies
[sgblog.git] / go.mod
diff --git a/go.mod b/go.mod
index 8f5ef857157698dc75d3fa040eb1ff1246b1e570..153aff8aa667b75403ecfaf0b393aa8ab6c66159 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.20
 
 require (
        github.com/go-git/go-git/v5 v5.8.1
-       github.com/hjson/hjson-go v3.3.0+incompatible
+       github.com/hjson/hjson-go/v4 v4.3.1
        github.com/vorlif/spreak v0.4.0
        go.cypherpunks.ru/recfile v0.7.0
        golang.org/x/text v0.11.0
@@ -23,7 +23,7 @@ require (
        github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
        github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
        github.com/kevinburke/ssh_config v1.2.0 // indirect
-       github.com/klauspost/cpuid/v2 v2.0.9 // indirect
+       github.com/klauspost/cpuid/v2 v2.2.5 // indirect
        github.com/pjbgf/sha1cd v0.3.0 // indirect
        github.com/sergi/go-diff v1.3.1 // indirect
        github.com/skeema/knownhosts v1.2.0 // indirect
@@ -31,7 +31,7 @@ require (
        golang.org/x/crypto v0.11.0 // indirect
        golang.org/x/mod v0.12.0 // indirect
        golang.org/x/net v0.12.0 // indirect
-       golang.org/x/sys v0.10.0 // indirect
+       golang.org/x/sys v0.13.0 // indirect
        golang.org/x/tools v0.11.0 // indirect
        gopkg.in/warnings.v0 v0.1.2 // indirect
 )