Skip to content

Commit

Permalink
Update "web" submodule to commit "8b9bf4e"
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Feb 14, 2024
1 parent 8b9bf4e commit b579433
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions web/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/iotaledger/hive.go/web
go 1.21

require (
github.com/iotaledger/hive.go/constraints v0.0.0-20240212120619-c0bb6cb3c1f8
github.com/iotaledger/hive.go/ds v0.0.0-20240212120619-c0bb6cb3c1f8
github.com/iotaledger/hive.go/ierrors v0.0.0-20240212120619-c0bb6cb3c1f8
github.com/iotaledger/hive.go/lo v0.0.0-20240212120619-c0bb6cb3c1f8
github.com/iotaledger/hive.go/log v0.0.0-20240212120619-c0bb6cb3c1f8
github.com/iotaledger/hive.go/runtime v0.0.0-20240212120619-c0bb6cb3c1f8
github.com/iotaledger/hive.go/constraints v0.0.0-20240214175055-8b9bf4ebdf0b
github.com/iotaledger/hive.go/ds v0.0.0-20240214175055-8b9bf4ebdf0b
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214175055-8b9bf4ebdf0b
github.com/iotaledger/hive.go/lo v0.0.0-20240214175055-8b9bf4ebdf0b
github.com/iotaledger/hive.go/log v0.0.0-20240214175055-8b9bf4ebdf0b
github.com/iotaledger/hive.go/runtime v0.0.0-20240214175055-8b9bf4ebdf0b
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.19.0
nhooyr.io/websocket v1.8.10
Expand All @@ -19,8 +19,8 @@ require (
github.com/ethereum/go-ethereum v1.13.12 // indirect
github.com/holiman/uint256 v1.2.4 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240124160715-975230ae0082 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240212120619-c0bb6cb3c1f8 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240214175055-8b9bf4ebdf0b // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240214175055-8b9bf4ebdf0b // indirect
github.com/kr/text v0.2.0 // indirect
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
32 changes: 16 additions & 16 deletions web/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ 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-20240212120619-c0bb6cb3c1f8 h1:txkxMuqhqhshH2AYtIf2lsEQW/Dpcn3yQ+FQ01D2MyY=
github.com/iotaledger/hive.go/constraints v0.0.0-20240212120619-c0bb6cb3c1f8/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ds v0.0.0-20240212120619-c0bb6cb3c1f8 h1:VEqa20R1fPwz0NpT7Ofot4Si7ysWzhG+DETXJ9q+tPM=
github.com/iotaledger/hive.go/ds v0.0.0-20240212120619-c0bb6cb3c1f8/go.mod h1:iRiH2bgFXBpEZnrioIXjkhT/w8bohgvVvCE4jMBsLns=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240212120619-c0bb6cb3c1f8 h1:lA4TQxTAbx1wGfnGPaWNBkhFb9K1ZSiFTpRwqyDe8o4=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240212120619-c0bb6cb3c1f8/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20240212120619-c0bb6cb3c1f8 h1:1Pk4eWe6vmGP1wTgdj/oWbgojKcL/e1VOZkHxlWTaZk=
github.com/iotaledger/hive.go/lo v0.0.0-20240212120619-c0bb6cb3c1f8/go.mod h1:K40QstiBDbWTYHRczVVuCIbkTstpsJ/0suyFhWnR1Dw=
github.com/iotaledger/hive.go/log v0.0.0-20240212120619-c0bb6cb3c1f8 h1:o7m7XdbuKoMftMzNsKha2NIqWdlTSWaCZaJddMylohw=
github.com/iotaledger/hive.go/log v0.0.0-20240212120619-c0bb6cb3c1f8/go.mod h1:UJEpBcYuTahdZayu/M6MhNA4INWsgYvSS+xWRF80FFA=
github.com/iotaledger/hive.go/runtime v0.0.0-20240212120619-c0bb6cb3c1f8 h1:tf7LeO0aU6YwDSaHehlhAT+vxMFPIIJpQQ5DJSuH/IY=
github.com/iotaledger/hive.go/runtime v0.0.0-20240212120619-c0bb6cb3c1f8/go.mod h1:+AgPOfvlzPCsA78rvMp2zdw0tdiaaOCEcFQCjaY2gz4=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240124160715-975230ae0082 h1:Zjpdg48Vii1Ij20/YYMAx/IoHcHol4aZvcv3qdk7c+Y=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240124160715-975230ae0082/go.mod h1:bpJrJ0zYJqHpk8zIB5Sz7r9KCwpgKBaqHby5Uoouipg=
github.com/iotaledger/hive.go/stringify v0.0.0-20240212120619-c0bb6cb3c1f8 h1:QbFRAd63mBVPbxUqvcwC97sPRrv9hYIF935Hsub5+ww=
github.com/iotaledger/hive.go/stringify v0.0.0-20240212120619-c0bb6cb3c1f8/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
github.com/iotaledger/hive.go/constraints v0.0.0-20240214175055-8b9bf4ebdf0b h1:n88o7gzyUoW10ZycLp2V9MQ/Cf6of6QCl8LsgbgaE6U=
github.com/iotaledger/hive.go/constraints v0.0.0-20240214175055-8b9bf4ebdf0b/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ds v0.0.0-20240214175055-8b9bf4ebdf0b h1:gpQfsbKVOUaLIE1RyMFCBSq+28YYprfZRCrl9St1jmg=
github.com/iotaledger/hive.go/ds v0.0.0-20240214175055-8b9bf4ebdf0b/go.mod h1:UxnYEJlWz87/hQxmSngDwAxPjFqbTgnDpDczL8mqXVk=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214175055-8b9bf4ebdf0b h1:oXiOLQLQ/UaQtSp/DjxG5EAhibz9kMY72IG2kjwiriQ=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214175055-8b9bf4ebdf0b/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20240214175055-8b9bf4ebdf0b h1:j8sd9X0ywYYMiiGKUnF5Uc/X5jmBQT1tsPwvJ//rYkQ=
github.com/iotaledger/hive.go/lo v0.0.0-20240214175055-8b9bf4ebdf0b/go.mod h1:emwj7JQEo+BOIxtkcQwfr9x4MgmdHcDMjxFZohJ+sIk=
github.com/iotaledger/hive.go/log v0.0.0-20240214175055-8b9bf4ebdf0b h1:+/66nL7GCylZuWYQRom5Kkz6LTxD60uB+mdPqx0xyd8=
github.com/iotaledger/hive.go/log v0.0.0-20240214175055-8b9bf4ebdf0b/go.mod h1:wDmhnVYX4ETSxFjuJNKe1LtNRmWs1GvOIZNkWY9yFHc=
github.com/iotaledger/hive.go/runtime v0.0.0-20240214175055-8b9bf4ebdf0b h1:yJ1EDwRAIZmTCGJENDA6/33jufvlcgbENYZaYN5yJww=
github.com/iotaledger/hive.go/runtime v0.0.0-20240214175055-8b9bf4ebdf0b/go.mod h1:DAl3k9cClMCxIWbGQX44mdV3ZExly2kJW979G0bZ3cU=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240214175055-8b9bf4ebdf0b h1:dRm25anqpvD+E4NQLcbUlL7vO0+9C7+ZOSXwZDx5830=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240214175055-8b9bf4ebdf0b/go.mod h1:Wz93StLE7p0UjPIPy/DDw0xZtuxPIUwBUa2fSmCWL9A=
github.com/iotaledger/hive.go/stringify v0.0.0-20240214175055-8b9bf4ebdf0b h1:NTOLX+TJqSF1H7pNrG9cGEkQEWnpPiYOws5yl2OcXDE=
github.com/iotaledger/hive.go/stringify v0.0.0-20240214175055-8b9bf4ebdf0b/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
Expand Down

0 comments on commit b579433

Please sign in to comment.