-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44923c7
commit 1a16a85
Showing
3 changed files
with
78 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
module demo | ||
|
||
go 1.21.7 | ||
go 1.18 | ||
|
||
require github.com/xhd2015/xgo/runtime v1.0.7 | ||
require github.com/xhd2015/xgo/runtime v1.0.40 | ||
|
||
replace ( | ||
github.com/xhd2015/xgo/runtime => ../../runtime | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
github.com/xhd2015/xgo/runtime v1.0.7 h1:wQxpD7MWoCRaV2TkaIIV4l4mS8DrXUjcSoKOXJyOsZQ= | ||
github.com/xhd2015/xgo/runtime v1.0.7/go.mod h1:Z9uVy/NhTPeR3pvQoOdRvlYnSosJvrM7BySVGPsht6o= | ||
github.com/xhd2015/xgo/runtime v1.0.40 h1:LaVrX3KcbWwJmV7+IOnM71QsNSCCOdw+ipiRYbs0LZs= | ||
github.com/xhd2015/xgo/runtime v1.0.40/go.mod h1:9GBQ2SzJCzpD3T+HRN+2C0TUOGv7qIz4s0mad1xJ8Jo= |