From 90b7b2c5974375f1c8ad996707c3e8c5066f20bc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 26 Jul 2026 15:46:08 -0500 Subject: [PATCH] update --- cmd/server/main.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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