mirror of https://github.com/waku-org/noise.git
Update package import in vectorgen
Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
This commit is contained in:
parent
f63da97e27
commit
ad132441f7
|
@ -7,7 +7,7 @@ import (
|
|||
"io"
|
||||
"os"
|
||||
|
||||
. "github.com/titanous/noise"
|
||||
. "github.com/flynn/noise"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue