X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcmd%2Fnncp-hash%2Fmain.go;h=cc5d41a93cd2979a0da9d9068944b9b2f5aeb2af;hb=cf9363f956cb2d93a581c11ed65c5b02910d10d5;hp=bcdbca54fe4786cbdb94b19acf1cbf1cfc527646;hpb=f458bb8a2be143e8f7933956e890c082ba4a4b92;p=nncp.git diff --git a/src/cmd/nncp-hash/main.go b/src/cmd/nncp-hash/main.go index bcdbca5..cc5d41a 100644 --- a/src/cmd/nncp-hash/main.go +++ b/src/cmd/nncp-hash/main.go @@ -1,6 +1,6 @@ /* NNCP -- Node to Node copy, utilities for store-and-forward data exchange -Copyright (C) 2016-2021 Sergey Matveev +Copyright (C) 2016-2023 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ import ( "os" "sync" - "go.cypherpunks.ru/nncp/v7" + "go.cypherpunks.ru/nncp/v8" ) func usage() {