diff --git a/.all-contributorsrc b/.all-contributorsrc index 20c8ee70..b5c07c36 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -735,8 +735,14 @@ "name": "Alex Fornuto", "avatar_url": "https://avatars3.githubusercontent.com/u/2349184?v=4", "profile": "http://alexfornuto.com", + "contributions": [] + }, + { + "login": "stevenwhitehead", + "name": "stevenwhitehead", + "avatar_url": "https://avatars0.githubusercontent.com/u/30630257?v=4", + "profile": "https://github.com/stevenwhitehead", "contributions": [ - "code" ] } ], diff --git a/README.md b/README.md index fbdf7697..0d0ce147 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![All Contributors](https://img.shields.io/badge/all_contributors-104-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-105-orange.svg?style=flat-square)](#contributors) [![Build Status](https://travis-ci.com/wtfutil/wtf.svg?branch=master)](https://travis-ci.com/wtfutil/wtf) [![Twitter](https://img.shields.io/badge/follow-on%20twitter-blue.svg)](https://twitter.com/wtfutil) [![Go Report Card](https://goreportcard.com/badge/github.com/wtfutil/wtf)](https://goreportcard.com/report/github.com/wtfutil/wtf) @@ -211,7 +211,7 @@ Dependency management in WTF is handled by [Go modules](https://github.com/golan | [Bob 'Wombat' Hogg
Bob 'Wombat' Hogg](https://github.com/rwhogg)
| [Christopher Hall
Christopher Hall](https://github.com/hxw)
| [Heitor Neiva
Heitor Neiva](https://github.com/hneiva)
| [Herby Gillot
Herby Gillot](https://github.com/herbygillot)
| [James Canning
James Canning](http://brudil.com)
| [jeffz
jeffz](https://twitter.com/jeffz4000)
| [Mikkel Jeppesen Juhl
Mikkel Jeppesen Juhl](https://mikkeljuhl.com)
| | [Erik
Erik](https://github.com/lesteenman)
| [Nate Yourchuck
Nate Yourchuck](https://github.com/nyourchuck)
| [Casey Primozic
Casey Primozic](https://cprimozic.net/)
| [Alvaro [Andor]
Alvaro [Andor]](http://pierdelacabeza.com/maruja)
| [Joel Valentine
Joel Valentine](https://github.com/Midnight-Conqueror)
| [Viktor Braun
Viktor Braun](https://www.viktor-braun.de)
| [ChrisDBrown
ChrisDBrown](https://www.chrisdbrown.co.uk/)
| | [Narendra L
Narendra L](https://narengowda.github.io/)
| [ibaum
ibaum](https://github.com/ibaum)
| [Tim Scheuermann
Tim Scheuermann](https://github.com/noxer)
| [Indradhanush Gupta
Indradhanush Gupta](https://indradhanush.github.io/)
| [Victor Hugo Avelar Ossorio
Victor Hugo Avelar Ossorio](https://victoravelar.com)
| [Steven Whitehead
Steven Whitehead](https://github.com/scw007)
| [Lawrence Craft
Lawrence Craft](https://github.com/lawrencecraft)
| -| [Avi Press
Avi Press](http://avi.press)
| [Sarah Kraßnigg
Sarah Kraßnigg](https://github.com/Tardog)
| [Jason Schweier
Jason Schweier](http://jmks.ca)
| [Massa
Massa](https://github.com/massa1240)
| [Vighnesh SK
Vighnesh SK](http://boot-error.github.io)
| [Alex Fornuto
Alex Fornuto](http://alexfornuto.com)
[💻](https://github.com/wtfutil/wtf/commits?author=alexfornuto "Code") | +| [Avi Press
Avi Press](http://avi.press)
| [Sarah Kraßnigg
Sarah Kraßnigg](https://github.com/Tardog)
| [Jason Schweier
Jason Schweier](http://jmks.ca)
| [Massa
Massa](https://github.com/massa1240)
| [Vighnesh SK
Vighnesh SK](http://boot-error.github.io)
| [Alex Fornuto
Alex Fornuto](http://alexfornuto.com)
| [stevenwhitehead
stevenwhitehead](https://github.com/stevenwhitehead)
| ## Acknowledgments diff --git a/go.mod b/go.mod index b0cd0d6f..62996a08 100644 --- a/go.mod +++ b/go.mod @@ -81,4 +81,4 @@ require ( k8s.io/klog v1.0.0 // indirect ) -replace github.com/yfronto/newrelic => ./vendor/github.com/yfronto/newrelic \ No newline at end of file +replace github.com/yfronto/newrelic => ./vendor/github.com/yfronto/newrelic