Skip to content

Commit

Permalink
Update "app" submodule to commit "2cb11d4"
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Dec 23, 2023
1 parent 2cb11d4 commit 1522601
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.21
require (
github.com/felixge/fgprof v0.9.3
github.com/hashicorp/go-version v1.6.0
github.com/iotaledger/hive.go/ierrors v0.0.0-20231219135817-5e9eb90d6129
github.com/iotaledger/hive.go/lo v0.0.0-20231219135817-5e9eb90d6129
github.com/iotaledger/hive.go/log v0.0.0-20231219135817-5e9eb90d6129
github.com/iotaledger/hive.go/runtime v0.0.0-20231219135817-5e9eb90d6129
github.com/iotaledger/hive.go/ierrors v0.0.0-20231223024840-2cb11d4a5839
github.com/iotaledger/hive.go/lo v0.0.0-20231223024840-2cb11d4a5839
github.com/iotaledger/hive.go/log v0.0.0-20231223024840-2cb11d4a5839
github.com/iotaledger/hive.go/runtime v0.0.0-20231223024840-2cb11d4a5839
github.com/knadh/koanf v1.5.0
github.com/spf13/cast v1.6.0
github.com/spf13/pflag v1.0.5
Expand All @@ -28,10 +28,10 @@ require (
github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // 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/ds 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/stringify v0.0.0-20231219135817-5e9eb90d6129 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231223024840-2cb11d4a5839 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20231223024840-2cb11d4a5839 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231223024840-2cb11d4a5839 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231223024840-2cb11d4a5839 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
Expand Down
32 changes: 16 additions & 16 deletions app/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -159,22 +159,22 @@ github.com/holiman/uint256 v1.2.4/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXei
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/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w=
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/log v0.0.0-20231219135817-5e9eb90d6129 h1:9gGN1RNya+GOXF8+dJrS/eMjVVvnxdtLkwE0mc0vYzo=
github.com/iotaledger/hive.go/log v0.0.0-20231219135817-5e9eb90d6129/go.mod h1:JQ7L06XNadFPtxCTKWOtzTtWQEgDHIt5NXAnQoPdu30=
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/stringify v0.0.0-20231219135817-5e9eb90d6129 h1:wofknlXP6281s67NU+JFBmsKggu5cXZbKgyYoWbEYPU=
github.com/iotaledger/hive.go/stringify v0.0.0-20231219135817-5e9eb90d6129/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
github.com/iotaledger/hive.go/constraints v0.0.0-20231223024840-2cb11d4a5839 h1:CSDPnIytRMoDEvFnT2Pw13OrQDz1jtsX7sn20VP7Pw8=
github.com/iotaledger/hive.go/constraints v0.0.0-20231223024840-2cb11d4a5839/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ds v0.0.0-20231223024840-2cb11d4a5839 h1:wMmWzTtTg4AlKwN9zFtUOEds90drLqAkMEt5ehFKQvE=
github.com/iotaledger/hive.go/ds v0.0.0-20231223024840-2cb11d4a5839/go.mod h1:2LreTPieQaMEhYMZmAfbfIwVKm9+bT7wUC1jsfGvYMU=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231223024840-2cb11d4a5839 h1:p7YP2ME7yqN3IwU4GGIRo/KfKmt7/p4OaY3t3vn8Mxg=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231223024840-2cb11d4a5839/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20231223024840-2cb11d4a5839 h1:rfLp/OYHMYa2tKoaH8QGRrz/VGDRqgO2PefvYVIFrr0=
github.com/iotaledger/hive.go/lo v0.0.0-20231223024840-2cb11d4a5839/go.mod h1:w3abvs2FpXLd8rugaTq5YnT4KbniyulhePRU77F5pCg=
github.com/iotaledger/hive.go/log v0.0.0-20231223024840-2cb11d4a5839 h1:pmb0keOWnFHYTqcRCLyqufTwlFiB9WFE+6amHJ35IPY=
github.com/iotaledger/hive.go/log v0.0.0-20231223024840-2cb11d4a5839/go.mod h1:9QT/3ZQB/sNlRgBxw07iJeD4a9e7GIRwNIdanIccx+Q=
github.com/iotaledger/hive.go/runtime v0.0.0-20231223024840-2cb11d4a5839 h1:3ArIQ8KGV9hd5De4tsS8mSfQ7xvt01KyA3KRFp9UckQ=
github.com/iotaledger/hive.go/runtime v0.0.0-20231223024840-2cb11d4a5839/go.mod h1:AzqO/YvIdFTZoK8r9UWHvxrqaWeWxDN+rFf+V7b/6gY=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231223024840-2cb11d4a5839 h1:hKRbtQTvq9b4un0D7sDYxjU/ZCcvz5Clj0ygBIoZKQA=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231223024840-2cb11d4a5839/go.mod h1:LkvNBG7PeoQgCCSB/eMNX8kSHTXtRN10kFciLdMvcgc=
github.com/iotaledger/hive.go/stringify v0.0.0-20231223024840-2cb11d4a5839 h1:qCn7BuKInfcBamzTCOFwboeocZIgS5XB46BPZgvQlTI=
github.com/iotaledger/hive.go/stringify v0.0.0-20231223024840-2cb11d4a5839/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=
Expand Down

0 comments on commit 1522601

Please sign in to comment.