simpleauth/go.mod

9 lines
172 B
Modula-2
Raw Normal View History

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
require (
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
github.com/stretchr/testify v1.8.1 // indirect
)