Skip to content

Commit

Permalink
Update "ads" submodule to commit "4f21924"
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Apr 19, 2024
1 parent 4f21924 commit 9cd42fb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions ads/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ module github.com/iotaledger/hive.go/ads
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/kvstore v0.0.0-20240326102522-2e37ab3611a3
github.com/iotaledger/hive.go/lo v0.0.0-20240326102522-2e37ab3611a3
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135607-4704e82184c0
github.com/iotaledger/hive.go/ds v0.0.0-20240419090836-4f2192459e5d
github.com/iotaledger/hive.go/ierrors v0.0.0-20240419090836-4f2192459e5d
github.com/iotaledger/hive.go/kvstore v0.0.0-20240419090836-4f2192459e5d
github.com/iotaledger/hive.go/lo v0.0.0-20240419090836-4f2192459e5d
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240419090836-4f2192459e5d
github.com/pokt-network/smt v0.10.2
github.com/stretchr/testify v1.9.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240326102522-2e37ab3611a3 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20240326102522-2e37ab3611a3 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240326102522-2e37ab3611a3 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240419090836-4f2192459e5d // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20240419090836-4f2192459e5d // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240419090836-4f2192459e5d // indirect
github.com/kr/text v0.2.0 // indirect
github.com/petermattis/goid v0.0.0-20240327183114-c42a807a84ba // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
32 changes: 16 additions & 16 deletions ads/go.sum
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
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/kvstore v0.0.0-20240326102522-2e37ab3611a3 h1:D1F4NB6Z+5ng3+seCr0sucTVY+sg2BxQXrRyyYFOEOs=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240326102522-2e37ab3611a3/go.mod h1:QU3k6NxoiFnaMfgZwDLFKZKpORxYNP/T1pAxI3N/dDM=
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.20240223135607-4704e82184c0 h1:zlh6AjBNtTnyqORJjV6MmyILkBb2irGxRwaJTqvIhf8=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135607-4704e82184c0/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-20240419090836-4f2192459e5d h1:x6sYmtmNNqDE29n1ypi/4t8TVqiF2r3yYjsoRI+2UpU=
github.com/iotaledger/hive.go/constraints v0.0.0-20240419090836-4f2192459e5d/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ds v0.0.0-20240419090836-4f2192459e5d h1:oJ8NZSWjZdmXmUOs5LSy3XpAdUQ6giBvMbDKRHTG7GQ=
github.com/iotaledger/hive.go/ds v0.0.0-20240419090836-4f2192459e5d/go.mod h1:F2oK6RYYAeG2dgdndSxc6NwNqGt/TZ3lgx5EEQKNoCY=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240419090836-4f2192459e5d h1:ulaWf6LKJEKXFLUwhzOVGxzWKBcwrmd9T03X0+1Mk1w=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240419090836-4f2192459e5d/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240419090836-4f2192459e5d h1:pLYm2osWqs3DSVb/ppca4/dYO650AdMUOielQ05+9U4=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240419090836-4f2192459e5d/go.mod h1:/1tAgBTbFRVogKMIIF1zqD+dCplwtXpxob0k6LlsypM=
github.com/iotaledger/hive.go/lo v0.0.0-20240419090836-4f2192459e5d h1:bXPjnQ3qQhrffnjyq5q29/j8iG7UOc8PwIo3LgiiaUM=
github.com/iotaledger/hive.go/lo v0.0.0-20240419090836-4f2192459e5d/go.mod h1:bSVsU1c4je63jbBS+u/CBRzOuxpjIiALZ6/vquCbw6k=
github.com/iotaledger/hive.go/runtime v0.0.0-20240419090836-4f2192459e5d h1:VQIvdSn4Iand4Nj54UtnT2GgAbTH+L7jrklGM8rVbbo=
github.com/iotaledger/hive.go/runtime v0.0.0-20240419090836-4f2192459e5d/go.mod h1:+lCLTDV7ldfvbqV6WCl0xCajrfbL54ZEmnnsx1mEHLA=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240419090836-4f2192459e5d h1:6cncTjlAM6NZW0cA/lqbjHZdg6kgjcqGIjuI1OsnerU=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240419090836-4f2192459e5d/go.mod h1:TXhgZZ0wD1ylof5msP+21xypd2utw0F8tEX3kCDR84s=
github.com/iotaledger/hive.go/stringify v0.0.0-20240419090836-4f2192459e5d h1:ikEgAb6quKxrd542llH5JjsxlAdAaKf43pMJDuNKDjI=
github.com/iotaledger/hive.go/stringify v0.0.0-20240419090836-4f2192459e5d/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand Down

0 comments on commit 9cd42fb

Please sign in to comment.