etcd/pkg
Benjamin Wang 7f10dccbaf Bump go 1.19: update all the dependencies and go.sum files
1. run ./scripts/fix.sh;
2. cd tools/mod; gofmt -w . & go mod tidy;

Signed-off-by: Benjamin Wang <wachao@vmware.com>
2022-09-22 08:47:46 +08:00
..
adt Bump go 1.19: update all the dependencies and go.sum files 2022-09-22 08:47:46 +08:00
cobrautl Refactor common code from etcdctl (v2,v3) to pkg/corbautl. 2021-05-14 14:16:53 +02:00
contention *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
cpuutil etcd: remove redundant type conversion 2022-09-20 11:26:02 +08:00
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
debugutil debugutil: Remove extra space in trace handler route 2021-03-03 16:01:04 -08:00
expect pkg: replace the deprecated Expect with ExpectWithContext in pkg/expect/expect_test.go 2022-09-16 14:39:14 +08:00
flags etcd: remove redundant type conversion 2022-09-20 11:26:02 +08:00
grpc_testing client: Add grpc authority header integration tests 2021-09-29 12:42:16 +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 add a verification on the pagebytes which must be > 0 2022-09-13 16:35:31 +08:00
netutil tests: Use zaptest.NewLogger in tests 2022-04-04 13:03:15 +02:00
notify server: Extract notifier struct 2021-09-10 10:16:48 +02:00
osutil etcd: modify declaring empty slices 2022-09-16 14:41:14 +08:00
pbutil pkg: remove capnslog (#11616) 2020-02-12 11:15:41 -08:00
proxy Fixed goroutine leak on NewServer 2022-04-22 08:57:19 +02:00
report etcd: modify declaring empty slices 2022-09-16 14:41:14 +08:00
runtime Reformat code according to 'gotip' rules. 2021-02-26 10:14:46 +01:00
schedule schedule: Provide logs when the fifo job panic happens 2022-06-15 20:58:17 +08:00
stringutil pkg/stringutil: add tests 2018-04-08 14:18:09 -07:00
traceutil etcd: remove redundant type conversion 2022-09-20 11:26:02 +08:00
wait pkg/wait: change list from single element to an array. 2021-03-04 12:16:41 -08:00
LICENSE bom: Update bill-of-materials generation logic (and refresh bom). 2020-10-13 07:50:08 +02:00
README.md pkg: add README.md 2014-10-26 16:28:48 -07:00
go.mod Bump go 1.19: upgrade go version to 1.19 in all go.mod files 2022-09-22 08:47:46 +08:00
go.sum Update zap to 1.21. 2022-06-17 10:05:25 +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.