Changes
- Update gojq fork. Changes from upstream:
- Reduced memory usage for long running scripts (restore data offset when popping fork)
- Support binding expressions with binary operators, ex
1 // 2 as $v | $v - Fix repeating string to emit an error when the result is too large
- Fix last/1 to be included in builtins/0
- Implement toboolean/0 function
- Implement trims...