9 lines
137 B
Modula-2
9 lines
137 B
Modula-2
|
module github.com/jcmturner/goidentity/v6
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/hashicorp/go-uuid v1.0.2
|
||
|
github.com/stretchr/testify v1.4.0
|
||
|
)
|