Skip to content

Commit

Permalink
go.mod: update avl to newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
gobwas committed Jul 11, 2021
1 parent c7a370d commit 537af4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.16

require (
github.com/cespare/xxhash/v2 v2.1.1
github.com/gobwas/avl v0.1.1
github.com/gobwas/avl v0.2.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/gobwas/avl v0.1.1 h1:tAtklFa+85gNSmF4r4Q0DKd7eA5c7e+ZsiZbQrUBBns=
github.com/gobwas/avl v0.1.1/go.mod h1:neVstOcTQ/HtFQZsBZlejOtalADU66OtirPXWrv8BCo=
github.com/gobwas/avl v0.2.1 h1:OouPC2xX+YJP68utNzt2d/HYXanS6NscqSRf/F+cNIw=
github.com/gobwas/avl v0.2.1/go.mod h1:neVstOcTQ/HtFQZsBZlejOtalADU66OtirPXWrv8BCo=

0 comments on commit 537af4f

Please sign in to comment.