40 lines
1.5 KiB
Modula-2
40 lines
1.5 KiB
Modula-2
module repositories.action2quare.com/ayo/houston
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.1
|
|
|
|
require (
|
|
github.com/Knetic/govaluate v3.0.0+incompatible
|
|
github.com/djherbis/times v1.6.0
|
|
golang.org/x/sys v0.16.0
|
|
golang.org/x/text v0.14.0
|
|
google.golang.org/grpc v1.60.1
|
|
google.golang.org/protobuf v1.32.0
|
|
repositories.action2quare.com/ayo/gocommon v0.0.0-20250625075907-b6e187a0a747
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
|
|
github.com/pires/go-proxyproto v0.7.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
github.com/stretchr/testify v1.8.2 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.1.1 // indirect
|
|
github.com/xdg-go/stringprep v1.0.3 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
|
|
go.mongodb.org/mongo-driver v1.11.6 // indirect
|
|
golang.org/x/crypto v0.18.0 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect
|
|
)
|