feat: Updated package path to match repo
This commit is contained in:
+3
-3
@@ -1,4 +1,4 @@
|
||||
module github.com/mrhid6/vantage/sitesvc
|
||||
module gitea.hostxtra.co.uk/mrhid6/vantage/sitesvc
|
||||
|
||||
go 1.26
|
||||
|
||||
@@ -11,7 +11,7 @@ require (
|
||||
|
||||
require (
|
||||
github.com/klauspost/compress v1.17.6 // indirect
|
||||
github.com/mrhid6/vantage/shared v0.0.0
|
||||
gitea.hostxtra.co.uk/mrhid6/vantage/shared v0.0.0
|
||||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
||||
github.com/xdg-go/scram v1.2.0 // indirect
|
||||
github.com/xdg-go/stringprep v1.0.4 // indirect
|
||||
@@ -20,4 +20,4 @@ require (
|
||||
golang.org/x/text v0.40.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/mrhid6/vantage/shared => ../shared
|
||||
replace gitea.hostxtra.co.uk/mrhid6/vantage/shared => ../shared
|
||||
|
||||
Reference in New Issue
Block a user