Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
all: bump to Go-1.16
  • Loading branch information
sbinet committed Jan 10, 2022
commit 71a2bf6eedeee35d4482ec9d76c8965575862f10
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/go-python/gpython

go 1.12
go 1.16

require (
github.com/gopherjs/gopherwasm v1.0.0 // indirect
github.com/gopherjs/gopherwasm v1.0.0
github.com/peterh/liner v1.1.0
)