diff --git a/cmd/server/main.go b/cmd/server/main.go index ca92e17..78e225a 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -10,7 +10,7 @@ import ( "syscall" "time" - "git.scity.us/TAI/TA-Deployment-Broker/internal/app" + "example.com/tapm/deployment-broker/internal/app" ) func main() { diff --git a/go.mod b/go.mod index 238b1ed..224c07a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.scity.us/TAI/TA-Deployment-Broker +module example.com/tapm/deployment-broker go 1.24