...

Text file src/github.com/tetratelabs/wazero/go.mod

Documentation: github.com/tetratelabs/wazero

     1module github.com/tetratelabs/wazero
     2
     3// Floor Go version of wazero (current - 2)
     4go 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.
     8retract (
     9	v1.0.0-beta1
    10	v1.0.0-beta.3
    11	v1.0.0-beta.2
    12	v1.0.0-beta.1
    13)

View as plain text