X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=go.mod;h=77785f464465b05b1457a4ca4b76c3c389d0d336;hp=a3ad4e26dc4eb09f89ba6a9468cd27a02c69aa90;hb=HEAD;hpb=948543909470b983c001f13fb267a64070dd20ae diff --git a/go.mod b/go.mod index a3ad4e2..e497fbe 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,11 @@ -module go.cypherpunks.ru/gocheese/v2 +module go.cypherpunks.ru/gocheese/v4 -go 1.12 +go 1.21 require ( - golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad - golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 - golang.org/x/net v0.0.0-20210924054057-cf34111cab4d + go.cypherpunks.ru/recfile v0.7.0 + golang.org/x/crypto v0.18.0 + golang.org/x/net v0.19.0 ) + +require golang.org/x/sys v0.16.0 // indirect