mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
code.google.com is shutting down, change import to use gopkg.in
This commit is contained in:
parent
efce628c87
commit
404151fe9d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package irc
|
||||
|
||||
import (
|
||||
"code.google.com/p/gcfg"
|
||||
"gopkg.in/gcfg.v1"
|
||||
"errors"
|
||||
"log"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue