Skip to content

Commit

Permalink
Merge pull request #24 from abaldeweg/renovate/github.com-abaldeweg-w…
Browse files Browse the repository at this point in the history
…arehouse-server-framework-0.x

Update module github.com/abaldeweg/warehouse-server/framework to v0.10.0
  • Loading branch information
abaldeweg authored Nov 25, 2024
2 parents 334b73e + bc607cb commit 771d2a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
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.9.0
github.com/abaldeweg/warehouse-server/framework v0.10.0
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 @@ -74,6 +74,8 @@ github.com/abaldeweg/warehouse-server/framework v0.8.0 h1:ssZO+/JczwHVFDfvexn0FL
github.com/abaldeweg/warehouse-server/framework v0.8.0/go.mod h1:jQ23mOhA90TlUolBDVVUIZsDXyLKoIo1OpcQ/mqcjd0=
github.com/abaldeweg/warehouse-server/framework v0.9.0 h1:meFhTl9Cmub/X76NmOcX1wr2NwHxPf3TKc0I57n8rOs=
github.com/abaldeweg/warehouse-server/framework v0.9.0/go.mod h1:OPzlatqRQ83QQQF4dQt+531rVAAy4ZpR4J3Z4ujJB6A=
github.com/abaldeweg/warehouse-server/framework v0.10.0 h1:VqlBpGxwIVSiu0msgwOVS8fUqvGi5BjPPieGMtLIdnc=
github.com/abaldeweg/warehouse-server/framework v0.10.0/go.mod h1:e4CFFt8cdPqenC8XWp3u/hp4CK1HXNsjkrG2BmM0nG4=
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 v1.12.3 h1:W2MGa7RCU1QTeYRTPE3+88mVC0yXmsRQRChiyVocVjU=
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.9.0
github.com/abaldeweg/warehouse-server/framework v0.10.0
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 @@ -16,6 +16,8 @@ github.com/abaldeweg/warehouse-server/framework v0.8.0 h1:ssZO+/JczwHVFDfvexn0FL
github.com/abaldeweg/warehouse-server/framework v0.8.0/go.mod h1:jQ23mOhA90TlUolBDVVUIZsDXyLKoIo1OpcQ/mqcjd0=
github.com/abaldeweg/warehouse-server/framework v0.9.0 h1:meFhTl9Cmub/X76NmOcX1wr2NwHxPf3TKc0I57n8rOs=
github.com/abaldeweg/warehouse-server/framework v0.9.0/go.mod h1:OPzlatqRQ83QQQF4dQt+531rVAAy4ZpR4J3Z4ujJB6A=
github.com/abaldeweg/warehouse-server/framework v0.10.0 h1:VqlBpGxwIVSiu0msgwOVS8fUqvGi5BjPPieGMtLIdnc=
github.com/abaldeweg/warehouse-server/framework v0.10.0/go.mod h1:e4CFFt8cdPqenC8XWp3u/hp4CK1HXNsjkrG2BmM0nG4=
github.com/bytedance/sonic v1.12.3 h1:W2MGa7RCU1QTeYRTPE3+88mVC0yXmsRQRChiyVocVjU=
github.com/bytedance/sonic v1.12.3/go.mod h1:B8Gt/XvtZ3Fqj+iSKMypzymZxw/FVwgIGKzMzT9r/rk=
github.com/bytedance/sonic/loader v0.1.1/go.mod h1:ncP89zfokxS5LZrJxl5z0UJcsk4M4yY2JpfqGeCtNLU=
Expand Down

0 comments on commit 771d2a5

Please sign in to comment.