mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update dasel description and change category (#3324)
* Add dasel to data-structures * Add dasel to devops tools * Remove dasel from data-structures * Update dasel description * Update dasel description * Move dasel to query language category * Update README.md
This commit is contained in:
parent
6ea4cbd42d
commit
b06fc8f965
@ -1474,6 +1474,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
## Query Language
|
||||
|
||||
* [api-fu](https://github.com/ccbrown/api-fu) - Comprehensive GraphQL implementation.
|
||||
* [dasel](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to jq/yq but supports JSON, YAML, TOML and XML with zero runtime dependencies.
|
||||
* [gojsonq](https://github.com/thedevsaddam/gojsonq) - A simple Go package to Query over JSON Data.
|
||||
* [graphql](https://github.com/tmc/graphql) - graphql parser + utilities.
|
||||
* [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use.
|
||||
@ -2317,7 +2318,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [bombardier](https://github.com/codesenberg/bombardier) - Fast cross-platform HTTP benchmarking tool.
|
||||
* [bosun](https://github.com/bosun-monitor/bosun) - Time Series Alerting Framework.
|
||||
* [cassowary](https://github.com/rogerwelin/cassowary) - Modern cross-platform HTTP load-testing tool written in Go.
|
||||
* [dasel](https://github.com/tomwright/dasel) - Query and update JSON/YAML files from the command line.
|
||||
* [DepCharge](https://github.com/centerorbit/depcharge) - Helps orchestrating the execution of commands across the many dependencies in larger projects.
|
||||
* [Dockerfile-Generator](https://github.com/ozankasikci/dockerfile-generator) - A go library and an executable that produces valid Dockerfiles using various input channels.
|
||||
* [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart).
|
||||
|
Loading…
Reference in New Issue
Block a user