Compare commits

...

3 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
94671664ee Update README.md 2025-02-21 21:55:11 +00:00
Sammy Hori
1b4ff80b14 Merge pull request #1576 from MunGell/remove-httpexpect
Remove httpexpect from the data.json for inactivity
2025-02-21 21:55:00 +00:00
Sammy Hori
d2aef72444 Removed httpexpect from the data.json for inactivity
There have been no commits since last October with very few since the October before
2025-02-21 21:53:35 +00:00
2 changed files with 0 additions and 10 deletions

View File

@@ -101,7 +101,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Docker/CLI](https://github.com/docker/cli) _(label: exp/beginner)_ <br> The Docker CLI
- [Dragonfly](https://github.com/dragonflyoss/Dragonfly2) _(label: good first issue)_ <br> Provide efficient, stable and secure file distribution and image acceleration based on p2p technology
- [Helm](https://github.com/kubernetes/helm) _(label: good first issue)_ <br> The Kubernetes Package Manager
- [httpexpect](https://github.com/gavv/httpexpect) _(label: help-wanted)_ <br> End-to-end HTTP and REST API testing for Go.
- [Hugo](https://github.com/gohugoio/hugo) _(label: GoodFirstIssue)_ <br> A Fast and Flexible Static Site Generator built with love in GoLang
- [Kanister](https://github.com/kanisterio/kanister) _(label: good first issue)_ <br> A Data Protection Workflow Management Engine
- [Killgrave](https://github.com/friendsofgo/killgrave) _(label: good first issue)_ <br> Simple way to generate mock servers in Go.

View File

@@ -310,15 +310,6 @@
],
"description": "A Go library for doing the kind of tasks that shell scripts are good at: reading files, executing subprocesses, counting lines, matching strings, and so on. Beginners are very welcome and will get detailed code review and help through the PR process."
},
{
"name": "httpexpect",
"link": "https://github.com/gavv/httpexpect",
"label": "help-wanted",
"technologies": [
"Go"
],
"description": "End-to-end HTTP and REST API testing for Go."
},
{
"name": "Killgrave",
"link": "https://github.com/friendsofgo/killgrave",