From a336046e914a45f0618f1d1eaefc5f15ce5184ca Mon Sep 17 00:00:00 2001 From: ryodocx Date: Sun, 19 Sep 2021 15:38:16 +0900 Subject: [PATCH] feat: add go-getter plugin (#481) --- README.md | 1 + plugins/go-getter | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/go-getter diff --git a/README.md b/README.md index 4f6b76d..dbe76d1 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Go | [kennyp/asdf-golang](https://github.com/kennyp/asdf-golang) | [![Build Status](https://travis-ci.org/kennyp/asdf-golang.svg?branch=master)](https://travis-ci.org/kennyp/asdf-golang) | | go-sdk | [yacchi/asdf-go-sdk](https://github.com/yacchi/asdf-go-sdk) | [![Build](https://github.com/yacchi/asdf-go-sdk/actions/workflows/build.yml/badge.svg)](https://github.com/yacchi/asdf-go-sdk/actions/workflows/build.yml) | | go-containerregistry | [dex4er/asdf-go-containerregistry](https://github.com/dex4er/asdf-go-containerregistry) | [![Build Status](https://travis-ci.com/dex4er/asdf-go-containerregistry.svg?branch=master)](https://travis-ci.com/dex4er/asdf-go-containerregistry) | +| go-getter | [ryodocx/asdf-go-getter](https://github.com/ryodocx/asdf-go-getter) | [![GitHub Actions Status](https://github.com/ryodocx/asdf-go-getter/workflows/Build/badge.svg)](https://github.com/ryodocx/asdf-go-getter/actions) | | go-jsonnet | [craigfurman/asdf-go-jsonnet](https://gitlab.com/craigfurman/asdf-go-jsonnet) | [![Build Status](https://gitlab.com/craigfurman/asdf-go-jsonnet/badges/master/pipeline.svg)](https://gitlab.com/craigfurman/asdf-go-jsonnet/-/pipelines) | | go-jira | [dguihal/asdf-go-jira](https://github.com/dguihal/asdf-go-jira) | [![GitHub Actions Status](https://github.com/dguihal/asdf-go-jira/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/dguihal/asdf-go-jira/actions) | | GoHugo | [nklmilojevic/asdf-hugo](https://github.com/nklmilojevic/asdf-hugo) | [![Build Status](https://github.com/nklmilojevic/asdf-hugo/actions/workflows/build.yml/badge.svg)](https://github.com/nklmilojevic/asdf-hugo/actions) | diff --git a/plugins/go-getter b/plugins/go-getter new file mode 100644 index 0000000..ed0b7cc --- /dev/null +++ b/plugins/go-getter @@ -0,0 +1 @@ +repository = https://github.com/ryodocx/asdf-go-getter.git