Files
micro-client-http/go.mod
pugnack 3f3c3a4471
Some checks failed
coverage / build (push) Successful in 3m8s
test / test (push) Failing after 18m47s
[v3] fix panic on publish methods (#167)
* move publish methods to a separate file
* reorder client methods
* fix panic for publish
* refactoring
* go mod tidy
* rename go.micro => micro
* add comment to README about Set-Cookie headers
2025-10-29 09:20:04 +03:00

27 lines
850 B
Modula-2

module go.unistack.org/micro-client-http/v3
go 1.24.0
toolchain go1.24.3
require (
github.com/stretchr/testify v1.11.1
go.unistack.org/micro-codec-json/v3 v3.10.3
go.unistack.org/micro/v3 v3.11.48
google.golang.org/protobuf v1.36.10
)
require (
github.com/ash3in/uuidv8 v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/matoous/go-nanoid v1.5.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
golang.org/x/sys v0.36.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect
google.golang.org/grpc v1.75.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)