Skip to content

Commit

Permalink
Feat: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Oct 10, 2023
1 parent 9dd2605 commit c5e86d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion log/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.21
require (
github.com/iotaledger/hive.go/ds v0.0.0-20230918225815-75359a468439
github.com/iotaledger/hive.go/lo v0.0.0-20230829145721-3041a551a2dd
github.com/iotaledger/hive.go/objectstorage v0.0.0-20230629181801-64c530ff9d15
)

require (
Expand Down
2 changes: 0 additions & 2 deletions log/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ github.com/iotaledger/hive.go/ierrors v0.0.0-20230829145721-3041a551a2dd h1:rkTr
github.com/iotaledger/hive.go/ierrors v0.0.0-20230829145721-3041a551a2dd/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20230829145721-3041a551a2dd h1:O9ka/40xr6k+jjEYuwK6Y/AxB/6phoP4YesYkIhesx8=
github.com/iotaledger/hive.go/lo v0.0.0-20230829145721-3041a551a2dd/go.mod h1:/LERu5vqcessCqr40Wxmbx4x0bbymsK7GuL+TK/ckKo=
github.com/iotaledger/hive.go/objectstorage v0.0.0-20230629181801-64c530ff9d15 h1:jiQzzYPHqDNleU5tLpKHETF39rUdabs8dgHbrtJ1urM=
github.com/iotaledger/hive.go/objectstorage v0.0.0-20230629181801-64c530ff9d15/go.mod h1:E7/slsvlTsSP+laCKWbBOmSPg83UTh9mPm8ostFOlv4=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230829145721-3041a551a2dd h1:LODitqdRE4Bw++Lc/ANEA3l6/sK05WT3eWvZ4Q1rK4E=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230829145721-3041a551a2dd/go.mod h1:IJgaaxbgKCsNat18jlJJEAxCY2oVYR3F30B+M4vJ89I=
github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=
Expand Down

0 comments on commit c5e86d1

Please sign in to comment.