Skip to content

Commit

Permalink
Merge pull request #442 from ArtisanCloud/develop
Browse files Browse the repository at this point in the history
feat(update): power lib
  • Loading branch information
Matrix-X committed Feb 19, 2024
2 parents 2277eed + d8115bc commit f5edbda
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 @@ -7,7 +7,7 @@ go 1.17
//replace github.com/ArtisanCloud/PowerSocialite/v3 => ../PowerSocialite

require (
github.com/ArtisanCloud/PowerLibs/v3 v3.1.0
github.com/ArtisanCloud/PowerLibs/v3 v3.1.1
github.com/ArtisanCloud/PowerSocialite/v3 v3.0.7
github.com/go-playground/assert/v2 v2.0.1
github.com/redis/go-redis/v9 v9.0.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/ArtisanCloud/PowerLibs/v3 v3.0.3/go.mod h1:6/cNm8Dv8wdogyB5yPZGTm9KhaXIifiOw8a2IuD07hw=
github.com/ArtisanCloud/PowerLibs/v3 v3.1.0 h1:lvKnj+bVtgQJ+eu9LsuOHkV6owRkY6fM+67aLyM22Kk=
github.com/ArtisanCloud/PowerLibs/v3 v3.1.0/go.mod h1:nuUJGlLNKhBmo5nLBqJOuKD2+oDoJkWaqzxxhkLPo5s=
github.com/ArtisanCloud/PowerLibs/v3 v3.1.1 h1:N3noHbuXlDhOszqdqMYAh1+y32oHb1QrQli4g8sMA2k=
github.com/ArtisanCloud/PowerLibs/v3 v3.1.1/go.mod h1:nuUJGlLNKhBmo5nLBqJOuKD2+oDoJkWaqzxxhkLPo5s=
github.com/ArtisanCloud/PowerSocialite/v3 v3.0.7 h1:P+erNlErr+X2v7Et+yTWaTfIRhw+HfpAPdvNIEwk9Gw=
github.com/ArtisanCloud/PowerSocialite/v3 v3.0.7/go.mod h1:VZQNCvcK/rldF3QaExiSl1gJEAkyc5/I8RLOd3WFZq4=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Expand Down

0 comments on commit f5edbda

Please sign in to comment.