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.

14 lines
260 B

module git.oa00.com/go/otosaas
go 1.17
require (
github.com/google/uuid v1.3.0
github.com/tjfoc/gmsm v1.4.1
)
require (
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
)