]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost341194/hash_test.go
Raise copyright years
[gogost.git] / gost341194 / hash_test.go
index be70a796154d1cb0e1dbf5ebecfe6681de25386a..20350aedf980e1984d7f2e3e9cd797d7d7075940 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2020 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2021 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
@@ -22,7 +22,7 @@ import (
        "testing"
        "testing/quick"
 
-       "go.cypherpunks.ru/gogost/v4/gost28147"
+       "go.cypherpunks.ru/gogost/v5/gost28147"
 )
 
 func TestHashInterface(t *testing.T) {