Skip to content

Commit

Permalink
Update to master commitid
Browse files Browse the repository at this point in the history
  • Loading branch information
jakys committed Oct 11, 2023
1 parent 53877d6 commit 806c903
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.17

require (
entgo.io/ent v0.12.0
github.com/NpoolPlatform/basal-middleware v0.0.0-20231008034340-a1d6a899ef37
github.com/NpoolPlatform/chain-middleware v0.0.0-20231008090947-e534ba41d758
github.com/NpoolPlatform/basal-middleware v0.0.0-20231011062124-7ea6e9549a66
github.com/NpoolPlatform/chain-middleware v0.0.0-20231011074145-82189c94cb0c
github.com/NpoolPlatform/go-service-framework v0.0.0-20230930023319-e48074d9472e
github.com/NpoolPlatform/libent-cruder v0.0.0-20231008034140-808c78a650ca
github.com/NpoolPlatform/libent-cruder v0.0.0-20231008051607-f64457cf6ab6
github.com/NpoolPlatform/message v0.0.0-20231008114012-493e7589dda5
github.com/NpoolPlatform/sphinx-plugin v0.0.0-20230924064941-63a3bc0fe04b
github.com/google/uuid v1.3.0
Expand All @@ -24,7 +24,7 @@ require (
github.com/Geapefurit/gotron-sdk v0.0.0-20220724074720-3d7ea3cbd771 // indirect
github.com/GeertJohan/go.incremental v1.0.0 // indirect
github.com/GeertJohan/go.rice v1.0.2 // indirect
github.com/NpoolPlatform/build-chain v0.0.0-20231009011053-997261f760bb // indirect
github.com/NpoolPlatform/build-chain v0.0.0-20231011074120-ff16032f3118 // indirect
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/Shonminh/apollo-client v0.4.0 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ github.com/GeertJohan/go.rice v1.0.2 h1:PtRw+Tg3oa3HYwiDBZyvOJ8LdIyf6lAovJJtr7YO
github.com/GeertJohan/go.rice v1.0.2/go.mod h1:af5vUNlDNkCjOZeSGFgIJxDje9qdjsO6hshx0gTmZt4=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/Kubuxu/go-os-helper v0.0.1/go.mod h1:N8B+I7vPCT80IcP58r50u4+gEEcsZETFUpAzWW2ep1Y=
github.com/NpoolPlatform/basal-middleware v0.0.0-20231008034340-a1d6a899ef37 h1:/Y9A/Y7pyMIU1yEcYNU2N7SgzJy7snCrz9s4fDpBg2g=
github.com/NpoolPlatform/basal-middleware v0.0.0-20231008034340-a1d6a899ef37/go.mod h1:x+7Urm0IKub+2yGxAgdL2R4I6ZkICmMjhM0N8Q3G33U=
github.com/NpoolPlatform/build-chain v0.0.0-20231009011053-997261f760bb h1:y5Dr5M1CPw/G/7s/qBXQn2bSYx2gEQwDed+78qQ7nik=
github.com/NpoolPlatform/build-chain v0.0.0-20231009011053-997261f760bb/go.mod h1:E8FiiMxNxEnISAHBo6o3JhQ3Gb1iOxDyZSL+oWzBorg=
github.com/NpoolPlatform/chain-middleware v0.0.0-20231008090947-e534ba41d758 h1:D1VssOHrSSF1FS4KiOtqK+oMiCGR14zQAr1TcWCTiok=
github.com/NpoolPlatform/chain-middleware v0.0.0-20231008090947-e534ba41d758/go.mod h1:kLvUyaxmcwm/yH9Lz1VO/Yw+8uSlkiN95N4bDulMHNU=
github.com/NpoolPlatform/basal-middleware v0.0.0-20231011062124-7ea6e9549a66 h1:KlQV/V75WqicxzTzgr82cdmt8TOVegYjmtCW9t/K8kA=
github.com/NpoolPlatform/basal-middleware v0.0.0-20231011062124-7ea6e9549a66/go.mod h1:WlyWMkHKHeW9PuST/CvRAw9pkhfrr/XS8VDISBaKdGA=
github.com/NpoolPlatform/build-chain v0.0.0-20231011074120-ff16032f3118 h1:mwei2puN7BSBAkhT8hZGkyx2eRpoBecO6XBsWfn1GwQ=
github.com/NpoolPlatform/build-chain v0.0.0-20231011074120-ff16032f3118/go.mod h1:wB5w2rlRL1Az+5jko1qMS/BId1/0x/Km//DXs+QtH8E=
github.com/NpoolPlatform/chain-middleware v0.0.0-20231011074145-82189c94cb0c h1:8WY7k8kSrwkfFeIXrHxt/chqvXooMzn9Y/saM079B88=
github.com/NpoolPlatform/chain-middleware v0.0.0-20231011074145-82189c94cb0c/go.mod h1:UWe4ZlzEA5ADnzt5lA/wIBm8oO8YZVF4eZhteYESY/w=
github.com/NpoolPlatform/go-service-framework v0.0.0-20230930023319-e48074d9472e h1:onuKGDkR7ZDj5iXRY+e7SclNRo5OZF4/X4Dg0ZyqiRY=
github.com/NpoolPlatform/go-service-framework v0.0.0-20230930023319-e48074d9472e/go.mod h1:Kh7DMkWnYOMHxEKq7QfJqbxm1HaUPkhTNN74lfHQxyE=
github.com/NpoolPlatform/libent-cruder v0.0.0-20231008034140-808c78a650ca h1:mcU9KBlY+EDqh8JS+qxbtOvMe6hL3sndDOP4N2qJz7k=
github.com/NpoolPlatform/libent-cruder v0.0.0-20231008034140-808c78a650ca/go.mod h1:EXCihQpRNNyWaPu1IphiZFLTyyUK/CJMZdW4My7y48Q=
github.com/NpoolPlatform/libent-cruder v0.0.0-20231008051607-f64457cf6ab6 h1:zbM3Zq0qObWEiw+wYJihNFOsBfXey8mBgAhT7HzGB8Y=
github.com/NpoolPlatform/libent-cruder v0.0.0-20231008051607-f64457cf6ab6/go.mod h1:EXCihQpRNNyWaPu1IphiZFLTyyUK/CJMZdW4My7y48Q=
github.com/NpoolPlatform/message v0.0.0-20231008114012-493e7589dda5 h1:foSFjaZdXkk8EL+ZufFn163bx5VzLBH0fh3ffofEMFs=
github.com/NpoolPlatform/message v0.0.0-20231008114012-493e7589dda5/go.mod h1:PxJpF0vSSOke+NJskbRBRQ2fK2K3SRe8zaEja+GxSHk=
github.com/NpoolPlatform/sphinx-plugin v0.0.0-20230924064941-63a3bc0fe04b h1:TkpP6LkJYIGxn4gjrJ5w4tNKx4jAdzUjlCB7LDV75Fk=
Expand Down

0 comments on commit 806c903

Please sign in to comment.