Skip to content

Commit

Permalink
Merge pull request #24 from CortexFoundation/dev
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
ucwong authored Aug 24, 2023
2 parents e4ee2c1 + e713b0e commit 7b645eb
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 @@ -7,7 +7,7 @@ require (
github.com/CortexFoundation/merkletree v0.0.0-20230724124840-b6e80265a137
github.com/CortexFoundation/torrentfs v1.0.52-0.20230711131012-594cb55f6538
github.com/google/uuid v1.3.0
github.com/hashicorp/golang-lru/v2 v2.0.6-0.20230808191114-3afaa48530f7
github.com/hashicorp/golang-lru/v2 v2.0.6-0.20230823180716-8f8764ff4ea3
github.com/ucwong/golang-kv v1.0.22-0.20230711090627-455356f3db9c
go.etcd.io/bbolt v1.3.7
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=
github.com/hashicorp/golang-lru/v2 v2.0.6-0.20230808191114-3afaa48530f7 h1:ZIOgdrrkZPs7flefOWgoV7sfkc2v9INA1GBt82lk8Gs=
github.com/hashicorp/golang-lru/v2 v2.0.6-0.20230808191114-3afaa48530f7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
github.com/hashicorp/golang-lru/v2 v2.0.6-0.20230823180716-8f8764ff4ea3 h1:sHOTvKvKt5/WMmHevcxRUnbN0LCVlKVv0ZaNELm1/jc=
github.com/hashicorp/golang-lru/v2 v2.0.6-0.20230823180716-8f8764ff4ea3/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
github.com/holiman/uint256 v1.2.3 h1:K8UWO1HUJpRMXBxbmaY1Y8IAMZC/RsKB+ArEnnK4l5o=
github.com/holiman/uint256 v1.2.3/go.mod h1:SC8Ryt4n+UBbPbIBKaG9zbbDlp4jOru9xFZmPzLUTxw=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
Expand Down

0 comments on commit 7b645eb

Please sign in to comment.