etcd/pkg
Chun-Hung Tseng c5544044b3 dependency: bump google.golang.org/grpc from 1.69.4 to 1.70.0
Reference:
- https://github.com/etcd-io/etcd/pull/19284

Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
2025-01-28 16:40:58 +00:00
..
adt fix: use testify instead of t.Fatal or t.Error in pkg package (part 1) 2024-12-11 07:57:37 +01:00
cobrautl Create util for etcdctl, move helper of cobra from main package to 2024-08-04 13:37:22 +03:30
contention cleanup contention.go docs, Observe param name 2024-02-16 00:06:31 -08:00
cpuutil etcd: remove redundant type conversion 2022-09-20 11:26:02 +08:00
crc fix: use testify instead of t.Fatal or t.Error in pkg package (part 1) 2024-12-11 07:57:37 +01:00
debugutil debugutil: Remove extra space in trace handler route 2021-03-03 16:01:04 -08:00
expect fix: use testify instead of t.Fatal or t.Error in pkg package (part 1) 2024-12-11 07:57:37 +01:00
featuregate all: simplify and clean up 2025-01-08 21:35:32 +08:00
flags Merge pull request #19152 from mmorel-35/revive/superfluous-else 2025-01-19 08:49:14 +00:00
grpctesting fix: enable errorlint in api, client and pkg 2024-10-13 19:43:20 +02:00
httputil *: move from io/ioutil to io and os packages 2021-10-28 00:05:28 +08:00
idutil pkg/idutil: use count field as atomic variable 2018-04-27 00:44:45 +08:00
ioutil fix: use testify instead of t.Fatal or t.Error in pkg package (part 1) 2024-12-11 07:57:37 +01:00
netutil fix: enable gofumpt instead of gofmt linter globally 2024-11-29 11:01:35 +01:00
notify server: Extract notifier struct 2021-09-10 10:16:48 +02:00
osutil fix: enable gofumpt instead of gofmt linter globally 2024-11-29 11:01:35 +01:00
pbutil pkg: remove capnslog (#11616) 2020-02-12 11:15:41 -08:00
proxy fix: enable require-error rule from testifylint in client, pkg and server packages 2024-10-28 21:02:58 +01:00
report all: simplify and clean up 2025-01-08 21:35:32 +08:00
runtime chore: delete // +build buildtag by go fix 2022-12-29 14:17:05 +08:00
schedule fix: use testify instead of t.Fatal or t.Error in pkg package (part 1) 2024-12-11 07:57:37 +01:00
stringutil fix: use testify instead of t.Fatal or t.Error in pkg package (part 1) 2024-12-11 07:57:37 +01:00
traceutil fix: use testify instead of t.Fatal or t.Error in pkg package (part 1) 2024-12-11 07:57:37 +01:00
wait update wait_test indices 2024-07-29 13:33:28 +00:00
go.mod dependency: bump google.golang.org/grpc from 1.69.4 to 1.70.0 2025-01-28 16:40:58 +00:00
go.sum dependency: bump google.golang.org/grpc from 1.69.4 to 1.70.0 2025-01-28 16:40:58 +00:00
LICENSE bom: Update bill-of-materials generation logic (and refresh bom). 2020-10-13 07:50:08 +02:00
README.md

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.