Skip to content

Commit

Permalink
Update "log" submodule to commit "3b9576e"
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Dec 23, 2023
1 parent 3b9576e commit 9545787
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions log/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ module github.com/iotaledger/hive.go/log
go 1.21

require (
github.com/iotaledger/hive.go/ds v0.0.0-20231219135817-5e9eb90d6129
github.com/iotaledger/hive.go/ierrors v0.0.0-20231219135817-5e9eb90d6129
github.com/iotaledger/hive.go/runtime v0.0.0-20231219135817-5e9eb90d6129
github.com/iotaledger/hive.go/ds v0.0.0-20231223024218-3b9576e01f09
github.com/iotaledger/hive.go/ierrors v0.0.0-20231223024218-3b9576e01f09
github.com/iotaledger/hive.go/runtime v0.0.0-20231223024218-3b9576e01f09
)

require (
github.com/ethereum/go-ethereum v1.13.8 // indirect
github.com/holiman/uint256 v1.2.4 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231219135817-5e9eb90d6129 // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20231219135817-5e9eb90d6129 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231214115948-1e569feb231f // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231223024218-3b9576e01f09 // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20231223024218-3b9576e01f09 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231223024218-3b9576e01f09 // indirect
)
24 changes: 12 additions & 12 deletions log/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ github.com/holiman/uint256 v1.2.4 h1:jUc4Nk8fm9jZabQuqr2JzednajVmBpC+oiTiXZJEApU
github.com/holiman/uint256 v1.2.4/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
github.com/iancoleman/orderedmap v0.3.0 h1:5cbR2grmZR/DiVt+VJopEhtVs9YGInGIxAoMJn+Ichc=
github.com/iancoleman/orderedmap v0.3.0/go.mod h1:XuLcCUkdL5owUCQeF2Ue9uuw1EptkJDkXXS7VoV7XGE=
github.com/iotaledger/hive.go/constraints v0.0.0-20231219135817-5e9eb90d6129 h1:qKZ0wkiHlzuVruEf2kKpFHhS0HVdudeA0c0nlHviUQk=
github.com/iotaledger/hive.go/constraints v0.0.0-20231219135817-5e9eb90d6129/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ds v0.0.0-20231219135817-5e9eb90d6129 h1:COOzb0dR+UiNlMHaGuhBdfBhNOq+c5B8OKduwDP8Wv8=
github.com/iotaledger/hive.go/ds v0.0.0-20231219135817-5e9eb90d6129/go.mod h1:lDpFB4hkoUke5YxJ8ssmNNuY/qaxWaTQtVu/9y9BhKI=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231219135817-5e9eb90d6129 h1:OYwAFLARlHGbl1k1ZXTRi+KL1+RasTCGbCfvFMKTffI=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231219135817-5e9eb90d6129/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20231219135817-5e9eb90d6129 h1:yxBuUmaOmhYEcTQ5pA8G2IBVT9PUaRnek6EinEshEnc=
github.com/iotaledger/hive.go/lo v0.0.0-20231219135817-5e9eb90d6129/go.mod h1:kJ3T3R4oteGiO4KVlsHYoGWjl0StK2svlzqLjDPh7EQ=
github.com/iotaledger/hive.go/runtime v0.0.0-20231219135817-5e9eb90d6129 h1:SzetaTK9Hh5nTNneHO0arTg1+mZiNix5qUdTDRN79UM=
github.com/iotaledger/hive.go/runtime v0.0.0-20231219135817-5e9eb90d6129/go.mod h1:kpzzMz84eIcjRPjJiDv04HBp+vGjW7udXyQ2t/ixjNM=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231214115948-1e569feb231f h1:RlHzFQARwAP8Pnmn/mTTP+UU1Nat/mRjnByE6wPGg20=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231214115948-1e569feb231f/go.mod h1:Jx/bQH7XSseyTFIeGF1nhpLWSKRznzmET70/i9mylBw=
github.com/iotaledger/hive.go/constraints v0.0.0-20231223024218-3b9576e01f09 h1:pxzEMfXaTu6k6rz0YVp2dgpK49Ou8pE9QJimH5WqS+M=
github.com/iotaledger/hive.go/constraints v0.0.0-20231223024218-3b9576e01f09/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ds v0.0.0-20231223024218-3b9576e01f09 h1:0mzeVGEe3qNI9sonN92w0KLqU16/gpzIJ1qeCHVxI7I=
github.com/iotaledger/hive.go/ds v0.0.0-20231223024218-3b9576e01f09/go.mod h1:4+2p7WuAr3BfPDsTa40tPW6B0fCF/YkoCxenQWjdpkU=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231223024218-3b9576e01f09 h1:pipc/p5OyOpr6dm17FUYqBBPcZNL7JuS4Pi6UXejW5c=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231223024218-3b9576e01f09/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20231223024218-3b9576e01f09 h1:N2f+1/jiEqcoYVEwHmPfKmjYxjwls7zgpYdVAxwdorc=
github.com/iotaledger/hive.go/lo v0.0.0-20231223024218-3b9576e01f09/go.mod h1:w3abvs2FpXLd8rugaTq5YnT4KbniyulhePRU77F5pCg=
github.com/iotaledger/hive.go/runtime v0.0.0-20231223024218-3b9576e01f09 h1:X0ym+2Rd4/YONHYpQNBsHob4VODyXO7I0PZTD7VHlU8=
github.com/iotaledger/hive.go/runtime v0.0.0-20231223024218-3b9576e01f09/go.mod h1:M66BK/hHNn8+WbUyI/Iib39JqNWD9NHYeQXxvYzdXFo=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231223024218-3b9576e01f09 h1:sp51hwY+7GAsFMuH2thcZuPIfrRVEGryuLG0JXvplV4=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231223024218-3b9576e01f09/go.mod h1:LkvNBG7PeoQgCCSB/eMNX8kSHTXtRN10kFciLdMvcgc=
github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=
github.com/mr-tron/base58 v1.2.0/go.mod h1:BinMc/sQntlIE1frQmRFPUoPA1Zkr8VRgBdjWI2mNwc=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit 9545787

Please sign in to comment.