go.mod raw

   1  module bootstrap/probe_llvm
   2  
   3  go 1.24
   4  
   5  require bootstrap/llvmpure v0.0.0
   6  
   7  require github.com/ebitengine/purego v0.10.0 // indirect
   8  
   9  replace bootstrap/llvmpure => ../llvmpure
  10