2022-06-21 11:10:38 -06:00
|
|
|
module suah.dev/gitle
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
2022-06-21 15:33:16 -06:00
|
|
|
require (
|
|
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
|
|
|
suah.dev/gitkit v0.0.0-20220621212808-66c835b2b4a7
|
|
|
|
suah.dev/protect v1.2.0
|
|
|
|
)
|
2022-06-21 11:10:38 -06:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
|
|
|
|
)
|