Skip to content

Commit f4e79dc

Browse files
committed
Adding the missing go.mod file
1 parent e7745b3 commit f4e79dc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
module github.com/webui-dev/go-webui/v2
1+
module github.com/webui-dev/go-webui
22

3-
retract [v0.0.0, v2.3.0] // Incomplete commits. Please use v2.3.1 and above.
3+
retract [v0.1.0, v2.3.1] // Incomplete commits. Please use v2.3.2 and above.
44

55
go 1.20

v2/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/webui-dev/go-webui/v2
2+
3+
retract [v0.1.0, v2.3.1] // Incomplete commits. Please use v2.3.2 and above.
4+
5+
go 1.20

0 commit comments

Comments
 (0)