gaum
gaum copied to clipboard
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...
 This pull request adds a [GitHub Action] workflow file that executes ShiftLeft CORE's NextGen Static Application Security Testing (NG SAST) on this PR. Once merged, it will also...
An Insert...Returning query that returns a single value that works with, say ```golang var x []struct { X bool } query.Returning("true AS x").Fetch(ctx, &x) ``` fails to run as ```golang...