raft: Make raft a module

Establishing a module: Creating a go.mod files
This commit is contained in:
Piotr Tabor
2020-10-14 08:38:47 +02:00
parent b7f0f52a16
commit bea5f379bc
8 changed files with 350 additions and 3 deletions

View File

@@ -458,6 +458,15 @@
}
]
},
{
"project": "go.etcd.io/etcd/raft/v3",
"licenses": [
{
"type": "Apache License 2.0",
"confidence": 1
}
]
},
{
"project": "go.etcd.io/etcd/tests/v3",
"licenses": [