mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

The third_party directory has all of the dependencies needed to build etcd so that we can have a consistent build. `go get` should not be called at any point during the build process.
12 lines
282 B
Plaintext
12 lines
282 B
Plaintext
# Third Party Libraries
|
|
|
|
The third_party directory has all of the dependencies needed to build
|
|
etcd so that we can have a consistent build. `go get` should not be
|
|
called at any point during the build process.
|
|
|
|
## Usage
|
|
|
|
To update all of the third party libraries call
|
|
|
|
./update
|