@@ -15,38 +15,23 @@ require (
1515)
1616
1717require (
18- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
19- github.com/Microsoft/go-winio v0.5.2 // indirect
2018 github.com/davecgh/go-spew v1.1.1 // indirect
21- github.com/docker/distribution v2.8.0+incompatible // indirect
22- github.com/docker/docker v20.10.21+incompatible // indirect
23- github.com/docker/go-connections v0.4.0 // indirect
24- github.com/docker/go-units v0.4.0 // indirect
2519 github.com/felixge/httpsnoop v1.0.3 // indirect
26- github.com/gogo/protobuf v1.3.2 // indirect
27- github.com/google/go-cmp v0.5.9 // indirect
28- github.com/google/uuid v1.3.0 // indirect
2920 github.com/jackc/chunkreader/v2 v2.0.1 // indirect
3021 github.com/jackc/pgconn v1.14.3 // indirect
3122 github.com/jackc/pgio v1.0.0 // indirect
3223 github.com/jackc/pgpassfile v1.0.0 // indirect
3324 github.com/jackc/pgproto3/v2 v2.3.3 // indirect
3425 github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
35- github.com/jackc/pgtype v1.14.0 // indirect
26+ github.com/jackc/pgtype v1.14.4 // indirect
3627 github.com/kr/pretty v0.3.0 // indirect
3728 github.com/lib/pq v1.10.7 // indirect
38- github.com/opencontainers/go-digest v1.0.0 // indirect
39- github.com/opencontainers/image-spec v1.0.2 // indirect
4029 github.com/pkg/errors v0.9.1 // indirect
4130 github.com/pmezard/go-difflib v1.0.0 // indirect
4231 github.com/rogpeppe/go-internal v1.9.0 // indirect
43- github.com/sirupsen/logrus v1.9.0 // indirect
4432 go.uber.org/atomic v1.10.0 // indirect
4533 go.uber.org/multierr v1.9.0 // indirect
4634 golang.org/x/crypto v0.33.0 // indirect
47- golang.org/x/net v0.21.0 // indirect
48- golang.org/x/sync v0.11.0 // indirect
49- golang.org/x/sys v0.30.0 // indirect
5035 golang.org/x/text v0.22.0 // indirect
5136 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
5237 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments