coder/coderd/rbac/regosql/sqltypes
Kyle Carberry 22e781eced
chore: add /v2 to import module path (#9072)
* chore: add /v2 to import module path

go mod requires semantic versioning with versions greater than 1.x

This was a mechanical update by running:
```
go install github.com/marwan-at-work/mod/cmd/mod@latest
mod upgrade
```

Migrate generated files to import /v2

* Fix gen
2023-08-18 18:55:43 +00:00
..
always_false.go chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
array.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
binary.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
bool.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
doc.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
equality.go chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
equality_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
gen.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
member.go chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
member_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
node.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
number.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
parens.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
string.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
variable.go chore: format Go more aggressively 2023-02-18 18:32:09 -06:00