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"
|
"net"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
"crypto/tls"
|
"github.com/lye/tls"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
@ -7,7 +7,7 @@ package irc
|
|||||||
import (
|
import (
|
||||||
"net"
|
"net"
|
||||||
"time"
|
"time"
|
||||||
"crypto/tls"
|
"github.com/lye/tls"
|
||||||
)
|
)
|
||||||
|
|
||||||
type IRCConnection struct {
|
type IRCConnection struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user