Skip to content

Commit 1c8a98f

Browse files
updateclibot[bot]updatecli
and
updatecli
authored
deps(golang): Bump Minor version for Golang module (#88)
* chore: deps(go): bump module github.com/golang-migrate/migrate/v4 to ... ... v4.17.0 Made with ❤️️ by updatecli * chore: clean: go mod tidy Made with ❤️️ by updatecli * chore: deps(go): bump module github.com/spf13/cobra to v1.8.0 Made with ❤️️ by updatecli * chore: clean: go mod tidy Made with ❤️️ by updatecli * chore: deps(go): bump module github.com/google/uuid to v1.6.0 Made with ❤️️ by updatecli * chore: clean: go mod tidy Made with ❤️️ by updatecli * chore: deps(go): bump module github.com/spf13/viper to v1.18.2 Made with ❤️️ by updatecli * chore: clean: go mod tidy Made with ❤️️ by updatecli * chore: deps(go): bump module github.com/auth0/go-jwt-middleware/v2 to... ... v2.2.1 Made with ❤️️ by updatecli * chore: clean: go mod tidy Made with ❤️️ by updatecli * chore: deps(go): bump module github.com/updatecli/updatecli to v0.74.0 Made with ❤️️ by updatecli * chore: clean: go mod tidy Made with ❤️️ by updatecli * chore: deps(go): bump module github.com/jackc/pgx/v5 to v5.5.5 Made with ❤️️ by updatecli * chore: clean: go mod tidy Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <[email protected]>
1 parent 27bb535 commit 1c8a98f

File tree

2 files changed

+106
-523
lines changed

2 files changed

+106
-523
lines changed

go.mod

+27-24
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
module github.com/updatecli/udash
22

3-
go 1.22
3+
go 1.22.1
44

55
require (
6-
github.com/auth0/go-jwt-middleware/v2 v2.1.0
7-
github.com/fsnotify/fsnotify v1.6.0
6+
github.com/auth0/go-jwt-middleware/v2 v2.2.1
7+
github.com/fsnotify/fsnotify v1.7.0
88
github.com/gin-gonic/gin v1.9.1
9-
github.com/golang-migrate/migrate/v4 v4.16.2
10-
github.com/google/uuid v1.3.1
11-
github.com/jackc/pgx/v5 v5.5.4
9+
github.com/golang-migrate/migrate/v4 v4.17.0
10+
github.com/google/uuid v1.6.0
11+
github.com/jackc/pgx/v5 v5.5.5
1212
github.com/sirupsen/logrus v1.9.3
13-
github.com/spf13/cobra v1.7.0
14-
github.com/spf13/viper v1.16.0
15-
github.com/updatecli/updatecli v0.58.0
13+
github.com/spf13/cobra v1.8.0
14+
github.com/spf13/viper v1.18.2
15+
github.com/updatecli/updatecli v0.74.0
1616
)
1717

1818
require (
@@ -22,11 +22,11 @@ require (
2222
github.com/gin-contrib/sse v0.1.0 // indirect
2323
github.com/go-playground/locales v0.14.1 // indirect
2424
github.com/go-playground/universal-translator v0.18.1 // indirect
25-
github.com/go-playground/validator/v10 v10.14.0 // indirect
25+
github.com/go-playground/validator/v10 v10.16.0 // indirect
2626
github.com/goccy/go-json v0.10.2 // indirect
2727
github.com/hashicorp/errwrap v1.1.0 // indirect
2828
github.com/hashicorp/go-multierror v1.1.1 // indirect
29-
github.com/hashicorp/hcl v1.0.0 // indirect
29+
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
3030
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3131
github.com/jackc/pgpassfile v1.0.0 // indirect
3232
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
@@ -36,29 +36,32 @@ require (
3636
github.com/leodido/go-urn v1.2.4 // indirect
3737
github.com/lib/pq v1.10.9 // indirect
3838
github.com/magiconair/properties v1.8.7 // indirect
39-
github.com/mattn/go-isatty v0.0.19 // indirect
39+
github.com/mattn/go-isatty v0.0.20 // indirect
4040
github.com/mitchellh/mapstructure v1.5.0 // indirect
4141
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4242
github.com/modern-go/reflect2 v1.0.2 // indirect
43-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
44-
github.com/pkg/errors v0.9.1 // indirect
43+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
4544
github.com/rogpeppe/go-internal v1.10.0 // indirect
46-
github.com/spf13/afero v1.9.5 // indirect
47-
github.com/spf13/cast v1.5.1 // indirect
48-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
45+
github.com/sagikazarmark/locafero v0.4.0 // indirect
46+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
47+
github.com/sourcegraph/conc v0.3.0 // indirect
48+
github.com/spf13/afero v1.11.0 // indirect
49+
github.com/spf13/cast v1.6.0 // indirect
4950
github.com/spf13/pflag v1.0.5 // indirect
50-
github.com/subosito/gotenv v1.4.2 // indirect
51+
github.com/subosito/gotenv v1.6.0 // indirect
5152
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
5253
github.com/ugorji/go/codec v1.2.11 // indirect
5354
go.uber.org/atomic v1.11.0 // indirect
55+
go.uber.org/multierr v1.9.0 // indirect
5456
golang.org/x/arch v0.3.0 // indirect
55-
golang.org/x/crypto v0.17.0 // indirect
56-
golang.org/x/net v0.14.0 // indirect
57-
golang.org/x/sync v0.2.0 // indirect
58-
golang.org/x/sys v0.15.0 // indirect
57+
golang.org/x/crypto v0.21.0 // indirect
58+
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
59+
golang.org/x/net v0.22.0 // indirect
60+
golang.org/x/sync v0.6.0 // indirect
61+
golang.org/x/sys v0.18.0 // indirect
5962
golang.org/x/text v0.14.0 // indirect
60-
google.golang.org/protobuf v1.31.0 // indirect
63+
google.golang.org/protobuf v1.32.0 // indirect
64+
gopkg.in/go-jose/go-jose.v2 v2.6.2 // indirect
6165
gopkg.in/ini.v1 v1.67.0 // indirect
62-
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
6366
gopkg.in/yaml.v3 v3.0.1 // indirect
6467
)

0 commit comments

Comments
 (0)