]> Sergey Matveev's repositories - paster.git/blobdiff - go.mod
Unify copyright comment format
[paster.git] / go.mod
diff --git a/go.mod b/go.mod
index af8f1e53ffacca55c578f95ab005e34fdbd51a32..76d5dfb5193ab179910d92ad93bfafa2d2dc183f 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,13 @@
-module go.stargrave.org/paster
+module go.stargrave.org/paster/v2
 
-go 1.16
+go 1.17
+
+require (
+       go.cypherpunks.ru/netstring/v2 v2.4.0
+       lukechampine.com/blake3 v1.1.7
+)
+
+require (
+       github.com/klauspost/cpuid/v2 v2.2.4 // indirect
+       golang.org/x/sys v0.7.0 // indirect
+)