Skip to content

Commit

Permalink
Merge pull request #16 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.7.1
  • Loading branch information
abaldeweg authored Nov 11, 2024
2 parents a664950 + 7d71d4d commit ceaa790
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.6.0
github.com/abaldeweg/warehouse-server/framework v0.7.1
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 @@ -64,6 +64,8 @@ github.com/abaldeweg/warehouse-server/framework v0.5.1 h1:moXl8UOw7RyRF9IolJ5hHp
github.com/abaldeweg/warehouse-server/framework v0.5.1/go.mod h1:AWIwzTUvseVdZ5ZMeXcPsFnq9E2cQ74EmWxGzvZI/5k=
github.com/abaldeweg/warehouse-server/framework v0.6.0 h1:euRB2jjlMwDlXb4sbd1NWCd3i9FcBO5at1zbXPe53A0=
github.com/abaldeweg/warehouse-server/framework v0.6.0/go.mod h1:jQ23mOhA90TlUolBDVVUIZsDXyLKoIo1OpcQ/mqcjd0=
github.com/abaldeweg/warehouse-server/framework v0.7.1 h1:lgeGqGz5LjwAwt059wS88HVcpc94rAYPM3pQVYSkLJw=
github.com/abaldeweg/warehouse-server/framework v0.7.1/go.mod h1:jQ23mOhA90TlUolBDVVUIZsDXyLKoIo1OpcQ/mqcjd0=
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.6.0
github.com/abaldeweg/warehouse-server/framework v0.7.1
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 @@ -10,6 +10,8 @@ github.com/abaldeweg/warehouse-server/framework v0.5.1 h1:moXl8UOw7RyRF9IolJ5hHp
github.com/abaldeweg/warehouse-server/framework v0.5.1/go.mod h1:AWIwzTUvseVdZ5ZMeXcPsFnq9E2cQ74EmWxGzvZI/5k=
github.com/abaldeweg/warehouse-server/framework v0.6.0 h1:euRB2jjlMwDlXb4sbd1NWCd3i9FcBO5at1zbXPe53A0=
github.com/abaldeweg/warehouse-server/framework v0.6.0/go.mod h1:jQ23mOhA90TlUolBDVVUIZsDXyLKoIo1OpcQ/mqcjd0=
github.com/abaldeweg/warehouse-server/framework v0.7.1 h1:lgeGqGz5LjwAwt059wS88HVcpc94rAYPM3pQVYSkLJw=
github.com/abaldeweg/warehouse-server/framework v0.7.1/go.mod h1:jQ23mOhA90TlUolBDVVUIZsDXyLKoIo1OpcQ/mqcjd0=
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 ceaa790

Please sign in to comment.