github.com/goplus/gop@v1.2.6/go.mod (about)

     1  module github.com/goplus/gop
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.7.0
     7  	github.com/goplus/c2go v0.7.26
     8  	github.com/goplus/gogen v1.15.2
     9  	github.com/goplus/mod v0.13.10
    10  	github.com/qiniu/x v1.13.10
    11  	golang.org/x/tools v0.19.0
    12  )
    13  
    14  require (
    15  	github.com/json-iterator/go v1.1.12 // indirect
    16  	github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
    17  	github.com/modern-go/reflect2 v1.0.2 // indirect
    18  	golang.org/x/mod v0.17.0 // indirect
    19  	golang.org/x/sys v0.18.0 // indirect
    20  )
    21  
    22  retract v1.1.12