From 25b30aa063fc18e48662b86996252eabdcf2f0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JG=C2=B2?= Date: Sun, 23 Jul 2017 07:52:07 +0200 Subject: [PATCH] Add Clairctl as a Go project that uses Viper See #354 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5221c14..848d92d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Many Go projects are built using Viper including: * [Docker Notary](https://github.com/docker/Notary) * [BloomApi](https://www.bloomapi.com/) * [doctl](https://github.com/digitalocean/doctl) +* [Clairctl](https://github.com/jgsqware/clairctl) [![Build Status](https://travis-ci.org/spf13/viper.svg)](https://travis-ci.org/spf13/viper) [![Join the chat at https://gitter.im/spf13/viper](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/spf13/viper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GoDoc](https://godoc.org/github.com/spf13/viper?status.svg)](https://godoc.org/github.com/spf13/viper)