Skip to content

Commit

Permalink
Merge pull request #2 from ysweid/master
Browse files Browse the repository at this point in the history
Change the source of gopher-luar package to layeh.com
  • Loading branch information
felipejfc committed May 25, 2017
2 parents 498a5df + c235527 commit 10580c4
Show file tree
Hide file tree
Showing 35 changed files with 3,528 additions and 11 deletions.
17 changes: 9 additions & 8 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package: github.com/felipejfc/gluahttpscrape
import:
- package: github.com/yuin/gopher-lua
- package: github.com/yhat/scrape
- package: github.com/layeh/gopher-luar
- package: layeh.com/gopher-luar
2 changes: 1 addition & 1 deletion gluahttpscrape.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package gluahttpscrape
import (
"strings"

"github.com/layeh/gopher-luar"
"github.com/yhat/scrape"
"github.com/yuin/gopher-lua"
"golang.org/x/net/html"
"golang.org/x/net/html/atom"
"layeh.com/gopher-luar"
)

type httpScrapeModule struct{}
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/layeh/gopher-luar
Submodule gopher-luar deleted from 0cfa37
1 change: 1 addition & 0 deletions vendor/layeh.com/gopher-luar/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

373 changes: 373 additions & 0 deletions vendor/layeh.com/gopher-luar/LICENSE

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions vendor/layeh.com/gopher-luar/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/layeh.com/gopher-luar/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 104 additions & 0 deletions vendor/layeh.com/gopher-luar/array.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 72 additions & 0 deletions vendor/layeh.com/gopher-luar/array_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10580c4

Please sign in to comment.