1234567891011121314151617 |
- module git.clearsky.net.au/cody/gex.git
- go 1.23.4
- require modernc.org/sqlite v1.34.5
- require (
- github.com/dustin/go-humanize v1.0.1
- github.com/google/uuid v1.6.0
- github.com/mattn/go-isatty v0.0.20
- github.com/ncruces/go-strftime v0.1.9
- github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
- golang.org/x/sys v0.22.0
- modernc.org/libc v1.55.3
- modernc.org/mathutil v1.6.0
- modernc.org/memory v1.8.0
- )
|