module github.com/kaptinlin/messageformat-go

go 1.26

require (
	github.com/Rhymond/go-money v1.0.15
	github.com/dromara/carbon/v2 v2.6.16
	github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e
	github.com/stretchr/testify v1.11.1
	golang.org/x/text v0.35.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)
