module github.com/dromara/dongle

go 1.16

require (
	github.com/emmansun/gmsm v0.15.5
	github.com/stretchr/testify v1.7.0
	golang.org/x/crypto v0.4.0
)
