Skip to content

Commit

Permalink
using v1.0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Aug 18, 2024
1 parent 7c016bd commit 08ef845
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ exclude (

require (
github.com/NYTimes/gziphandler v1.0.1
github.com/absolutelightning/go-immutable-adaptive-radix v1.0.89
github.com/absolutelightning/go-memdb v1.0.71
github.com/absolutelightning/go-immutable-adaptive-radix v1.0.91
github.com/absolutelightning/go-memdb v1.0.91
github.com/aliyun/alibaba-cloud-sdk-go v1.62.156
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
github.com/armon/go-metrics v0.4.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ github.com/NYTimes/gziphandler v1.0.1/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af h1:DBNMBMuMiWYu0b+8KMJuWmfCkcxl09JwdlqwDZZ6U14=
github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af/go.mod h1:5Jv4cbFiHJMsVxt52+i0Ha45fjshj6wxYr1r19tB9bw=
github.com/absolutelightning/go-immutable-adaptive-radix v1.0.89 h1:CsCgK0pJ67JWVafvHcPobRGne31wZkycsxKdy64szyc=
github.com/absolutelightning/go-immutable-adaptive-radix v1.0.89/go.mod h1:+/nWgzXP46cOw2W+jLxu2lBmEny3bG1RqFXPKTWTLMU=
github.com/absolutelightning/go-memdb v1.0.71 h1:A3QrclRDkGSWIgzPW2xVpPwxj28Y1hI0p483VmpEHKc=
github.com/absolutelightning/go-memdb v1.0.71/go.mod h1:m9kzfp7GLWtM8tsNJ7cWQp6K0KL5N7/Ae65A4bgg8UQ=
github.com/absolutelightning/go-immutable-adaptive-radix v1.0.91 h1:Y77uHatYySoeYv24GS/aAFl/yRW8IhAtd8sRkol9KVo=
github.com/absolutelightning/go-immutable-adaptive-radix v1.0.91/go.mod h1:+/nWgzXP46cOw2W+jLxu2lBmEny3bG1RqFXPKTWTLMU=
github.com/absolutelightning/go-memdb v1.0.91 h1:Dh7Mlb9pYpI+GbkUIdNtFeopbT9smvmRMZrP391nv1o=
github.com/absolutelightning/go-memdb v1.0.91/go.mod h1:Vi+du+u7f9jmzndapw6e3VzWpF7Vzo46+kcCcpuV7tc=
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=
github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/cache/index/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type IndexedData struct {

func (i *IndexedData) Txn() Txn {
return &txn{
inner: i.tree.Txn(true),
inner: i.tree.Txn(),
index: i,
dirty: false,
}
Expand Down

0 comments on commit 08ef845

Please sign in to comment.