mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
29 lines
844 B
Modula-2
29 lines
844 B
Modula-2
module github.com/gofiber/storage/coherence
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/oracle/coherence-go-client/v2 v2.0.0
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
google.golang.org/grpc v1.58.3 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|