File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/azrod/golink
2
2
3
3
go 1.21.6
4
+ toolchain go1.22.5
4
5
5
6
require (
6
7
github.com/creativeprojects/go-selfupdate v1.4.0
@@ -15,7 +16,7 @@ require (
15
16
github.com/spf13/cobra v1.8.1
16
17
github.com/spf13/viper v1.19.0
17
18
github.com/swaggo/swag v1.16.3
18
- go.etcd.io/bbolt v1.3.10
19
+ go.etcd.io/bbolt v1.3.11
19
20
)
20
21
21
22
require (
Original file line number Diff line number Diff line change @@ -319,8 +319,8 @@ github.com/xanzy/go-gitlab v0.112.0 h1:6Z0cqEooCvBMfBIHw+CgO4AKGRV8na/9781xOb0+D
319
319
github.com/xanzy/go-gitlab v0.112.0 /go.mod h1:wKNKh3GkYDMOsGmnfuX+ITCmDuSDWFO0G+C4AygL9RY =
320
320
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 /go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU =
321
321
go.etcd.io/bbolt v1.3.2 /go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU =
322
- go.etcd.io/bbolt v1.3.10 h1:+BqfJTcCzTItrop8mq/lbzL8wSGtj94UO/3U31shqG0 =
323
- go.etcd.io/bbolt v1.3.10 /go.mod h1:bK3UQLPJZly7IlNmV7uVHJDxfe5aK9Ll93e/74Y9oEQ =
322
+ go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0 =
323
+ go.etcd.io/bbolt v1.3.11 /go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I =
324
324
go.opencensus.io v0.21.0 /go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU =
325
325
go.opencensus.io v0.22.0 /go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8 =
326
326
go.uber.org/atomic v1.4.0 /go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE =
You can’t perform that action at this time.
0 commit comments