Skip to content

Commit

Permalink
add vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
wy65701436 committed Dec 8, 2023
1 parent a242007 commit 605fac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion script/validate/vendor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rm -rf vendor/
# Prevent the data directory from being pruned; this directory does not contain
# go source files (causing vndr to prune it), however these files are used by
# golang.org/x/net/publicsuffix through go:embed.
vndr -whitelist golang.org/x/net/publicsuffix/data |& grep -v -i clone
/root/go/bin/vndr -whitelist golang.org/x/net/publicsuffix/data |& grep -v -i clone

DIFF_PATH="vendor/"
DIFF=$(git status --porcelain -- "$DIFF_PATH")
Expand Down
1 change: 1 addition & 0 deletions vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ gopkg.in/yaml.v2 v2.2.1
rsc.io/letsencrypt e770c10b0f1a64775ae91d240407ce00d1a5bdeb https://github.com/dmcgowan/letsencrypt.git
github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a # v1.0.0
github.com/opencontainers/image-spec 67d2d5658fe0476ab9bf414cec164077ebff3920 # v1.0.2
github.com/FZambia/sentinel 5585739eb4b6478aa30161866ccf9ce0ef5847c7 https://github.com/jeremyxu2010/sentinel.git

0 comments on commit 605fac3

Please sign in to comment.