Skip to content

Commit

Permalink
Merge pull request #97 from jsimonetti/dependabot/go_modules/github.c…
Browse files Browse the repository at this point in the history
…om/google/go-cmp-0.5.4

build(deps): bump github.com/google/go-cmp from 0.5.3 to 0.5.4
  • Loading branch information
jsimonetti committed Nov 25, 2020
2 parents 9af4a03 + 11d7545 commit 8bebea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/jsimonetti/rtnetlink
go 1.12

require (
github.com/google/go-cmp v0.5.3
github.com/google/go-cmp v0.5.4
github.com/mdlayher/netlink v1.1.1
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201118182958-a01c418693c7
Expand Down
1 change: 1 addition & 0 deletions go.sum
Expand Up @@ -6,6 +6,7 @@ github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.3 h1:x95R7cp+rSeeqAMI2knLtQ0DKlaBhv2NrtrOvafPHRo=
github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/jsimonetti/rtnetlink v0.0.0-20190606172950-9527aa82566a/go.mod h1:Oz+70psSo5OFh8DBl0Zv2ACw7Esh6pPUphlvZG9x7uw=
github.com/jsimonetti/rtnetlink v0.0.0-20200117123717-f846d4f6c1f4/go.mod h1:WGuG/smIU4J/54PblvSbh+xvCZmpJnFgr3ds6Z55XMQ=
github.com/jsimonetti/rtnetlink v0.0.0-20201009170750-9c6f07d100c1/go.mod h1:hqoO/u39cqLeBLebZ8fWdE96O7FxrAsRYhnVOdgHxok=
Expand Down

0 comments on commit 8bebea0

Please sign in to comment.