You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kratos/contrib/encoding/toml/go.mod

8 lines
156 B

module github.com/go-kratos/kratos/contrib/encoding/toml/v2
go 1.20
require (
github.com/BurntSushi/toml v1.2.1
github.com/go-kratos/kratos/v2 v2.6.1
)