go.mod 485 B

123456789101112131415
  1. module git.alfi.li/gamelang/gdnative-go
  2. require (
  3. github.com/alecthomas/kong v0.2.9
  4. github.com/fatih/camelcase v1.0.0 // indirect
  5. github.com/magefile/mage v1.9.0
  6. github.com/pinzolo/casee v0.0.0-20160729104318-956b6baf666a
  7. github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
  8. github.com/vitaminwater/cgo.wchar v0.0.0-20160320123332-5dd6f4be3f2a
  9. golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
  10. golang.org/x/tools v0.1.8 // indirect
  11. )
  12. go 1.14