Skip to content

Commit

Permalink
chore: upgrade go-common dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed Aug 7, 2024
1 parent 36f7840 commit a9749ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/goccy/go-json v0.10.3
github.com/gofiber/fiber/v2 v2.52.5
github.com/hetiansu5/urlquery v1.2.7
github.com/opentreehole/go-common v0.1.4
github.com/opentreehole/go-common v0.1.6
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/redis/go-redis/v9 v9.6.1
github.com/rs/zerolog v1.33.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxU
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/opentreehole/go-common v0.1.4 h1:j+rrXR1z3FJeboE5fQKcI7waLw6Ag+Tk5c1JVjNV4ZY=
github.com/opentreehole/go-common v0.1.4/go.mod h1:0Ob6KqJUg+/he80cC3OdSokx4U35f2kgdGk73rrjWFo=
github.com/opentreehole/go-common v0.1.6 h1:EFoh1HUSTMZePhq7ibhHzlJ1v2TlWxB76To2JFhQPRs=
github.com/opentreehole/go-common v0.1.6/go.mod h1:0Ob6KqJUg+/he80cC3OdSokx4U35f2kgdGk73rrjWFo=
github.com/otiai10/copy v1.7.0/go.mod h1:rmRl6QPdJj6EiUqXQ/4Nn2lLXoNQjFCQbbNrxgc/t3U=
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE=
github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs=
Expand Down

0 comments on commit a9749ac

Please sign in to comment.