...

Text file src/github.com/fergusstrange/embedded-postgres/go.mod

Documentation: github.com/fergusstrange/embedded-postgres

     1module github.com/fergusstrange/embedded-postgres
     2
     3go 1.18
     4
     5require (
     6	github.com/lib/pq v1.10.4
     7	github.com/stretchr/testify v1.7.0
     8	github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
     9	go.uber.org/goleak v1.1.12
    10)
    11
    12require (
    13	github.com/davecgh/go-spew v1.1.0 // indirect
    14	github.com/pmezard/go-difflib v1.0.0 // indirect
    15	gopkg.in/yaml.v3 v3.0.0 // indirect
    16)

View as plain text