open-nomad/client/logmon
Tim Gross eb06c25d5f
deps: remove deprecated net/context (#13932)
The `golang.org/x/net/context` package was merged into the stdlib as of go
1.7. Update the imports to use the identical stdlib version. Clean up import
blocks for the impacted files to remove unnecessary package aliasing.
2022-07-28 14:46:56 -04:00
..
logging test: use T.TempDir to create temporary test directory (#12853) 2022-05-12 11:42:40 -04:00
proto update grpc 2020-03-03 08:39:54 -05:00
client.go logmon: add timeout to RPC operations 2019-12-02 10:33:05 -05:00
logmon.go Add gosimple linter (#9590) 2020-12-09 11:05:18 -08:00
logmon_test.go test: use T.TempDir to create temporary test directory (#12853) 2022-05-12 11:42:40 -04:00
plugin.go
server.go deps: remove deprecated net/context (#13932) 2022-07-28 14:46:56 -04:00
z_logmon_cmd.go