Use "go mod" instead of dep.
This commit is contained in:
parent
526af5a147
commit
bbc7a6f8c0
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2020/01/25 07:25:40 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2020/01/25 08:39:17 ajacoutot Exp $
|
||||
|
||||
COMMENT= template rendering and notifications with Consul
|
||||
|
||||
GH_TAGNAME= v0.24.1
|
||||
GH_ACCOUNT= hashicorp
|
||||
GH_PROJECT= consul-template
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= sysutils net
|
||||
|
||||
@ -22,13 +23,13 @@ TEST_DEPENDS= sysutils/consul
|
||||
|
||||
MASTER_SITES= https://distfiles.bsdfrog.org/
|
||||
|
||||
# creating a new distfile (needs devel/git, sysutils/dep)
|
||||
# creating a new distfile (needs devel/git)
|
||||
# =======================
|
||||
# mkdir -p ${HOME}/go/src/github.com/hashicorp/
|
||||
# cd ${HOME}/go/src/github.com/hashicorp/
|
||||
# git clone https://github.com/hashicorp/consul-template.git
|
||||
# cd consul-template && git checkout ${GH_TAGNAME}
|
||||
# dep init
|
||||
# go mod vendor
|
||||
# rm -rf .git/
|
||||
# cd .. && mv consul-template consul-template-${GH_TAGNAME#v*}
|
||||
# tar czf consul-template-${GH_TAGNAME#v*}.tar.gz consul-template-${GH_TAGNAME#v*}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (consul-template-0.24.1.tar.gz) = ecI8SBNgnag5bKYicvP2INFuQBqEWI8eBbim95db9N4=
|
||||
SIZE (consul-template-0.24.1.tar.gz) = 2891528
|
||||
SHA256 (consul-template-0.24.1.tar.gz) = zIYoz4e6c5uJwMf0FHV+4e3j9aDoOHFVdyUKTxegAWk=
|
||||
SIZE (consul-template-0.24.1.tar.gz) = 1450848
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2020/01/25 07:32:51 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2020/01/25 08:39:17 ajacoutot Exp $
|
||||
|
||||
COMMENT= thin wrapper for Terraform that provides extra tools
|
||||
|
||||
GH_TAGNAME= v0.21.11
|
||||
GH_ACCOUNT= gruntwork-io
|
||||
GH_PROJECT= terragrunt
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= sysutils net
|
||||
|
||||
@ -23,13 +24,14 @@ RUN_DEPENDS= sysutils/terraform/terraform
|
||||
|
||||
MASTER_SITES= https://distfiles.bsdfrog.org/
|
||||
|
||||
# creating a new distfile (needs devel/git, sysutils/dep)
|
||||
# creating a new distfile (needs devel/git)
|
||||
# =======================
|
||||
# mkdir -p ${HOME}/go/src/github.com/gruntwork-io/
|
||||
# cd ${HOME}/go/src/github.com/gruntwork-io/
|
||||
# git clone https://github.com/gruntwork-io/terragrunt.git
|
||||
# cd terragrunt && git checkout ${GH_TAGNAME}
|
||||
# dep ensure -vendor-only
|
||||
# go mod init
|
||||
# go mod vendor
|
||||
# rm -rf .git/
|
||||
# cd .. && mv terragrunt terragrunt-${GH_TAGNAME#v*}
|
||||
# tar czf terragrunt-${GH_TAGNAME#v*}.tar.gz terragrunt-${GH_TAGNAME#v*}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (terragrunt-0.21.11.tar.gz) = CUAwj2ivxMOntkZxZS/HMOyGMk6v8d8EtY0jqhM3CB8=
|
||||
SIZE (terragrunt-0.21.11.tar.gz) = 7301150
|
||||
SHA256 (terragrunt-0.21.11.tar.gz) = wDo46Qraeg/42chaYt6pQyS7hZuDMd61mFQc8akYooE=
|
||||
SIZE (terragrunt-0.21.11.tar.gz) = 6086455
|
||||
|
Loading…
x
Reference in New Issue
Block a user