X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=go.mod;h=6f727c27c041e7f0735efde90672e518dc271fb1;hb=ae85aff492aa2b094ba16d68f847246bba4ca1a7;hp=4d9fe3ccf54e2e50d0f31c4f633d102d27c01006;hpb=96d49430705d94a7e28126ccf19c56645c6e517e;p=uploader.git diff --git a/go.mod b/go.mod index 4d9fe3c..6f727c2 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module go.stargrave.org/uploader go 1.12 require ( - go.cypherpunks.ru/recfile v0.3.0 - go.cypherpunks.ru/tai64n v0.1.0 + 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 )