module gitee.com/chentanyang/ogx

go 1.18

require (
	github.com/jinzhu/inflection v1.0.0
	github.com/stretchr/testify v1.7.0
	github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc
	github.com/vmihailenco/msgpack/v5 v5.3.5
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/kr/pretty v0.1.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
	golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)