Files
micro-server-http/go.mod
pugnack ea3b2e5f4c
All checks were successful
test / test (push) Successful in 3m50s
[v3] rename .gitea to .github (#215)
* rename .gitea to .github

* attempt to fix lint job

* attempt to fix test job

* attempt to fix lint/test job
2025-04-28 09:52:19 +03:00

27 lines
785 B
Modula-2

module go.unistack.org/micro-server-http/v3
go 1.22.2
toolchain go1.24.2
require (
go.unistack.org/micro-client-http/v3 v3.9.15
go.unistack.org/micro-codec-yaml/v3 v3.10.3
go.unistack.org/micro-proto/v3 v3.4.1
go.unistack.org/micro/v3 v3.11.41
golang.org/x/net v0.33.0
)
require (
github.com/ash3in/uuidv8 v1.2.0 // indirect
github.com/google/gnostic v0.7.0 // indirect
github.com/google/gnostic-models v0.6.9 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/matoous/go-nanoid v1.5.1 // indirect
golang.org/x/sys v0.28.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
google.golang.org/grpc v1.69.2 // indirect
google.golang.org/protobuf v1.36.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)