浏览代码

Fix import paths for cascadia and x/net/html

Google Code has shut down, so these have been long out of date.  (And
possibly made it impossible to build favicon on other systems?)
Lucas Stadler 8 年之前
父节点
当前提交
d6aec398af
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      go/favicon/favicon.go

+ 2 - 2
go/favicon/favicon.go

@ -11,9 +11,9 @@ import (
11 11
	"os"
12 12
	"sync"
13 13
14
	"code.google.com/p/cascadia"
15
	"code.google.com/p/go.net/html"
14
	"github.com/andybalholm/cascadia"
16 15
	"github.com/golang/groupcache/lru"
16
	"golang.org/x/net/html"
17 17
)
18 18
19 19
// from https://commons.wikimedia.org/wiki/File:1x1.png