27 lines
739 B
Modula-2
27 lines
739 B
Modula-2
module amuz.es/src/go/misc
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.6
|
|
|
|
require (
|
|
github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/minio/sio v0.4.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/valyala/fasthttp v1.59.0
|
|
go.uber.org/multierr v1.11.0
|
|
golang.org/x/text v0.22.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
)
|