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

Update dependencies - 2022-04 #664

Merged
merged 4 commits into from
Apr 18, 2022
Merged

Update dependencies - 2022-04 #664

merged 4 commits into from
Apr 18, 2022

Conversation

wadey
Copy link
Member

@wadey wadey commented Apr 6, 2022

Updated dependencies (that end up in the binaries):

Note, we can't upgrade mergo because of this bug:

We have to update our use of wintun to use the new netip package in go1.18. I couldn't find any helpers for converting from net.IPNet to netip.Prefix in the stdlib so I added helpers to iputil.

We also update to use protobuf api v2 as the old API is deprecated.

    Updated  github.com/imdario/mergo             darccio/mergo@v0.3.8...v0.3.12
    Updated  github.com/kardianos/service         kardianos/service@v1.2.0...v1.2.1
    Updated  github.com/miekg/dns                 miekg/dns@v1.1.43...v1.1.48
    Updated  github.com/prometheus/client_golang  prometheus/client_golang@v1.11.0...v1.12.1
    Updated  github.com/prometheus/common         prometheus/common@v0.32.1...v0.33.0
    Updated  github.com/stretchr/testify          stretchr/testify@v1.7.0...v1.7.1
    Updated  golang.org/x/crypto                  golang/crypto@5770296...ae2d966
    Updated  golang.org/x/net                     golang/net@69e39ba...749bd19
    Updated  golang.org/x/sys                     golang/sys@7861aae...289d7a0
    Updated  golang.zx2c4.com/wireguard/windows   v0.5.1...v0.5.3
    Updated  google.golang.org/protobuf           v1.27.1...v1.28.0
also use Marshal and Unmarshal directly on our gogo protobuf structs
since they don't support the v2 api
I forgot about this bug:

- darccio/mergo#187
@wadey wadey added this to the v1.6.0 milestone Apr 6, 2022
@wadey wadey merged commit 45d1d2b into master Apr 18, 2022
@wadey wadey deleted the update-deps-2022-04 branch April 18, 2022 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants