| 1234567891011121314151617181920212223242526272829303132333435 |
- module github.com/mk6i/open-oscar-server
- go 1.26.2
- require (
- github.com/breign/goAMF3 v1.0.1-0.20250916173039-e43798221950
- github.com/golang-migrate/migrate/v4 v4.19.1
- 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.11.1
- golang.org/x/net v0.48.0
- golang.org/x/sync v0.19.0
- golang.org/x/time v0.14.0
- modernc.org/sqlite v1.40.1
- )
- require (
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
- github.com/dustin/go-humanize v1.0.1 // indirect
- github.com/mattn/go-isatty v0.0.20 // indirect
- github.com/ncruces/go-strftime v1.0.0 // indirect
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
- github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
- github.com/stretchr/objx v0.5.3 // indirect
- golang.org/x/exp v0.0.0-20251125195548-87e1e737ad39 // indirect
- golang.org/x/sys v0.39.0 // indirect
- golang.org/x/tools v0.40.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
- modernc.org/libc v1.67.1 // indirect
- modernc.org/mathutil v1.7.1 // indirect
- modernc.org/memory v1.11.0 // indirect
- )
|