simpleauth/go.mod

11 lines
279 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
2023-02-18 21:01:36 -07:00
github.com/kr/pretty v0.3.1 // indirect
github.com/stretchr/testify v1.8.1 // indirect
2023-02-18 21:01:36 -07:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)