module RDSPostgreSQL

go 1.16

require (
	github.com/lib/pq v1.10.7 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
	github.com/pkg/errors v0.9.1
)