Skip to content

Commit

Permalink
fix go work (#4289)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowinkeyy committed Nov 10, 2023
1 parent e6a9868 commit edc5ccb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions service/go.work
Expand Up @@ -3,4 +3,9 @@ go 1.20
use (
./database
./pay
)

replace (
github.com/labring/sealos/controllers/account => ../controllers/account
github.com/labring/sealos/controllers/user => ../controllers/user
)

0 comments on commit edc5ccb

Please sign in to comment.