Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and actions-user committed Nov 7, 2023
1 parent 09d0938 commit ba21ffc
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion tools/evm/evmemulator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 // indirect
github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/kvstore v0.0.0-20230629181801-64c530ff9d15 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tools/evm/evmemulator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 h1:dTrD7X2PT
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7/go.mod h1:ZRdPu684P0fQ1z8sXz4dj9H5LWHhz4a9oCtvjunkSrw=
github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15 h1:ywzdfG6X522zHDdMp4gFYyr4MXnPk5tN99MtdCEhumM=
github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15/go.mod h1:vMXrLYkkHAqQC8yGLXcB1Adq9s3hPPf8Dv4sfd/koas=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15 h1:GhlFUSZeNSpjA3+myBOJu04W2BKWaKvjJjqfunBA+Zg=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15/go.mod h1:bvXXc6quBdERMMKnirr2+iQU4WnTz4KDbdHcusW9Ats=
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc h1:OZ4tD5vB+iUvQxPP5twGkWJDHw8Qrk6EbrTBAUa1iqU=
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15 h1:x0z1qd3CjuIw/sXmpkOwIWQUcsxBBpBSWgfAhahQiw8=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15/go.mod h1:xp9Wbk2vp4LHb0xTbDRphSJLgLYvRNNe5lWHd8OLI5c=
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15 h1:Zs3fuwTj4dvSVhBou8gm4CCTMsvdwnb/8B0I9ICDUPA=
Expand Down
2 changes: 1 addition & 1 deletion tools/gascalibration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ require (
github.com/huin/goupnp v1.2.0 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/kvstore v0.0.0-20230629181801-64c530ff9d15 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tools/gascalibration/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/iotaledger/go-ethereum v1.12.2-wasp2 h1:TRWPFnLVL0e8V9PF2L6zpVjYjVE1h+fuTQk52zpFsFY=
github.com/iotaledger/go-ethereum v1.12.2-wasp2/go.mod h1:1cRAEV+rp/xX0zraSCBnu9Py3HQ+geRMj3HdR+k0wfI=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15 h1:GhlFUSZeNSpjA3+myBOJu04W2BKWaKvjJjqfunBA+Zg=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15/go.mod h1:bvXXc6quBdERMMKnirr2+iQU4WnTz4KDbdHcusW9Ats=
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc h1:OZ4tD5vB+iUvQxPP5twGkWJDHw8Qrk6EbrTBAUa1iqU=
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15 h1:x0z1qd3CjuIw/sXmpkOwIWQUcsxBBpBSWgfAhahQiw8=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15/go.mod h1:xp9Wbk2vp4LHb0xTbDRphSJLgLYvRNNe5lWHd8OLI5c=
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15 h1:Zs3fuwTj4dvSVhBou8gm4CCTMsvdwnb/8B0I9ICDUPA=
Expand Down
2 changes: 1 addition & 1 deletion tools/gendoc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ require (
github.com/huin/goupnp v1.2.0 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/kvstore v0.0.0-20230629181801-64c530ff9d15 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tools/gendoc/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15 h1:ywzdfG6X
github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15/go.mod h1:vMXrLYkkHAqQC8yGLXcB1Adq9s3hPPf8Dv4sfd/koas=
github.com/iotaledger/hive.go/apputils v1.0.0-rc.1.0.20230417125513-e2e89991217f h1:7WLntDniah8KzA5XLb4hwhtR+gR+UYIot9gDpXPJ824=
github.com/iotaledger/hive.go/apputils v1.0.0-rc.1.0.20230417125513-e2e89991217f/go.mod h1:07HqeSxRXp/JFguDfDH4jb+dwDJ/jIE4xZ0iTMtSrGc=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15 h1:GhlFUSZeNSpjA3+myBOJu04W2BKWaKvjJjqfunBA+Zg=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15/go.mod h1:bvXXc6quBdERMMKnirr2+iQU4WnTz4KDbdHcusW9Ats=
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc h1:OZ4tD5vB+iUvQxPP5twGkWJDHw8Qrk6EbrTBAUa1iqU=
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15 h1:x0z1qd3CjuIw/sXmpkOwIWQUcsxBBpBSWgfAhahQiw8=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15/go.mod h1:xp9Wbk2vp4LHb0xTbDRphSJLgLYvRNNe5lWHd8OLI5c=
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15 h1:Zs3fuwTj4dvSVhBou8gm4CCTMsvdwnb/8B0I9ICDUPA=
Expand Down
2 changes: 1 addition & 1 deletion tools/wasp-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 // indirect
github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/kvstore v0.0.0-20230629181801-64c530ff9d15 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tools/wasp-cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 h1:dTrD7X2PT
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7/go.mod h1:ZRdPu684P0fQ1z8sXz4dj9H5LWHhz4a9oCtvjunkSrw=
github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15 h1:ywzdfG6X522zHDdMp4gFYyr4MXnPk5tN99MtdCEhumM=
github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15/go.mod h1:vMXrLYkkHAqQC8yGLXcB1Adq9s3hPPf8Dv4sfd/koas=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15 h1:GhlFUSZeNSpjA3+myBOJu04W2BKWaKvjJjqfunBA+Zg=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15/go.mod h1:bvXXc6quBdERMMKnirr2+iQU4WnTz4KDbdHcusW9Ats=
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc h1:OZ4tD5vB+iUvQxPP5twGkWJDHw8Qrk6EbrTBAUa1iqU=
github.com/iotaledger/hive.go/constraints v0.0.0-20231107022507-afd931daecdc/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15 h1:x0z1qd3CjuIw/sXmpkOwIWQUcsxBBpBSWgfAhahQiw8=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15/go.mod h1:xp9Wbk2vp4LHb0xTbDRphSJLgLYvRNNe5lWHd8OLI5c=
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15 h1:Zs3fuwTj4dvSVhBou8gm4CCTMsvdwnb/8B0I9ICDUPA=
Expand Down

0 comments on commit ba21ffc

Please sign in to comment.