diff --git a/Gopkg.lock b/Gopkg.lock index 60d7ae1..520faa2 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -139,7 +139,7 @@ "stats", "uuid" ] - revision = "759e8f45c879eff072f60341cb151c82235da02d" + revision = "ed7cc527059035451abb724cd79405594b9c34f1" [solve-meta] analyzer-name = "dep" diff --git a/Makefile b/Makefile index 7de8631..3d33b92 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ ROUTE_FILES=$(wildcard assets/src/*) $(wildcard assets/public/*) DOCS_ASSET=src/docs/bindata.go DOCS_FILES=$(wildcard src/docs/ui/*) -VENDOR_FILES=$(wildcard vendor/*) +VENDOR_FILES=$(shell find vendor -type f -name '*.go') -SOURCE=$(wildcard cmd/*/*.go) $(filter-out src/routes/bindata.go, $(wildcard src/routes/*.go)) +SOURCE=$(wildcard cmd/paste/*.go) $(filter-out src/routes/bindata.go, $(wildcard src/routes/*.go)) BINARY=paste define DUMMY_BINDATA diff --git a/assets/src/vendor/sour-is b/assets/src/vendor/sour-is index 7b5f0c3..ba700a5 160000 --- a/assets/src/vendor/sour-is +++ b/assets/src/vendor/sour-is @@ -1 +1 @@ -Subproject commit 7b5f0c33fafc847c45d56b5d15867b1bf04fcccc +Subproject commit ba700a53ba68931451537ce5423c9c2823a39848 diff --git a/debian/RELEASE b/debian/RELEASE index 7f8f011..ec63514 100644 --- a/debian/RELEASE +++ b/debian/RELEASE @@ -1 +1 @@ -7 +9