Skip to content

Commit ad5616a

Browse files
committed
chore(): Update gobindata installation
1 parent 41e64f6 commit ad5616a

File tree

6 files changed

+308
-26
lines changed

6 files changed

+308
-26
lines changed

Diff for: internal/input/input.generated.go

+38-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: scripts/get-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ run_go_install_in_parallel \
4040
"./vendor/github.com/mattn/goveralls" \
4141
"./vendor/github.com/vasi-stripe/gogroup/cmd/gogroup" \
4242
"./vendor/golang.org/x/tools/cmd/stringer" \
43-
"./vendor/github.com/shuLhan/go-bindata" \
43+
"./vendor/github.com/shuLhan/go-bindata/cmd/go-bindata" \
4444
"./vendor/github.com/axw/gocov/gocov" \
4545
"./vendor/github.com/matm/gocov-html" \
4646
"./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint" \

Diff for: tools/tools.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
88
_ "github.com/matm/gocov-html"
99
_ "github.com/mattn/goveralls"
10-
_ "github.com/shuLhan/go-bindata"
10+
_ "github.com/shuLhan/go-bindata/cmd/go-bindata"
1111
_ "github.com/vasi-stripe/gogroup/cmd/gogroup"
1212
_ "golang.org/x/tools/cmd/cover"
1313
_ "golang.org/x/tools/cmd/stringer"

Diff for: tools/vendor/github.com/shuLhan/go-bindata/cmd/go-bindata/AppendSliceValue.go

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)