Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github.com/abaldeweg/warehouse-server/framework digest to 957002a - autoclosed #2

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/abaldeweg/warehouse-server/blog
go 1.23

require (
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016201850-e94906dcf7f2
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016202102-957002ae8e77
github.com/gin-gonic/gin v1.10.0
github.com/spf13/viper v1.19.0
gopkg.in/yaml.v3 v3.0.1
Expand Down
2 changes: 2 additions & 0 deletions blog/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016195406-c3db53c4ae
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016195406-c3db53c4ae4f/go.mod h1:G8oaC0u7AkalQX5VJwlSgJbZ36OXnOoyhpT3CxpU6Ow=
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016201850-e94906dcf7f2 h1:0xopqpMWQkKw+rjEXh8jbcHoBJ7rapR8Bp0xWmLcqVg=
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016201850-e94906dcf7f2/go.mod h1:G8oaC0u7AkalQX5VJwlSgJbZ36OXnOoyhpT3CxpU6Ow=
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016202102-957002ae8e77 h1:iBLkApUrqxMrwWrq0BnIVCpMALFHLZT4HoPsJE0oP2I=
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016202102-957002ae8e77/go.mod h1:G8oaC0u7AkalQX5VJwlSgJbZ36OXnOoyhpT3CxpU6Ow=
github.com/bytedance/sonic v1.11.6 h1:oUp34TzMlL+OY1OUWxHqsdkgC/Zfc85zGqw9siXjrc0=
github.com/bytedance/sonic v1.11.6/go.mod h1:LysEHSvpvDySVdC2f87zGWf6CIKJcAvqab1ZaiQtds4=
github.com/bytedance/sonic/loader v0.1.1 h1:c+e5Pt1k/cy5wMveRDyk2X4B9hF4g7an8N3zCYjJFNM=
Expand Down
2 changes: 1 addition & 1 deletion gateway/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/abaldeweg/warehouse-server/gateway
go 1.23

require (
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016201850-e94906dcf7f2
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016202102-957002ae8e77
github.com/gin-gonic/gin v1.10.0
github.com/joho/godotenv v1.5.1
github.com/spf13/viper v1.19.0
Expand Down
2 changes: 2 additions & 0 deletions gateway/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016195406-c3db53c4ae
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016195406-c3db53c4ae4f/go.mod h1:G8oaC0u7AkalQX5VJwlSgJbZ36OXnOoyhpT3CxpU6Ow=
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016201850-e94906dcf7f2 h1:0xopqpMWQkKw+rjEXh8jbcHoBJ7rapR8Bp0xWmLcqVg=
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016201850-e94906dcf7f2/go.mod h1:G8oaC0u7AkalQX5VJwlSgJbZ36OXnOoyhpT3CxpU6Ow=
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016202102-957002ae8e77 h1:iBLkApUrqxMrwWrq0BnIVCpMALFHLZT4HoPsJE0oP2I=
github.com/abaldeweg/warehouse-server/framework v0.0.0-20241016202102-957002ae8e77/go.mod h1:G8oaC0u7AkalQX5VJwlSgJbZ36OXnOoyhpT3CxpU6Ow=
github.com/bytedance/sonic v1.11.6 h1:oUp34TzMlL+OY1OUWxHqsdkgC/Zfc85zGqw9siXjrc0=
github.com/bytedance/sonic v1.11.6/go.mod h1:LysEHSvpvDySVdC2f87zGWf6CIKJcAvqab1ZaiQtds4=
github.com/bytedance/sonic/loader v0.1.1 h1:c+e5Pt1k/cy5wMveRDyk2X4B9hF4g7an8N3zCYjJFNM=
Expand Down
Loading