nettools/go.mod

17 lines
564 B
Modula-2
Raw Permalink Normal View History

2024-11-12 08:59:34 +00:00
module git.mic.pp.ua/anderson/nettools
2024-11-12 08:10:09 +00:00
go 1.23.1
2024-11-12 08:45:45 +00:00
require (
2024-11-12 10:08:08 +00:00
github.com/golang-migrate/migrate/v4 v4.18.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
2024-11-12 08:45:45 +00:00
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.7.1 // indirect
github.com/matchsystems/werr v0.1.3 // indirect
2024-11-12 10:08:08 +00:00
go.uber.org/atomic v1.7.0 // indirect
2024-11-12 08:45:45 +00:00
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/text v0.18.0 // indirect
)