22 lines
653 B
Modula-2
22 lines
653 B
Modula-2
module go.unistack.org/micro-codec-xml/v4
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.10.0
|
|
go.unistack.org/micro-proto/v4 v4.1.0
|
|
go.unistack.org/micro/v4 v4.1.3
|
|
)
|
|
|
|
require (
|
|
github.com/ash3in/uuidv8 v1.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/google/go-cmp v0.6.0 // 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
|
|
google.golang.org/protobuf v1.36.3 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|