github.com/coming-chat/gomobile@v0.0.0-20220601074111-56995f7d7aba/go.mod (about)

     1  module github.com/coming-chat/gomobile
     2  
     3  go 1.16
     4  
     5  require (
     6  	golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56
     7  	golang.org/x/image v0.0.0-20190802002840-cff245a6509b
     8  	golang.org/x/mod v0.4.2
     9  	golang.org/x/tools v0.1.8-0.20211022200916-316ba0b74098
    10  )