Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Minor version for Golang module #63

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
1a19671
chore: Bump github.com/spf13/viper to v1.17.0
Oct 24, 2023
4150b4b
chore: Run Go mod tidy
Oct 24, 2023
747376c
chore: Bump github.com/updatecli/updatecli to v0.65.0
Oct 24, 2023
488f0fc
chore: Run Go mod tidy
Oct 24, 2023
ba3d256
chore: Bump github.com/fsnotify/fsnotify to v1.7.0
Oct 24, 2023
84db689
chore: Run Go mod tidy
Oct 24, 2023
2086813
chore: Bump github.com/google/uuid to v1.4.0
Oct 26, 2023
dfe016f
chore: Run Go mod tidy
Oct 26, 2023
07c7a36
chore: Bump github.com/updatecli/updatecli to v0.65.1
Oct 27, 2023
181c6cd
chore: Run Go mod tidy
Oct 27, 2023
481a5c8
chore: Bump github.com/jackc/pgx/v5 to v5.5.0
Nov 4, 2023
8a68e08
chore: Run Go mod tidy
Nov 4, 2023
56577c7
chore: Bump github.com/spf13/cobra to v1.8.0
Nov 4, 2023
2ec5198
chore: Run Go mod tidy
Nov 4, 2023
99eebaa
chore: Bump github.com/updatecli/updatecli to v0.66.0
Nov 12, 2023
650037b
chore: Run Go mod tidy
Nov 12, 2023
e2ee3e8
chore: Bump github.com/updatecli/updatecli to v0.66.1
Nov 14, 2023
c057f7b
chore: Run Go mod tidy
Nov 14, 2023
9c6c0d1
chore: Bump github.com/updatecli/updatecli to v0.67.0
Nov 22, 2023
f6f5635
chore: Run Go mod tidy
Nov 22, 2023
44b806c
chore: Bump github.com/updatecli/updatecli to v0.67.1
Nov 25, 2023
6bc5f09
chore: Run Go mod tidy
Nov 25, 2023
f6038c2
chore: Bump github.com/updatecli/updatecli to v0.68.0
Dec 4, 2023
c78bfaa
chore: Run Go mod tidy
Dec 4, 2023
a33e33f
chore: Bump github.com/auth0/go-jwt-middleware/v2 to v2.2.0
Dec 4, 2023
544d71e
chore: Run Go mod tidy
Dec 4, 2023
11aba27
chore: Bump github.com/spf13/viper to v1.18.0
Dec 6, 2023
90769dc
chore: Run Go mod tidy
Dec 6, 2023
8b18734
chore: Bump github.com/spf13/viper to v1.18.1
Dec 8, 2023
ad8ea64
chore: Run Go mod tidy
Dec 8, 2023
e81fd38
chore: Bump github.com/jackc/pgx/v5 to v5.5.1
Dec 9, 2023
0e7f0c2
chore: Run Go mod tidy
Dec 9, 2023
065c3a1
chore: Bump github.com/updatecli/updatecli to v0.69.0
Dec 12, 2023
f169dbe
chore: Run Go mod tidy
Dec 12, 2023
1733cf8
chore: Bump github.com/google/uuid to v1.5.0
Dec 12, 2023
5276460
chore: Run Go mod tidy
Dec 12, 2023
f050c47
chore: Bump github.com/spf13/viper to v1.18.2
Dec 18, 2023
c4a5c4f
chore: Run Go mod tidy
Dec 18, 2023
1796fbb
chore: Bump github.com/updatecli/updatecli to v0.70.0
Dec 20, 2023
1bf28e3
chore: Run Go mod tidy
Dec 20, 2023
a10e0a7
chore: Bump github.com/golang-migrate/migrate/v4 to v4.17.0
Dec 20, 2023
f708f33
chore: Run Go mod tidy
Dec 20, 2023
41b69f1
chore: Bump github.com/jackc/pgx/v5 to v5.5.2
Jan 13, 2024
2dca377
chore: Run Go mod tidy
Jan 13, 2024
7f64eea
chore: Bump github.com/updatecli/updatecli to v0.71.0
Jan 15, 2024
f995aca
chore: Run Go mod tidy
Jan 15, 2024
7f79d8c
chore: Bump github.com/auth0/go-jwt-middleware/v2 to v2.2.1
Jan 22, 2024
be8065f
chore: Run Go mod tidy
Jan 22, 2024
f179659
chore: Bump github.com/google/uuid to v1.6.0
Jan 23, 2024
de4362a
chore: Run Go mod tidy
Jan 23, 2024
8aa393e
chore: Bump github.com/updatecli/updatecli to v0.72.0
Jan 26, 2024
f459b66
chore: Run Go mod tidy
Jan 26, 2024
99510e9
chore: Bump github.com/jackc/pgx/v5 to v5.5.3
Feb 3, 2024
e64069c
chore: Run Go mod tidy
Feb 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 24 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ module github.com/updatecli/udash
go 1.20

require (
github.com/auth0/go-jwt-middleware/v2 v2.1.0
github.com/fsnotify/fsnotify v1.6.0
github.com/auth0/go-jwt-middleware/v2 v2.2.1
github.com/fsnotify/fsnotify v1.7.0
github.com/gin-gonic/gin v1.9.1
github.com/golang-migrate/migrate/v4 v4.16.2
github.com/google/uuid v1.3.1
github.com/jackc/pgx/v5 v5.4.3
github.com/golang-migrate/migrate/v4 v4.17.0
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.5.3
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
github.com/updatecli/updatecli v0.58.0
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/updatecli/updatecli v0.72.0
)

require (
Expand All @@ -36,29 +36,32 @@ require (
github.com/leodido/go-urn v1.2.4 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/go-jose/go-jose.v2 v2.6.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading
Loading