@@ -9,18 +9,18 @@ import (
99 "path/filepath"
1010 "time"
1111
12- "github.com/Bowl42 /maxx/internal/adapter/client"
13- _ "github.com/Bowl42 /maxx/internal/adapter/provider/antigravity" // Register antigravity adapter
14- _ "github.com/Bowl42 /maxx/internal/adapter/provider/custom" // Register custom adapter
15- "github.com/Bowl42 /maxx/internal/cooldown"
16- "github.com/Bowl42 /maxx/internal/executor"
17- "github.com/Bowl42 /maxx/internal/handler"
18- "github.com/Bowl42 /maxx/internal/repository/cached"
19- "github.com/Bowl42 /maxx/internal/repository/sqlite"
20- "github.com/Bowl42 /maxx/internal/router"
21- "github.com/Bowl42 /maxx/internal/service"
22- "github.com/Bowl42 /maxx/internal/version"
23- "github.com/Bowl42 /maxx/internal/waiter"
12+ "github.com/awsl-project /maxx/internal/adapter/client"
13+ _ "github.com/awsl-project /maxx/internal/adapter/provider/antigravity" // Register antigravity adapter
14+ _ "github.com/awsl-project /maxx/internal/adapter/provider/custom" // Register custom adapter
15+ "github.com/awsl-project /maxx/internal/cooldown"
16+ "github.com/awsl-project /maxx/internal/executor"
17+ "github.com/awsl-project /maxx/internal/handler"
18+ "github.com/awsl-project /maxx/internal/repository/cached"
19+ "github.com/awsl-project /maxx/internal/repository/sqlite"
20+ "github.com/awsl-project /maxx/internal/router"
21+ "github.com/awsl-project /maxx/internal/service"
22+ "github.com/awsl-project /maxx/internal/version"
23+ "github.com/awsl-project /maxx/internal/waiter"
2424)
2525
2626// getDefaultDataDir returns the default data directory path (~/.config/maxx)
0 commit comments