Skip to content

Commit 4e51204

Browse files
chore(deps): bump github.com/creativeprojects/go-selfupdate
Bumps [github.com/creativeprojects/go-selfupdate](https://github.com/creativeprojects/go-selfupdate) from 1.2.0 to 1.4.0. - [Changelog](https://github.com/creativeprojects/go-selfupdate/blob/main/release.go) - [Commits](creativeprojects/go-selfupdate@v1.2.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/creativeprojects/go-selfupdate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c0c3a2 commit 4e51204

File tree

2 files changed

+44
-85
lines changed

2 files changed

+44
-85
lines changed

go.mod

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/azrod/golink
33
go 1.21.6
44

55
require (
6-
github.com/creativeprojects/go-selfupdate v1.2.0
6+
github.com/creativeprojects/go-selfupdate v1.4.0
77
github.com/go-resty/resty/v2 v2.15.3
88
github.com/google/uuid v1.6.0
99
github.com/labstack/echo/v4 v4.12.0
@@ -19,9 +19,9 @@ require (
1919
)
2020

2121
require (
22-
code.gitea.io/sdk/gitea v0.17.1 // indirect
22+
code.gitea.io/sdk/gitea v0.19.0 // indirect
2323
github.com/KyleBanks/depth v1.2.1 // indirect
24-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
24+
github.com/Masterminds/semver/v3 v3.3.0 // indirect
2525
github.com/PuerkitoBio/purell v1.1.1 // indirect
2626
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
2727
github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -38,12 +38,11 @@ require (
3838
github.com/go-playground/universal-translator v0.18.0 // indirect
3939
github.com/go-playground/validator/v10 v10.10.1 // indirect
4040
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
41-
github.com/golang/protobuf v1.5.4 // indirect
4241
github.com/google/go-github/v30 v30.1.0 // indirect
4342
github.com/google/go-querystring v1.1.0 // indirect
4443
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
45-
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
46-
github.com/hashicorp/go-version v1.6.0 // indirect
44+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
45+
github.com/hashicorp/go-version v1.7.0 // indirect
4746
github.com/hashicorp/hcl v1.0.0 // indirect
4847
github.com/iamolegga/enviper v1.4.0 // indirect
4948
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -63,22 +62,20 @@ require (
6362
github.com/spf13/cast v1.6.0 // indirect
6463
github.com/spf13/pflag v1.0.5 // indirect
6564
github.com/subosito/gotenv v1.6.0 // indirect
66-
github.com/ulikunitz/xz v0.5.11 // indirect
65+
github.com/ulikunitz/xz v0.5.12 // indirect
6766
github.com/valyala/bytebufferpool v1.0.0 // indirect
6867
github.com/valyala/fasttemplate v1.2.2 // indirect
69-
github.com/xanzy/go-gitlab v0.100.0 // indirect
68+
github.com/xanzy/go-gitlab v0.112.0 // indirect
7069
go.uber.org/atomic v1.9.0 // indirect
7170
go.uber.org/multierr v1.9.0 // indirect
72-
golang.org/x/crypto v0.25.0 // indirect
71+
golang.org/x/crypto v0.28.0 // indirect
7372
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
7473
golang.org/x/net v0.27.0 // indirect
75-
golang.org/x/oauth2 v0.18.0 // indirect
76-
golang.org/x/sys v0.22.0 // indirect
77-
golang.org/x/text v0.16.0 // indirect
78-
golang.org/x/time v0.6.0 // indirect
74+
golang.org/x/oauth2 v0.23.0 // indirect
75+
golang.org/x/sys v0.26.0 // indirect
76+
golang.org/x/text v0.19.0 // indirect
77+
golang.org/x/time v0.7.0 // indirect
7978
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
80-
google.golang.org/appengine v1.6.8 // indirect
81-
google.golang.org/protobuf v1.33.0 // indirect
8279
gopkg.in/ini.v1 v1.67.0 // indirect
8380
gopkg.in/yaml.v2 v2.4.0 // indirect
8481
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)