Skip to content

Commit

Permalink
chore: upgrade package
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Apr 25, 2024
1 parent e34d164 commit ce2cbcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/gin-gonic/gin v1.9.1
github.com/go-playground/validator/v10 v10.19.0
github.com/go-resty/resty/v2 v2.12.0
github.com/things-go/encoding v0.1.0
github.com/things-go/encoding v0.1.1
golang.org/x/oauth2 v0.19.0
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415141817-7cd4c1c1f9ec
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/things-go/encoding v0.1.0 h1:yMx106r4bHBlufDb3jKxZDBdN1aXHueQAvTY1/H39Jg=
github.com/things-go/encoding v0.1.0/go.mod h1:eloCyfqyCoAMhOpJqfk9SNTswQmiJVqhRYHgWh4QKJc=
github.com/things-go/encoding v0.1.1 h1:MsPLlFLcCO8FJc4V/uaqpnGnVmQAf/+rUgC2fdjsNc4=
github.com/things-go/encoding v0.1.1/go.mod h1:eloCyfqyCoAMhOpJqfk9SNTswQmiJVqhRYHgWh4QKJc=
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
Expand Down

0 comments on commit ce2cbcb

Please sign in to comment.