diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -3,6 +3,16 @@ module gitlab.com/alexkavon/newsstand go 1.21.3 require ( - github.com/BurntSushi/toml v1.3.2 // indirect - github.com/go-chi/chi/v5 v5.0.10 // indirect + github.com/BurntSushi/toml v1.3.2 + github.com/go-chi/chi/v5 v5.0.10 + github.com/jackc/pgx/v5 v5.5.0 +) + +require ( + github.com/jackc/pgpassfile v1.0.0 // indirect + github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect + github.com/jackc/puddle/v2 v2.2.1 // indirect + golang.org/x/crypto v0.14.0 // indirect + golang.org/x/sync v0.5.0 // indirect + golang.org/x/text v0.14.0 // indirect ) |
