15 lines
317 B
Modula-2
15 lines
317 B
Modula-2
module git.woozle.org/neale/simpleauth
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|