diff options
| author | Neel Chauhan <nc@FreeBSD.org> | 2021-04-12 16:48:48 +0000 |
|---|---|---|
| committer | Neel Chauhan <nc@FreeBSD.org> | 2021-04-12 16:48:48 +0000 |
| commit | f91b0148b2b183fcc4c1ce7ca59cd5c6c6a748ea (patch) | |
| tree | e0ae24aeeafe3fa6d48fe0a64670ff7b5870f6c2 /security/step-cli/Makefile | |
| parent | b81e185ffeffd5ed154bf7cbd24a61022c2309cd (diff) | |
Diffstat (limited to 'security/step-cli/Makefile')
| -rw-r--r-- | security/step-cli/Makefile | 48 |
1 files changed, 30 insertions, 18 deletions
diff --git a/security/step-cli/Makefile b/security/step-cli/Makefile index 6f7f33f4988a..08a342c19166 100644 --- a/security/step-cli/Makefile +++ b/security/step-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= step-cli DISTVERSIONPREFIX=v -DISTVERSION= 0.15.13 +DISTVERSION= 0.15.14 CATEGORIES= security MAINTAINER= mw@wipp.bayern @@ -22,11 +22,12 @@ GH_TUPLE= \ Masterminds:semver:v3.1.0:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ Masterminds:sprig:v3.1.0:masterminds_sprig_v3/vendor/github.com/Masterminds/sprig/v3 \ Microsoft:go-winio:v0.4.14:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ - OpenPeeDeeP:depguard:v1.0.0:openpeedeep_depguard/vendor/github.com/OpenPeeDeeP/depguard \ + OpenPeeDeeP:depguard:v1.0.1:openpeedeep_depguard/vendor/github.com/OpenPeeDeeP/depguard \ ThomasRooney:gexpect:5482f0350944:thomasrooney_gexpect/vendor/github.com/ThomasRooney/gexpect \ asaskevich:govalidator:f9ffefc3facf:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \ beorn7:perks:v1.0.0:beorn7_perks/vendor/github.com/beorn7/perks \ bgentry:speakeasy:v0.1.0:bgentry_speakeasy/vendor/github.com/bgentry/speakeasy \ + bombsimon:wsl:v2.0.0:bombsimon_wsl_v2/vendor/github.com/bombsimon/wsl/v2 \ boombuler:barcode:v1.0.0:boombuler_barcode/vendor/github.com/boombuler/barcode \ census-instrumentation:opencensus-go:v0.22.5:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash \ @@ -39,20 +40,23 @@ GH_TUPLE= \ coreos:pkg:399ea9e2e55f:coreos_pkg/vendor/github.com/coreos/pkg \ corpix:uarand:v0.1.1:corpix_uarand/vendor/github.com/corpix/uarand \ cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ + creack:pty:v1.1.7:creack_pty/vendor/github.com/creack/pty \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dgraph-io:badger:5d1bab4fc658:dgraph_io_badger_v2/vendor/github.com/dgraph-io/badger/v2 \ dgraph-io:badger:v1.6.2:dgraph_io_badger/vendor/github.com/dgraph-io/badger \ dgraph-io:ristretto:41ebdbffecfd:dgraph_io_ristretto/vendor/github.com/dgraph-io/ristretto \ dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \ dgryski:go-farm:a6ae2369ad13:dgryski_go_farm/vendor/github.com/dgryski/go-farm \ + dominikh:go-tools:v0.0.1-2020.1.4:dominikh_go_tools/vendor/honnef.co/go/tools \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ etcd-io:bbolt:v1.3.5:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ etcd-io:etcd:v3.3.13:etcd_io_etcd \ - fatih:color:v1.6.0:fatih_color/vendor/github.com/fatih/color \ + fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-chi:chi:v4.0.2:go_chi_chi/vendor/github.com/go-chi/chi \ - go-critic:go-critic:1df300866540:go_critic_go_critic/vendor/github.com/go-critic/go-critic \ + go-critic:go-critic:v0.4.1:go_critic_go_critic/vendor/github.com/go-critic/go-critic \ + go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-lintpack:lintpack:v0.5.2:go_lintpack_lintpack/vendor/github.com/go-lintpack/lintpack \ go-sql-driver:mysql:v1.5.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ go-toolsmith:astcast:v1.0.0:go_toolsmith_astcast/vendor/github.com/go-toolsmith/astcast \ @@ -65,7 +69,8 @@ GH_TUPLE= \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.2.7:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \ - gogo:protobuf:v1.1.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ + gofrs:flock:5135e617513b:gofrs_flock/vendor/github.com/gofrs/flock \ + gogo:protobuf:v1.2.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:9e8e0b390897:golang_crypto/vendor/golang.org/x/crypto \ golang:glog:23def4e6c14b:golang_glog/vendor/github.com/golang/glog \ @@ -85,14 +90,12 @@ GH_TUPLE= \ golangci:dupl:3e9179ac440a:golangci_dupl/vendor/github.com/golangci/dupl \ golangci:errcheck:ef45e06d44b6:golangci_errcheck/vendor/github.com/golangci/errcheck \ golangci:go-misc:927a3d87b613:golangci_go_misc/vendor/github.com/golangci/go-misc \ - golangci:go-tools:e32c54105b7c:golangci_go_tools/vendor/github.com/golangci/go-tools \ golangci:goconst:041c5f2b40f3:golangci_goconst/vendor/github.com/golangci/goconst \ golangci:gocyclo:2becd97e67ee:golangci_gocyclo/vendor/github.com/golangci/gocyclo \ - golangci:gofmt:0b8337e80d98:golangci_gofmt/vendor/github.com/golangci/gofmt \ - golangci:golangci-lint:bad04bb7378f:golangci_golangci_lint/vendor/github.com/golangci/golangci-lint \ - golangci:gosec:66fb7fc33547:golangci_gosec/vendor/github.com/golangci/gosec \ + golangci:gofmt:244bba706f1a:golangci_gofmt/vendor/github.com/golangci/gofmt \ + golangci:golangci-lint:v1.24.0:golangci_golangci_lint/vendor/github.com/golangci/golangci-lint \ golangci:ineffassign:42439a7714cc:golangci_ineffassign/vendor/github.com/golangci/ineffassign \ - golangci:lint-1:ee948d087217:golangci_lint_1/vendor/github.com/golangci/lint-1 \ + golangci:lint-1:297bf364a8e0:golangci_lint_1/vendor/github.com/golangci/lint-1 \ golangci:maligned:b1d89398deca:golangci_maligned/vendor/github.com/golangci/maligned \ golangci:misspell:950f5d19e770:golangci_misspell/vendor/github.com/golangci/misspell \ golangci:prealloc:215b22d4de21:golangci_prealloc/vendor/github.com/golangci/prealloc \ @@ -118,16 +121,19 @@ GH_TUPLE= \ icrowley:fake:4178557ae428:icrowley_fake/vendor/github.com/icrowley/fake \ imdario:mergo:v0.3.8:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ + jingyugao:rowserrcheck:72ab7603b68a:jingyugao_rowserrcheck/vendor/github.com/jingyugao/rowserrcheck \ + jirfag:go-printf-func-name:45db9963cdd3:jirfag_go_printf_func_name/vendor/github.com/jirfag/go-printf-func-name \ jonboulle:clockwork:v0.1.0:jonboulle_clockwork/vendor/github.com/jonboulle/clockwork \ json-iterator:go:v1.1.6:json_iterator_go/vendor/github.com/json-iterator/go \ juju:ansiterm:720a0952cc2a:juju_ansiterm/vendor/github.com/juju/ansiterm \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ kisielk:gotool:v1.0.0:kisielk_gotool/vendor/github.com/kisielk/gotool \ konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ - kr:pty:v1.1.1:kr_pty/vendor/github.com/kr/pty \ + kr:pty:v1.1.8:kr_pty/vendor/github.com/kr/pty \ lunixbochs:vtclean:v1.0.0:lunixbochs_vtclean/vendor/github.com/lunixbochs/vtclean \ - magiconair:properties:v1.8.0:magiconair_properties/vendor/github.com/magiconair/properties \ + magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ manifoldco:promptui:v0.8.0:manifoldco_promptui/vendor/github.com/manifoldco/promptui \ + matoous:godox:5d6d842e92eb:matoous_godox/vendor/github.com/matoous/godox \ mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.11:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.4:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ @@ -141,8 +147,8 @@ GH_TUPLE= \ mozilla-services:pkcs7:432b2356ecb1:mozilla_services_pkcs7/vendor/go.mozilla.org/pkcs7 \ mvdan:interfacer:c20040233aed:mvdan_interfacer/vendor/mvdan.cc/interfacer \ mvdan:lint:adc824a0674b:mvdan_lint/vendor/mvdan.cc/lint \ - mvdan:unparam:fbb59629db34:mvdan_unparam/vendor/mvdan.cc/unparam \ - nbutton23:zxcvbn-go:eafdab6b0663:nbutton23_zxcvbn_go/vendor/github.com/nbutton23/zxcvbn-go \ + mvdan:unparam:d51796306d8f:mvdan_unparam/vendor/mvdan.cc/unparam \ + nbutton23:zxcvbn-go:ae427f1e4c1d:nbutton23_zxcvbn_go/vendor/github.com/nbutton23/zxcvbn-go \ newrelic:go-agent:v2.15.0:newrelic_go_agent/vendor/github.com/newrelic/go-agent \ olekukonko:tablewriter:v0.0.1:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ @@ -157,6 +163,7 @@ GH_TUPLE= \ rs:xid:v1.2.1:rs_xid/vendor/github.com/rs/xid \ russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ samfoo:ansi:b6bd2ded7189:samfoo_ansi/vendor/github.com/samfoo/ansi \ + securego:gosec:79fbf3af8d83:securego_gosec/vendor/github.com/securego/gosec \ shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ smallstep:assert:82e2b9b3b262:smallstep_assert/vendor/github.com/smallstep/assert \ @@ -174,18 +181,23 @@ GH_TUPLE= \ spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v0.0.5:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ - spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \ - spf13:viper:v1.3.2:spf13_viper/vendor/github.com/spf13/viper \ + spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ + spf13:viper:v1.6.1:spf13_viper/vendor/github.com/spf13/viper \ sqs:pbtypes:d3ebe8f20ae4:sqs_pbtypes/vendor/sourcegraph.com/sqs/pbtypes \ square:go-jose:v2.5.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ + stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ - timakin:bodyclose:87058b9bfcec:timakin_bodyclose/vendor/github.com/timakin/bodyclose \ + subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ + timakin:bodyclose:f7f2e9bca95e:timakin_bodyclose/vendor/github.com/timakin/bodyclose \ tmc:grpc-websocket-proxy:0ad062ec5ee5:tmc_grpc_websocket_proxy/vendor/github.com/tmc/grpc-websocket-proxy \ + tommy-muehle:go-mnd:e6f9a994e8fa:tommy_muehle_go_mnd/vendor/github.com/tommy-muehle/go-mnd \ uber-go:atomic:v1.4.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.1.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.10.0:uber_go_zap/vendor/go.uber.org/zap \ - ultraware:funlen:v0.0.1:ultraware_funlen/vendor/github.com/ultraware/funlen \ + ultraware:funlen:v0.0.2:ultraware_funlen/vendor/github.com/ultraware/funlen \ + ultraware:whitespace:v0.0.4:ultraware_whitespace/vendor/github.com/ultraware/whitespace \ urfave:cli:v1.22.4:urfave_cli/vendor/github.com/urfave/cli \ + uudashr:gocognit:v1.0.1:uudashr_gocognit/vendor/github.com/uudashr/gocognit \ weppos:publicsuffix-go:v0.4.0:weppos_publicsuffix_go/vendor/github.com/weppos/publicsuffix-go \ xiang90:probing:43a291ad63a2:xiang90_probing/vendor/github.com/xiang90/probing \ sslmate:go-pkcs12:57fc603b7f52:sslmate_pkcs12/vendor/software.sslmate.com/src/go-pkcs12 |
