Remove vendored dependencies (#4110)

This commit is contained in:
its-josh4
2023-09-11 17:36:48 -07:00
committed by GitHub
parent b36aa745d8
commit 4a9fdc8b55
2675 changed files with 20 additions and 1259580 deletions

View File

@@ -2,7 +2,7 @@
COMPILER_CONTAINER="stashapp/compiler:7"
BUILD_DATE=`go run -mod=vendor scripts/getDate.go`
BUILD_DATE=`go run scripts/getDate.go`
GITHASH=`git rev-parse --short HEAD`
STASH_VERSION=`git describe --tags --exclude latest_develop`