moby--moby/libnetwork/networkdb
Eng Zer Jun c55a4ac779
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated in Go 1.16. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-08-27 14:56:57 +08:00
..
broadcast.go
cluster.go libnetwork: make rejoin intervals configurable 2021-07-12 19:25:49 +02:00
delegate.go
event_delegate.go
message.go
networkdb.go libnetwork: make rejoin intervals configurable 2021-07-12 19:25:49 +02:00
networkdb.pb.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
networkdb.proto
networkdb_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
networkdbdiagnostic.go
nodemgmt.go
watch.go