-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
351f871
commit 3b67edd
Showing
2 changed files
with
65 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,36 @@ | ||
module github.com/theandrew168/pg2s3 | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.23.6 | ||
|
||
require ( | ||
filippo.io/age v1.1.1 | ||
github.com/BurntSushi/toml v1.3.2 | ||
filippo.io/age v1.2.1 | ||
github.com/BurntSushi/toml v1.4.0 | ||
github.com/coreos/go-systemd/v22 v22.5.0 | ||
github.com/djherbis/buffer v1.2.0 | ||
github.com/go-co-op/gocron/v2 v2.4.0 | ||
github.com/jackc/pgx/v5 v5.5.5 | ||
github.com/minio/minio-go/v7 v7.0.70 | ||
golang.org/x/term v0.19.0 | ||
github.com/go-co-op/gocron/v2 v2.15.0 | ||
github.com/jackc/pgx/v5 v5.7.2 | ||
github.com/minio/minio-go/v7 v7.0.85 | ||
golang.org/x/term v0.29.0 | ||
) | ||
|
||
require ( | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/go-ini/ini v1.67.0 // indirect | ||
github.com/goccy/go-json v0.10.5 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect | ||
github.com/jonboulle/clockwork v0.4.0 // indirect | ||
github.com/klauspost/compress v1.17.8 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.7 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect | ||
github.com/jonboulle/clockwork v0.5.0 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.9 // indirect | ||
github.com/minio/md5-simd v1.1.2 // indirect | ||
github.com/robfig/cron/v3 v3.0.1 // indirect | ||
github.com/rs/xid v1.5.0 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/text v0.15.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
github.com/rs/xid v1.6.0 // indirect | ||
golang.org/x/crypto v0.33.0 // indirect | ||
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect | ||
golang.org/x/net v0.35.0 // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters