nvchecker: add sqlc

This commit is contained in:
George Rawlinson 2021-10-15 06:43:48 +00:00
parent fe892297c7
commit 904b6e3e02
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -82,6 +82,12 @@ prefix = "r"
# github
[sqlc]
source = "github"
github = "kyleconroy/sqlc"
use_max_tag = true
prefix = "v"
[pypyr]
source = "github"
github = "pypyr/pypyr"