diff options
| author | Mark Rushakoff <[email protected]> | 2018-11-16 13:44:11 -0800 |
|---|---|---|
| committer | Mark Rushakoff <[email protected]> | 2018-11-16 13:44:11 -0800 |
| commit | ffb17d574ba0376618e5346e6c66b9517bdbb2e6 (patch) | |
| tree | 3bbe2a18abb37bc94dbe94a79d89530398248d6b | |
| parent | edd9e4a895e453023bdb6598efc2a941a19cec67 (diff) | |
Fix test import
| -rw-r--r-- | server_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server_test.go b/server_test.go index 991d927..56aeff6 100644 --- a/server_test.go +++ b/server_test.go @@ -2,6 +2,7 @@ package ldapserver import ( "bytes" + "crypto/rand" "crypto/rsa" "crypto/tls" "crypto/x509" @@ -17,8 +18,6 @@ import ( "strings" "testing" "time" - - "github.com/golang/go/src/crypto/rand" ) var timeout = 400 * time.Millisecond |
