Temporarily use my tls fixes until they're merged
This commit is contained in:
parent
52c17040d5
commit
07b619e8f2
2
irc.go
2
irc.go
@ -10,7 +10,7 @@ import (
|
||||
"net"
|
||||
"strings"
|
||||
"time"
|
||||
"crypto/tls"
|
||||
"github.com/lye/tls"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -7,7 +7,7 @@ package irc
|
||||
import (
|
||||
"net"
|
||||
"time"
|
||||
"crypto/tls"
|
||||
"github.com/lye/tls"
|
||||
)
|
||||
|
||||
type IRCConnection struct {
|
||||
|
Loading…
Reference in New Issue
Block a user