1module github.com/chenzhuoyu/iasm 2 3go 1.16 4 5require ( 6 github.com/davecgh/go-spew v1.1.1 7 github.com/klauspost/cpuid/v2 v2.0.9 8 github.com/knz/go-libedit v1.10.1 9 github.com/stretchr/testify v1.7.0 10 nullprogram.com/x/optparse v1.0.0 11)
View as plain text