]> Sergey Matveev's repositories - sgblog.git/blobdiff - go.mod
Fix tabs issues in comments
[sgblog.git] / go.mod
diff --git a/go.mod b/go.mod
index e9ff030c6d5dc1067c5fe86fabf17ed99c928fe9..c1f6c6c3421c19df70ecc2f9766612194e5ab8df 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,8 @@ module go.stargrave.org/sgblog
 go 1.13
 
 require (
-       github.com/google/uuid v1.1.1
+       github.com/hjson/hjson-go v3.0.1+incompatible
+       go.cypherpunks.ru/netstring/v2 v2.0.0
        golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
        golang.org/x/tools v0.0.0-20190729092621-ff9f1409240a
        gopkg.in/src-d/go-git.v4 v4.13.1