go-kratos--kratos
6cf6f95f58
CodeQL / Analyze (push) Has been cancelled
Sync to Gitee / Run (push) Has been cancelled
Go / build & test (1.25.x) (push) Has been cancelled
Go / build & test (1.26.x) (push) Has been cancelled
Lint / resolve module (push) Has been cancelled
Lint / lint module (push) Has been cancelled
16 行
339 B
Modula-2
16 行
339 B
Modula-2
module github.com/go-kratos/kratos/contrib/encoding/msgpack/v3
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/go-kratos/kratos/v3 v3.0.0
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
)
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
)
|
|
|
|
replace github.com/go-kratos/kratos/v3 => ../../../
|