Skip to content

Commit

Permalink
Update module github.com/abaldeweg/warehouse-server/framework to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 40c4891 commit 8a427c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.4.5
github.com/abaldeweg/warehouse-server/framework v0.5.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 @@ -52,6 +52,8 @@ github.com/abaldeweg/warehouse-server/framework v0.4.0 h1:NfEkyFGlW4/mXI5lBzGsfa
github.com/abaldeweg/warehouse-server/framework v0.4.0/go.mod h1:AWIwzTUvseVdZ5ZMeXcPsFnq9E2cQ74EmWxGzvZI/5k=
github.com/abaldeweg/warehouse-server/framework v0.4.5 h1:1v3V8LZeFOUWADtFjbo3WgXj1ca8T7LdOKyl6YFELF8=
github.com/abaldeweg/warehouse-server/framework v0.4.5/go.mod h1:AWIwzTUvseVdZ5ZMeXcPsFnq9E2cQ74EmWxGzvZI/5k=
github.com/abaldeweg/warehouse-server/framework v0.5.0 h1:eIRZ0G9g0+qBd0j33i+eVgKxsVw6aRmZV1u0AtsLAjY=
github.com/abaldeweg/warehouse-server/framework v0.5.0/go.mod h1:AWIwzTUvseVdZ5ZMeXcPsFnq9E2cQ74EmWxGzvZI/5k=
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
4 changes: 2 additions & 2 deletions gateway/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ module github.com/abaldeweg/warehouse-server/gateway
go 1.23

require (
github.com/abaldeweg/warehouse-server/framework v0.4.5
github.com/abaldeweg/warehouse-server/framework v0.5.0
github.com/gin-gonic/gin v1.10.0
github.com/joho/godotenv v1.5.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
golang.org/x/image v0.21.0
)

require (
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
golang.org/x/image v0.21.0 // indirect
)

require (
Expand Down
2 changes: 2 additions & 0 deletions gateway/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ github.com/abaldeweg/warehouse-server/framework v0.4.0 h1:NfEkyFGlW4/mXI5lBzGsfa
github.com/abaldeweg/warehouse-server/framework v0.4.0/go.mod h1:AWIwzTUvseVdZ5ZMeXcPsFnq9E2cQ74EmWxGzvZI/5k=
github.com/abaldeweg/warehouse-server/framework v0.4.5 h1:1v3V8LZeFOUWADtFjbo3WgXj1ca8T7LdOKyl6YFELF8=
github.com/abaldeweg/warehouse-server/framework v0.4.5/go.mod h1:AWIwzTUvseVdZ5ZMeXcPsFnq9E2cQ74EmWxGzvZI/5k=
github.com/abaldeweg/warehouse-server/framework v0.5.0 h1:eIRZ0G9g0+qBd0j33i+eVgKxsVw6aRmZV1u0AtsLAjY=
github.com/abaldeweg/warehouse-server/framework v0.5.0/go.mod h1:AWIwzTUvseVdZ5ZMeXcPsFnq9E2cQ74EmWxGzvZI/5k=
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 8a427c5

Please sign in to comment.