mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-04 11:19:53 -06:00
20 lines
472 B
Modula-2
20 lines
472 B
Modula-2
module github.com/eduardolat/pgbackweb
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.54.20
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/maragudk/gomponents v0.20.4
|
|
github.com/orsinium-labs/enum v1.4.0
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|