github.com/wasilibs/wazerox@v0.0.0-20240124024944-4923be63ab5f/go.mod (about) 1 module github.com/wasilibs/wazerox 2 3 // Floor Go version of wazero (current - 2) 4 go 1.19 5 6 // All the beta tags are retracted and replaced with "pre" to prevent users 7 // from accidentally upgrading into the broken beta 1. 8 retract ( 9 v1.0.0-beta1 10 v1.0.0-beta.3 11 v1.0.0-beta.2 12 v1.0.0-beta.1 13 )