Skip to content

Commit 4a66cd1

Browse files
committed
refactor: remove explicit mod version
1 parent da19405 commit 4a66cd1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/create-wekit-app/create-app.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,7 @@ export async function createApp({ appPath }: { appPath: string }): Promise<void>
501501
stripIndents`
502502
module github.com/jungvonmatt/${appName}
503503
504-
go 1.17
505-
506-
require github.com/jungvonmatt/wekit/hugo-modules/core v0.7.5`
504+
go 1.17`
507505
);
508506

509507
await outputFile(

0 commit comments

Comments
 (0)