diff --git a/README.md b/README.md index 021f21f6..2ffc3522 100644 --- a/README.md +++ b/README.md @@ -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).