chore: update latest, add achievements field in works

This commit is contained in:
Jesús Pérez 2024-08-24 22:56:14 +01:00
parent f0e8f8fa94
commit 6d532aed85
No known key found for this signature in database
5 changed files with 57 additions and 56 deletions

1
bin/run.sh Executable file
View File

@ -0,0 +1 @@
#!/bin/bash

6
go.mod
View File

@ -43,8 +43,8 @@ require (
google.golang.org/protobuf v1.27.1 // indirect
)
replace github.com/jesusperez/cfgsrv => ../lib/cfgsrv
replace github.com/jesusperez/cfgsrv => ../lib-cfgsrv
replace github.com/jesusperez/cvdata => ../lib/cvdata
replace github.com/jesusperez/cvdata => ../lib-cvdata
replace github.com/jesusperez/datautils => ../lib/datautils
replace github.com/jesusperez/datautils => ../lib-datautils