@@ -3,7 +3,7 @@ module github.com/azrod/golink
3
3
go 1.21.6
4
4
5
5
require (
6
- github.com/creativeprojects/go-selfupdate v1.2 .0
6
+ github.com/creativeprojects/go-selfupdate v1.4 .0
7
7
github.com/go-resty/resty/v2 v2.15.3
8
8
github.com/google/uuid v1.6.0
9
9
github.com/labstack/echo/v4 v4.12.0
@@ -19,9 +19,9 @@ require (
19
19
)
20
20
21
21
require (
22
- code.gitea.io/sdk/gitea v0.17.1 // indirect
22
+ code.gitea.io/sdk/gitea v0.19.0 // indirect
23
23
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
25
25
github.com/PuerkitoBio/purell v1.1.1 // indirect
26
26
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
27
27
github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -38,12 +38,11 @@ require (
38
38
github.com/go-playground/universal-translator v0.18.0 // indirect
39
39
github.com/go-playground/validator/v10 v10.10.1 // indirect
40
40
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
41
- github.com/golang/protobuf v1.5.4 // indirect
42
41
github.com/google/go-github/v30 v30.1.0 // indirect
43
42
github.com/google/go-querystring v1.1.0 // indirect
44
43
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
47
46
github.com/hashicorp/hcl v1.0.0 // indirect
48
47
github.com/iamolegga/enviper v1.4.0 // indirect
49
48
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -63,22 +62,20 @@ require (
63
62
github.com/spf13/cast v1.6.0 // indirect
64
63
github.com/spf13/pflag v1.0.5 // indirect
65
64
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
67
66
github.com/valyala/bytebufferpool v1.0.0 // indirect
68
67
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
70
69
go.uber.org/atomic v1.9.0 // indirect
71
70
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
73
72
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
74
73
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
79
78
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
82
79
gopkg.in/ini.v1 v1.67.0 // indirect
83
80
gopkg.in/yaml.v2 v2.4.0 // indirect
84
81
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments