Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade go-msgpack to v2 #20173

Merged
merged 6 commits into from
Mar 21, 2024
Merged

Upgrade go-msgpack to v2 #20173

merged 6 commits into from
Mar 21, 2024

Commits on Mar 20, 2024

  1. deps: upgrade to go-msgpack v2

    Replaces #18812
    
    Upgraded with:
    ```
    find . -name '*.go' -exec sed -i s/"github.com\/hashicorp\/go-msgpack\/codec"/"github.com\/hashicorp\/go-msgpack\/v2\/codec/" '{}' ';'
    find . -name '*.go' -exec sed -i s/"github.com\/hashicorp\/net-rpc-msgpackrpc"/"github.com\/hashicorp\/net-rpc-msgpackrpc\/v2/" '{}' ';'
    go get
    ```
    schmichael committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d467ab5 View commit details
    Browse the repository at this point in the history
  2. deps: upgraded raft-boltdb and serf

    Commands:
    ```
    go get -v -u github.com/hashicorp/raft-boltdb/v2
    go get -v github.com/hashicorp/serf@5d32001edfaa18d1c010af65db707cdb38141e80
    ```
    schmichael committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7e353e0 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    schmichael committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    354a3fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    772d35f View commit details
    Browse the repository at this point in the history
  5. add cl

    schmichael committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f945d83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6328341 View commit details
    Browse the repository at this point in the history