|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=actionlint |
|
|
|
VERSION=${VERSION:-1.7.1} |
|
|
|
VERSION=${VERSION:-1.7.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -62,10 +62,10 @@ for DEPENDENCY in fatih/color/1.17.0 \ |
|
|
|
google/go-cmp/0.6.0 \ |
|
|
|
mattn/go-colorable/0.1.13 \ |
|
|
|
mattn/go-isatty/0.0.20 \ |
|
|
|
mattn/go-runewidth/0.0.15 \ |
|
|
|
mattn/go-runewidth/0.0.16 \ |
|
|
|
rivo/uniseg/0.4.7 \ |
|
|
|
robfig/cron/3.0.1 \ |
|
|
|
yuin/goldmark/1.7.0 ; do |
|
|
|
yuin/goldmark/1.7.4 ; do |
|
|
|
DEPENDENCY_OWNER="$(echo "$DEPENDENCY" | cut -d/ -f1)" |
|
|
|
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f2)" |
|
|
|
DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f3)" |
|
|
@ -83,8 +83,8 @@ for DEPENDENCY in fatih/color/1.17.0 \ |
|
|
|
done |
|
|
|
|
|
|
|
mkdir -p vendor/golang.org/x |
|
|
|
for DEPENDENCY in sync/0.7.0 \ |
|
|
|
sys/0.20.0 ; do |
|
|
|
for DEPENDENCY in sync/0.8.0 \ |
|
|
|
sys/0.25.0 ; do |
|
|
|
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)" |
|
|
|
DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)" |
|
|
|
|
|
|
@ -114,7 +114,7 @@ github.com/mattn/go-colorable |
|
|
|
# github.com/mattn/go-isatty v0.0.20 |
|
|
|
## explicit; go 1.15 |
|
|
|
github.com/mattn/go-isatty |
|
|
|
# github.com/mattn/go-runewidth v0.0.15 |
|
|
|
# github.com/mattn/go-runewidth v0.0.16 |
|
|
|
## explicit; go 1.9 |
|
|
|
github.com/mattn/go-runewidth |
|
|
|
# github.com/rivo/uniseg v0.4.7 |
|
|
@ -123,7 +123,7 @@ github.com/rivo/uniseg |
|
|
|
# github.com/robfig/cron/v3 v3.0.1 |
|
|
|
## explicit; go 1.12 |
|
|
|
github.com/robfig/cron/v3 |
|
|
|
# github.com/yuin/goldmark v1.7.1 |
|
|
|
# github.com/yuin/goldmark v1.7.4 |
|
|
|
## explicit; go 1.19 |
|
|
|
github.com/yuin/goldmark |
|
|
|
github.com/yuin/goldmark/ast |
|
|
@ -134,11 +134,11 @@ github.com/yuin/goldmark/renderer |
|
|
|
github.com/yuin/goldmark/renderer/html |
|
|
|
github.com/yuin/goldmark/text |
|
|
|
github.com/yuin/goldmark/util |
|
|
|
# golang.org/x/sync v0.7.0 |
|
|
|
# golang.org/x/sync v0.8.0 |
|
|
|
## explicit; go 1.18 |
|
|
|
golang.org/x/sync/errgroup |
|
|
|
golang.org/x/sync/semaphore |
|
|
|
# golang.org/x/sys v0.20.0 |
|
|
|
# golang.org/x/sys v0.25.0 |
|
|
|
## explicit; go 1.18 |
|
|
|
golang.org/x/sys/execabs |
|
|
|
golang.org/x/sys/unix |
|
|
|