github.com/tetratelabs/wazero@v1.7.3-0.20240513003603-48f702e154b5/go.mod (about)

     1  module github.com/tetratelabs/wazero
     2  
     3  // Floor Go version of wazero (current - 2)
     4  go 1.20
     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  )