diff --git a/main.go b/main.go index e85b46b..69effdc 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ package main import ( "flag" - "github.com/oevermod/serve-core" + "git.e2m.io/hybris/serve-core" ) var path = flag.String("f", "", "directory/file to be served")