good morning!!!!

Skip to content
Snippets Groups Projects
go.mod 255 B
Newer Older
module pggat2

go 1.20

Garet Halliday's avatar
Garet Halliday committed
require (
	github.com/google/uuid v1.3.0 // indirect
	github.com/xdg-go/pbkdf2 v1.0.0 // indirect
	github.com/xdg-go/scram v1.1.2 // indirect
	github.com/xdg-go/stringprep v1.0.4 // indirect
	golang.org/x/text v0.3.8 // indirect
)