File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- 1.23.8
1
+ 1.23.9
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module go.etcd.io/etcd
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.23.8
5
+ toolchain go1.23.9
6
6
7
7
require (
8
8
github.com/bgentry/speakeasy v0.1.0
@@ -51,7 +51,6 @@ require (
51
51
require (
52
52
github.com/beorn7/perks v1.0.1 // indirect
53
53
github.com/cespare/xxhash/v2 v2.2.0 // indirect
54
- github.com/coreos/license-bill-of-materials v0.0.0-20190913234955-13baff47494e // indirect
55
54
github.com/davecgh/go-spew v1.1.1 // indirect
56
55
github.com/fatih/color v1.7.0 // indirect
57
56
github.com/gorilla/websocket v1.4.2 // indirect
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ github.com/coreos/go-semver v0.2.0 h1:3Jm3tLmsgAYcjC+4Up7hJrFBPr+n7rAqYeSw/SZazu
22
22
github.com/coreos/go-semver v0.2.0 /go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk =
23
23
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 h1:u9SHYsPQNyt5tgDm3YN7+9dYrpK96E5wFilTFWIDZOM =
24
24
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 /go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4 =
25
- github.com/coreos/license-bill-of-materials v0.0.0-20190913234955-13baff47494e h1:vHRufSa2k8tfkcDdia1vJFa+oiBvvPxW94mg76PPAoA =
26
- github.com/coreos/license-bill-of-materials v0.0.0-20190913234955-13baff47494e /go.mod h1:4xMOusJ7xxc84WclVxKT8+lNfGYDwojOUC2OQNCwcj4 =
27
25
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf h1:CAKfRE2YtTUIjjh1bkBtyYFaUT/WmOqsJjgtihT0vMI =
28
26
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf /go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA =
29
27
github.com/creack/pty v1.1.11 h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module go.etcd.io/etcd/tools/v3
2
2
3
3
go 1.23
4
4
5
- toolchain go1.23.8
5
+ toolchain go1.23.9
6
6
7
7
require (
8
8
github.com/gogo/protobuf v1.3.2
You can’t perform that action at this time.
0 commit comments