Skip to content

Commit 61992eb

Browse files
Bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.4.3 to 5.5.4. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.4.3...v5.5.4) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d175f34 commit 61992eb

2 files changed

Lines changed: 3 additions & 94 deletions

File tree

go.mod

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ module github.com/mify-io/mify
33
go 1.21
44

55
require (
6-
github.com/AlecAivazis/survey/v2 v2.3.6
76
github.com/adrg/xdg v0.4.0
87
github.com/briandowns/spinner v1.18.0
98
github.com/docker/docker v24.0.7+incompatible
109
github.com/getkin/kin-openapi v0.88.0
1110
github.com/go-git/go-git/v5 v5.11.0
1211
github.com/go-resty/resty/v2 v2.7.0
1312
github.com/google/uuid v1.3.1
14-
github.com/mitchellh/go-homedir v1.1.0
1513
github.com/otiai10/copy v1.7.0
1614
github.com/pmezard/go-difflib v1.0.0
1715
github.com/samber/lo v1.38.1
@@ -23,7 +21,6 @@ require (
2321
github.com/vbauerster/mpb/v7 v7.3.2
2422
go.uber.org/zap v1.25.0
2523
gopkg.in/yaml.v2 v2.4.0
26-
k8s.io/client-go v0.26.2
2724
)
2825

2926
require (
@@ -36,7 +33,6 @@ require (
3633
github.com/benbjohnson/clock v1.3.5 // indirect
3734
github.com/bytecodealliance/wasmtime-go/v14 v14.0.0 // indirect
3835
github.com/cloudflare/circl v1.3.7 // indirect
39-
github.com/creack/pty v1.1.18 // indirect
4036
github.com/cubicdaiya/gonp v1.0.4 // indirect
4137
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
4238
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
@@ -45,47 +41,38 @@ require (
4541
github.com/docker/distribution v2.8.3+incompatible // indirect
4642
github.com/docker/go-connections v0.4.0 // indirect
4743
github.com/docker/go-units v0.5.0 // indirect
48-
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
4944
github.com/emirpasic/gods v1.18.1 // indirect
5045
github.com/fatih/color v1.13.0 // indirect
5146
github.com/fatih/structtag v1.2.0 // indirect
5247
github.com/fsnotify/fsnotify v1.6.0 // indirect
5348
github.com/ghodss/yaml v1.0.0 // indirect
5449
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
5550
github.com/go-git/go-billy/v5 v5.5.0 // indirect
56-
github.com/go-logr/logr v1.2.4 // indirect
5751
github.com/go-openapi/jsonpointer v0.19.5 // indirect
5852
github.com/go-openapi/swag v0.19.14 // indirect
5953
github.com/go-sql-driver/mysql v1.7.1 // indirect
6054
github.com/gogo/protobuf v1.3.2 // indirect
6155
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6256
github.com/golang/protobuf v1.5.3 // indirect
6357
github.com/google/cel-go v0.18.1 // indirect
64-
github.com/google/gofuzz v1.2.0 // indirect
6558
github.com/hashicorp/hcl v1.0.0 // indirect
66-
github.com/imdario/mergo v0.3.13 // indirect
6759
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6860
github.com/jackc/pgpassfile v1.0.0 // indirect
6961
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
70-
github.com/jackc/pgx/v5 v5.4.3 // indirect
62+
github.com/jackc/pgx/v5 v5.5.4 // indirect
7163
github.com/jackc/puddle/v2 v2.2.1 // indirect
7264
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
7365
github.com/jinzhu/inflection v1.0.0 // indirect
7466
github.com/josharian/intern v1.0.0 // indirect
75-
github.com/json-iterator/go v1.1.12 // indirect
76-
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
7767
github.com/kevinburke/ssh_config v1.2.0 // indirect
7868
github.com/magiconair/properties v1.8.5 // indirect
7969
github.com/mailru/easyjson v0.7.6 // indirect
8070
github.com/mattn/go-colorable v0.1.12 // indirect
8171
github.com/mattn/go-isatty v0.0.14 // indirect
8272
github.com/mattn/go-runewidth v0.0.13 // indirect
8373
github.com/mattn/go-sqlite3 v1.14.17 // indirect
84-
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
8574
github.com/mitchellh/mapstructure v1.4.3 // indirect
8675
github.com/moby/term v0.5.0 // indirect
87-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
88-
github.com/modern-go/reflect2 v1.0.2 // indirect
8976
github.com/morikuni/aec v1.0.0 // indirect
9077
github.com/opencontainers/go-digest v1.0.0 // indirect
9178
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
@@ -114,28 +101,18 @@ require (
114101
golang.org/x/exp v0.0.0-20230724220655-d98519c11495 // indirect
115102
golang.org/x/mod v0.12.0 // indirect
116103
golang.org/x/net v0.19.0 // indirect
117-
golang.org/x/oauth2 v0.11.0 // indirect
118104
golang.org/x/sync v0.4.0 // indirect
119105
golang.org/x/sys v0.15.0 // indirect
120-
golang.org/x/term v0.15.0 // indirect
121106
golang.org/x/text v0.14.0 // indirect
122107
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
123108
golang.org/x/tools v0.13.0 // indirect
124-
google.golang.org/appengine v1.6.7 // indirect
125109
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
126110
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
127111
google.golang.org/grpc v1.59.0 // indirect
128112
google.golang.org/protobuf v1.31.0 // indirect
129-
gopkg.in/inf.v0 v0.9.1 // indirect
130113
gopkg.in/ini.v1 v1.66.2 // indirect
131114
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
132115
gopkg.in/warnings.v0 v0.1.2 // indirect
133116
gopkg.in/yaml.v3 v3.0.1 // indirect
134117
gotest.tools/v3 v3.5.1 // indirect
135-
k8s.io/apimachinery v0.26.2 // indirect
136-
k8s.io/klog/v2 v2.90.1 // indirect
137-
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
138-
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
139-
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
140-
sigs.k8s.io/yaml v1.3.0 // indirect
141118
)

0 commit comments

Comments
 (0)