-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #260 from visualfc/gop119
gop v1.1.9
- Loading branch information
Showing
10 changed files
with
64 additions
and
291 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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,18 +1,19 @@ | ||
module github.com/goplus/igop | ||
|
||
go 1.14 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/goplus/gop v1.1.4-0.20230902092212-f673ef3ba3c9 | ||
github.com/goplus/gox v1.11.37 | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 | ||
github.com/goplus/gop v1.1.9 | ||
github.com/goplus/gox v1.12.8 | ||
github.com/goplus/reflectx v1.2.1 | ||
github.com/modern-go/reflect2 v1.0.2 | ||
github.com/peterh/liner v1.2.2 | ||
github.com/qiniu/x v1.11.9 | ||
github.com/qiniu/x v1.13.1 | ||
github.com/visualfc/funcval v0.1.4 | ||
github.com/visualfc/gid v0.1.0 | ||
github.com/visualfc/goembed v0.3.2 | ||
github.com/visualfc/xtype v0.2.0 | ||
golang.org/x/mod v0.12.0 | ||
golang.org/x/tools v0.13.0 | ||
golang.org/x/mod v0.13.0 | ||
golang.org/x/tools v0.14.0 | ||
) |
Oops, something went wrong.