fix issue with copy and expire

This commit is contained in:
Jon Lundy 2018-03-17 19:43:37 -06:00
parent e22a36a7aa
commit 6253c46e51
Signed by untrusted user who does not match committer: xuu
GPG Key ID: 346DF999B2530DAE
4 changed files with 5 additions and 5 deletions

2
Gopkg.lock generated
View File

@ -139,7 +139,7 @@
"stats",
"uuid"
]
revision = "759e8f45c879eff072f60341cb151c82235da02d"
revision = "ed7cc527059035451abb724cd79405594b9c34f1"
[solve-meta]
analyzer-name = "dep"

View File

@ -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

@ -1 +1 @@
Subproject commit 7b5f0c33fafc847c45d56b5d15867b1bf04fcccc
Subproject commit ba700a53ba68931451537ce5423c9c2823a39848

2
debian/RELEASE vendored
View File

@ -1 +1 @@
7
9