moving to codeberg

This commit is contained in:
2025-11-03 09:09:14 +01:00
parent eb39f57199
commit d1702949a2
26 changed files with 190 additions and 224 deletions

View File

@@ -25,8 +25,8 @@ import (
"reflect"
"github.com/dustin/go-humanize"
"github.com/tlinden/anydb/app"
"github.com/tlinden/anydb/cfg"
"codeberg.org/scip/anydb/app"
"codeberg.org/scip/anydb/cfg"
"golang.org/x/term"
//"github.com/alecthomas/repr"
)