Commit 01a7c5e7 authored by Steven Allen's avatar Steven Allen

move to libp2p

parent c2dcc5cc
# OpenSSL bindings for Go # OpenSSL bindings for Go
Please see http://godoc.org/github.com/spacemonkeygo/openssl for more info Please see http://godoc.org/github.com/libp2p/go-openssl for more info
### License ### License
......
...@@ -27,7 +27,7 @@ import ( ...@@ -27,7 +27,7 @@ import (
"time" "time"
"unsafe" "unsafe"
"github.com/spacemonkeygo/openssl/utils" "github.com/libp2p/go-openssl/utils"
) )
var ( var (
......
module github.com/spacemonkeygo/openssl module github.com/libp2p/go-openssl
require github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 require (
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
)
...@@ -25,7 +25,7 @@ import ( ...@@ -25,7 +25,7 @@ import (
"testing" "testing"
"time" "time"
"github.com/spacemonkeygo/openssl/utils" "github.com/libp2p/go-openssl/utils"
) )
var ( var (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment