X-Git-Url: http://www.git.stargrave.org/?p=uploader.git;a=blobdiff_plain;f=go.mod;h=645d583bd6d4a005c0ac931ea731065e5a86db8c;hp=0a06b737d60f594f28359cb03e00e4de7edcd7d9;hb=HEAD;hpb=6d00993bda9905be78e59ca421234f8e95f04550 diff --git a/go.mod b/go.mod index 0a06b73..645d583 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,12 @@ module go.stargrave.org/uploader -go 1.12 +go 1.17 require ( - golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 - golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 + go.cypherpunks.ru/recfile v0.7.0 + go.cypherpunks.ru/tai64n/v2 v2.0.0 + golang.org/x/net v0.9.0 + lukechampine.com/blake3 v1.1.7 ) + +require github.com/klauspost/cpuid/v2 v2.0.9 // indirect