chore: update latest, add achievements field in works
This commit is contained in:
parent
f0e8f8fa94
commit
6d532aed85
5 changed files with 57 additions and 56 deletions
1
bin/run.sh
Executable file
1
bin/run.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
#!/bin/bash
|
||||
6
go.mod
6
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue