module example
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/arnaucube/go-blindsecp256k1 v0.0.0-20210209195150-ac5d00b89229
|
|
github.com/gin-gonic/gin v1.6.3 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|