Skip to content

Commit

Permalink
Update "log" submodule to commit "47c65ec"
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Apr 19, 2024
1 parent 47c65ec commit 5c7bf1e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions log/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ module github.com/iotaledger/hive.go/log
go 1.22

require (
github.com/iotaledger/hive.go/ds v0.0.0-20240326102522-2e37ab3611a3
github.com/iotaledger/hive.go/ierrors v0.0.0-20240326102522-2e37ab3611a3
github.com/iotaledger/hive.go/runtime v0.0.0-20240326102522-2e37ab3611a3
github.com/iotaledger/hive.go/ds v0.0.0-20240419090022-47c65eccc5c3
github.com/iotaledger/hive.go/ierrors v0.0.0-20240419090022-47c65eccc5c3
github.com/iotaledger/hive.go/runtime v0.0.0-20240419090022-47c65eccc5c3
)

require (
github.com/ethereum/go-ethereum v1.13.15 // 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-20240326102522-2e37ab3611a3 // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20240326102522-2e37ab3611a3 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135123-dc9551f4c690 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240326102522-2e37ab3611a3 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240419090022-47c65eccc5c3 // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20240419090022-47c65eccc5c3 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240419090022-47c65eccc5c3 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240419090022-47c65eccc5c3 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/petermattis/goid v0.0.0-20240327183114-c42a807a84ba // indirect
github.com/sasha-s/go-deadlock v0.3.1 // indirect
Expand Down
28 changes: 14 additions & 14 deletions log/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ 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-20240326102522-2e37ab3611a3 h1:jIWLMDyeQvm3Uy1TMnKZLv+F3XgHpoQO5lfSyKSnkPs=
github.com/iotaledger/hive.go/constraints v0.0.0-20240326102522-2e37ab3611a3/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ds v0.0.0-20240326102522-2e37ab3611a3 h1:qvZYXVZPxRRaZ0EesxlLI8mlqtSdl/lttuxkoxGeZdM=
github.com/iotaledger/hive.go/ds v0.0.0-20240326102522-2e37ab3611a3/go.mod h1:PU8vmnyWDAM7Nbl/j9pRIemNfMEO/vPQ/tN3wks55lE=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240326102522-2e37ab3611a3 h1:5vlaAc8OtyKkljrncT575M+Iv2swTw7QZTmoFlb5Vzc=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240326102522-2e37ab3611a3/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/lo v0.0.0-20240326102522-2e37ab3611a3 h1:I2Yxf7hqLFMIDCmqHJw+9pe2Byt4yco6mW/+08Ez8Gw=
github.com/iotaledger/hive.go/lo v0.0.0-20240326102522-2e37ab3611a3/go.mod h1:V6O70RMPKU1vVN1JqmLbOFeQbR11MmQha9ZboaD3q0Q=
github.com/iotaledger/hive.go/runtime v0.0.0-20240326102522-2e37ab3611a3 h1:Qm4ieb0nUgWAl2f7uatKCaFEYxHIoN74nSfWKTXf1D0=
github.com/iotaledger/hive.go/runtime v0.0.0-20240326102522-2e37ab3611a3/go.mod h1:5HB62balCh5K0F61kuMAPZs1HkBn95J1L+3ZFiUSn/4=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135123-dc9551f4c690 h1:0ILxOm9L2TjPm/pgCPOOAVqKuBNnVtrNBnHZ+piD6PM=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135123-dc9551f4c690/go.mod h1:NK05G4PxwZF1m4jGANJWLhAQ2hP1Nt0L8mgCTFLsSCw=
github.com/iotaledger/hive.go/stringify v0.0.0-20240326102522-2e37ab3611a3 h1:lIkipTVd8z/G+Iup64OA2CnMFjsTHpwSomw0u4tCRtc=
github.com/iotaledger/hive.go/stringify v0.0.0-20240326102522-2e37ab3611a3/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig=
github.com/iotaledger/hive.go/constraints v0.0.0-20240419090022-47c65eccc5c3 h1:zqfuphVDJAxa0fuF3EzQ1B+RZmeYUc2LRwg+pMqMJkI=
github.com/iotaledger/hive.go/constraints v0.0.0-20240419090022-47c65eccc5c3/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ds v0.0.0-20240419090022-47c65eccc5c3 h1:OxkkEc5TVmBwKWweMkiXm7Ju/7LBzt21K+5QyjAQOSg=
github.com/iotaledger/hive.go/ds v0.0.0-20240419090022-47c65eccc5c3/go.mod h1:jrGo5mMIWRkRj/7l1h+uy115C1natE5RaXD8Kjl8B3I=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240419090022-47c65eccc5c3 h1:4TOm3DeynGxzu7wLzWZeEPHTC+RbmemgIX75zcZ0oQc=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240419090022-47c65eccc5c3/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/lo v0.0.0-20240419090022-47c65eccc5c3 h1:kaacu3+mGce/ASyHRIH0o38m8frCnr2B1e31/xuzll4=
github.com/iotaledger/hive.go/lo v0.0.0-20240419090022-47c65eccc5c3/go.mod h1:bSVsU1c4je63jbBS+u/CBRzOuxpjIiALZ6/vquCbw6k=
github.com/iotaledger/hive.go/runtime v0.0.0-20240419090022-47c65eccc5c3 h1:wDwhMb+FgnvoJNQzK7WjyxhVdhm4DNb87/aX/jGVeOs=
github.com/iotaledger/hive.go/runtime v0.0.0-20240419090022-47c65eccc5c3/go.mod h1:2G9qFXIfrGoS7UyfnDWXUr9iZX38hp37Hnmdz44YBIA=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240419090022-47c65eccc5c3 h1:9WCc1J5QaylkC8HH3yN2H2MZHAhAUh4oDpJdblzr9qw=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240419090022-47c65eccc5c3/go.mod h1:TXhgZZ0wD1ylof5msP+21xypd2utw0F8tEX3kCDR84s=
github.com/iotaledger/hive.go/stringify v0.0.0-20240419090022-47c65eccc5c3 h1:eunToX150XVcdf3RlUb4Rj5hg6hZPclLxF5vQiP9d8Q=
github.com/iotaledger/hive.go/stringify v0.0.0-20240419090022-47c65eccc5c3/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=
Expand Down

0 comments on commit 5c7bf1e

Please sign in to comment.