2022-11-12 16:49:30 -07:00
|
|
|
module git.woozle.org/neale/simpleauth
|
2021-08-15 11:03:25 -06:00
|
|
|
|
|
|
|
go 1.13
|
2022-09-07 20:41:23 -06:00
|
|
|
|
2022-11-12 16:49:30 -07:00
|
|
|
require (
|
|
|
|
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
|
|
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
|
|
)
|