moving to codeberg

This commit is contained in:
2025-12-02 20:18:27 +01:00
parent a1b3fe6f25
commit a9b4f94986
36 changed files with 225 additions and 128 deletions

View File

@@ -1,4 +1,4 @@
module github.com/tlinden/ephemerup/upctl
module codeberg.org/scip/ephemerup/upctl
go 1.18
@@ -10,7 +10,7 @@ require (
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.15.0
github.com/tlinden/ephemerup/common v0.0.0-00010101000000-000000000000
codeberg.org/scip/ephemerup/common v0.0.0-00010101000000-000000000000
)
require (
@@ -51,4 +51,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/tlinden/ephemerup/common => ../common
replace codeberg.org/scip/ephemerup/common => ../common