Skip to content

Commit

Permalink
gop v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Oct 20, 2021
1 parent 51e00cb commit d752144
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ igop - The Go+ interpreter (still in beta version)

* [yaegi](https://github.com/traefik/yaegi)
* [gomacro](https://github.com/cosmos72/gomacro)
* [ssa](https://github.com/goplus/interp)
* [igo](https://github.com/goplus/igo)

## How to build
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/cosmos72/gomacro v0.0.0-20210624153544-b4935e406a41
github.com/goplus/gop v1.0.14
github.com/goplus/gop v1.0.16
github.com/goplus/gox v1.7.10
github.com/goplus/igo v0.3.0
github.com/goplus/interp v0.1.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ github.com/cosmos72/gomacro v0.0.0-20210624153544-b4935e406a41/go.mod h1:h3apSc2
github.com/goplus/gop v1.0.13/go.mod h1:oo5V2tps5zZxzPXqnO1ENeXOVBIjQnMRI8ZIRCQ72rk=
github.com/goplus/gop v1.0.14 h1:tjsnvzROVe3Z1wUnAk42irwvAG5N9KR6D36mo9CaTJg=
github.com/goplus/gop v1.0.14/go.mod h1:oo5V2tps5zZxzPXqnO1ENeXOVBIjQnMRI8ZIRCQ72rk=
github.com/goplus/gop v1.0.16 h1:D9yz0p/IG+ACmJEdkMKDIf+03je7lcc/frgxw4H0kDw=
github.com/goplus/gop v1.0.16/go.mod h1:oo5V2tps5zZxzPXqnO1ENeXOVBIjQnMRI8ZIRCQ72rk=
github.com/goplus/gox v1.7.10 h1:gjJSI7h80BfmyuuZE9YJX7xZPrd8MxipirqcI3exoyE=
github.com/goplus/gox v1.7.10/go.mod h1:orZ6Mr9qqB4BVaVCMp/cypMtkn0Fp5XUE7e5uqjZATA=
github.com/goplus/igo v0.3.0 h1:InN/Ol4xHD1/EMBEtZpB1EG1RWUccGNY75DsYrWnrsE=
Expand Down

0 comments on commit d752144

Please sign in to comment.