github.com/greenpau/go-identity@v1.1.6/go.mod (about) 1 module github.com/greenpau/go-identity 2 3 go 1.15 4 5 require ( 6 github.com/google/go-cmp v0.5.6 7 github.com/greenpau/versioned v1.0.26 8 github.com/iancoleman/strcase v0.2.0 9 github.com/satori/go.uuid v1.2.0 10 github.com/urfave/cli/v2 v2.3.0 11 go.uber.org/zap v1.19.0 12 golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e 13 )