Skip to content

Commit dab5788

Browse files
authored
Merge pull request #3253 from lima-vm/dependabot/go_modules/github.com/google/btree-1.1.3
build(deps): bump github.com/google/btree from 1.1.2 to 1.1.3
2 parents 76b2897 + 1391f5d commit dab5788

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ require (
8282
github.com/goccy/go-json v0.10.4 // indirect; indirect // gomodjail:confined
8383
github.com/gogo/protobuf v1.3.2 // indirect; indirect // gomodjail:confined
8484
github.com/golang/protobuf v1.5.4 // indirect; indirect // gomodjail:confined
85-
github.com/google/btree v1.1.2 // indirect; indirect // gomodjail:confined
85+
github.com/google/btree v1.1.3 // indirect; indirect // gomodjail:confined
8686
github.com/google/gnostic-models v0.6.8 // indirect; indirect // gomodjail:confined
8787
github.com/google/gofuzz v1.2.0 // indirect; indirect // gomodjail:confined
8888
github.com/google/gopacket v1.1.19 // indirect; indirect // gomodjail:confined

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
115115
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
116116
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
117117
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
118-
github.com/google/btree v1.1.2 h1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU=
119-
github.com/google/btree v1.1.2/go.mod h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl761Gm4=
118+
github.com/google/btree v1.1.3 h1:CVpQJjYgC4VbzxeGVHfvZrv1ctoYCAI8vbl07Fcxlyg=
119+
github.com/google/btree v1.1.3/go.mod h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl761Gm4=
120120
github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=
121121
github.com/google/gnostic-models v0.6.8/go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U=
122122
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=

0 commit comments

Comments
 (0)