Skip to content

Commit

Permalink
fix(docker): update imports from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jarali committed Nov 9, 2023
1 parent aa9a5dc commit 40f2a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/http-proxy-service/proxy/default_manager.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package proxy

import (
"hsfl.de/group6/hsfl-master-ai-cloud-engineering/lib/router"
router "hsfl.de/group6/hsfl-master-ai-cloud-engineering/lib"
"log"
"net/http"
"net/http/httputil"
Expand Down
2 changes: 1 addition & 1 deletion src/http-proxy-service/proxy/manager.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package proxy

import (
"hsfl.de/group6/hsfl-master-ai-cloud-engineering/lib/router"
router "hsfl.de/group6/hsfl-master-ai-cloud-engineering/lib"
"net/http"
"net/http/httputil"
)
Expand Down

0 comments on commit 40f2a73

Please sign in to comment.