mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-05 18:20:48 -08:00
|
Some checks failed
gofmt / Run gofmt (push) Has been cancelled
smoke-extra / Run extra smoke tests (push) Has been cancelled
smoke / Run multi node smoke test (push) Has been cancelled
Build and test / Build all and test on ubuntu-linux (push) Has been cancelled
Build and test / Build and test on linux with boringcrypto (push) Has been cancelled
Build and test / Build and test on linux with pkcs11 (push) Has been cancelled
Build and test / Build and test on macos-latest (push) Has been cancelled
Build and test / Build and test on windows-latest (push) Has been cancelled
* populate default Build version if missing
Use the Go module information built into the binary if the Build var
wasn't set during the build.
This means if you install via a specific tag, you get:
go install github.com/slackhq/nebula/cmd/nebula@v1.9.5
$ nebula -version
Version: 1.9.5
And if you install master, you get:
go install github.com/slackhq/nebula/cmd/nebula@master
$ nebula -version
Version: 1.9.5-0.20250408154034-18279ed17b10
* also default in the library
* cleanup
|
||
|---|---|---|
| .. | ||
| ca.go | ||
| ca_test.go | ||
| keygen.go | ||
| keygen_test.go | ||
| main.go | ||
| main_test.go | ||
| p11_cgo.go | ||
| p11_stub.go | ||
| passwords.go | ||
| passwords_test.go | ||
| print.go | ||
| print_test.go | ||
| sign.go | ||
| sign_test.go | ||
| test_darwin.go | ||
| test_linux.go | ||
| test_windows.go | ||
| verify.go | ||
| verify_test.go | ||