| 123456789101112131415161718192021222324252627282930313233343536 |
- module github.com/mk6i/retro-aim-server
- go 1.24.2
- require (
- github.com/golang-migrate/migrate/v4 v4.18.3
- github.com/google/uuid v1.6.0
- github.com/joho/godotenv v1.5.1
- github.com/kelseyhightower/envconfig v1.4.0
- github.com/mitchellh/go-wordwrap v1.0.1
- github.com/patrickmn/go-cache v2.1.0+incompatible
- github.com/stretchr/testify v1.10.0
- golang.org/x/net v0.39.0
- golang.org/x/sync v0.13.0
- golang.org/x/time v0.11.0
- modernc.org/sqlite v1.37.0
- )
- require (
- github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/dustin/go-humanize v1.0.1 // indirect
- github.com/hashicorp/errwrap v1.1.0 // indirect
- github.com/hashicorp/go-multierror v1.1.1 // indirect
- github.com/mattn/go-isatty v0.0.20 // indirect
- github.com/ncruces/go-strftime v0.1.9 // indirect
- github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
- github.com/stretchr/objx v0.5.2 // indirect
- go.uber.org/atomic v1.11.0 // indirect
- golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
- golang.org/x/sys v0.32.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
- modernc.org/libc v1.65.0 // indirect
- modernc.org/mathutil v1.7.1 // indirect
- modernc.org/memory v1.10.0 // indirect
- )
|