simpleauth/go.mod

15 lines
317 B
Modula-2
Raw Permalink Normal View History

module git.woozle.org/neale/simpleauth
2021-08-15 11:03:25 -06:00
2023-02-20 17:38:51 -07:00
go 1.18
2022-09-07 20:41:23 -06:00
require (
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
2023-02-20 17:38:51 -07:00
gopkg.in/yaml.v3 v3.0.1
)
require (
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
)