nvchecker: add sqlboiler
This commit is contained in:
parent
b3eee2de38
commit
77a5f916b3
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,12 @@ github = "jellyfin/jellyfin"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
|
||||||
|
[sqlboiler]
|
||||||
|
source = "github"
|
||||||
|
github = "volatiletech/sqlboiler"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[ksuid]
|
[ksuid]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "segmentio/ksuid"
|
github = "segmentio/ksuid"
|
||||||
|
|
Loading…
Reference in a new issue