Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong committed Sep 20, 2023
1 parent 3553591 commit dbefa3a
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.54-0.20230828094241-b6396d4130ec
github.com/google/uuid v1.3.0
github.com/hashicorp/golang-lru/v2 v2.0.6-0.20230823180716-8f8764ff4ea3
github.com/hashicorp/golang-lru/v2 v2.0.7-0.20230914134745-d46c1d97e263
github.com/ucwong/golang-kv v1.0.23-0.20230827081935-0ebb6ae028c9
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 @@ -114,8 +114,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.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/hashicorp/golang-lru/v2 v2.0.7-0.20230914134745-d46c1d97e263 h1:e6m7c5Xfi8bFNRkrKsWZbktFOGuJDlG7hJQwuBdPx/Y=
github.com/hashicorp/golang-lru/v2 v2.0.7-0.20230914134745-d46c1d97e263/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 dbefa3a

Please sign in to comment.