26 lines
768 B
Modula-2
26 lines
768 B
Modula-2
module go.unistack.org/micro-server-http/v4
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
go.unistack.org/micro-codec-yaml/v4 v4.0.0
|
|
go.unistack.org/micro-proto/v4 v4.0.1
|
|
go.unistack.org/micro/v4 v4.0.17
|
|
go.unistack.org/protoc-gen-go-micro/v4 v4.0.13
|
|
golang.org/x/net v0.22.0
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/gnostic v0.7.0 // indirect
|
|
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
|
|
golang.org/x/mod v0.16.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/tools v0.19.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
|
)
|