X-Git-Url: http://www.git.stargrave.org/?p=uploader.git;a=blobdiff_plain;f=go.mod;h=645d583bd6d4a005c0ac931ea731065e5a86db8c;hp=6f727c27c041e7f0735efde90672e518dc271fb1;hb=HEAD;hpb=ae85aff492aa2b094ba16d68f847246bba4ca1a7 diff --git a/go.mod b/go.mod index 6f727c2..645d583 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,12 @@ module go.stargrave.org/uploader -go 1.12 +go 1.17 require ( - go.cypherpunks.ru/recfile v0.4.0 - go.cypherpunks.ru/tai64n v0.2.0 - golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 - golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 + 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