Explorar el Código

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 %!s(int64=8) %!d(string=hace) años
padre
commit
d6aec398af
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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