Ian Fijolek
8a98520d56
hashicorp/go-msgpack v2 ( #16810 )
...
* Upgrade from hashicorp/go-msgpack v1.1.5 to v2.1.0
Fixes #16808
* Update hashicorp/net-rpc-msgpackrpc to v2 to match go-msgpack
* deps: use go-msgpack v2.0.0
go-msgpack v2.1.0 includes some code changes that we will need to
investigate furthere to assess its impact on Nomad, so keeping this
dependency on v2.0.0 for now since it's no-op.
---------
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com >
2023-04-17 17:02:05 -04:00
hashicorp-copywrite[bot]
f005448366
[COMPLIANCE] Add Copyright and License Headers
2023-04-10 15:36:59 +00:00
Chris Baker
cb3d6ece21
json handles were moved to a new package in #10202
...
this was unecessary after refactoring, so this moves them back to their
original location in package structs
2021-04-02 13:31:10 +00:00
Chris Baker
a52f32dedc
restored Node.Sanitize() for RPC endpoints
...
multiple other updates from code review
2021-03-26 17:03:15 +00:00
Chris Baker
0cd707e3a9
moved JSON handlers and extension code around a bit for proper order of
...
initialization
2021-03-22 14:12:42 +00:00
Kris Hicks
85ed8ddd4f
Add gosimple linter ( #9590 )
2020-12-09 11:05:18 -08:00
Mahmood Ali
fcddfa4971
Update hcl2 vendoring
...
The hcl2 library has moved from http://github.com/hashicorp/hcl2 to https://github.com/hashicorp/hcl/tree/hcl2 .
This updates Nomad's vendoring to start using hcl2 library. Also
updates some related libraries (e.g. `github.com/zclconf/go-cty/cty` and
`github.com/apparentlymart/go-textseg`).
2020-05-19 15:00:03 -04:00
Yoan Blanc
c3928fe360
fixup! vendor: explicit use of hashicorp/go-msgpack
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch >
2020-03-31 09:48:07 -04:00
Yoan Blanc
887f23a351
vendor: explicit use of hashicorp/go-msgpack
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch >
2020-03-31 09:45:21 -04:00
Jasmine Dahilig
e31db578e0
add formatting for hcl parsing error messages ( #5972 )
2019-07-19 10:04:39 -07:00
Michael Schurter
1d17fbc681
simplify hcl2 parsing helper
...
No need to pass in the entire eval context
2019-02-04 11:07:57 -08:00
Michael Schurter
0d61ff0fb9
move pluginutils -> helper/pluginutils
...
I wanted a different color bikeshed, so I get to paint it
2019-01-22 15:50:08 -08:00