Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/disgoorg/json from 1.0.0 to 1.1.0 #99

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/caarlos0/env/v8 v8.0.0
github.com/disgoorg/disgo v0.16.5-0.20230511205658-3eb45b614935
github.com/disgoorg/disgolink/v2 v2.0.1
github.com/disgoorg/json v1.0.0
github.com/disgoorg/json v1.1.0
github.com/disgoorg/paginator v0.0.0-20230104145353-f988d828ede9
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/getsentry/sentry-go v0.20.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ github.com/disgoorg/disgo v0.16.5-0.20230511205658-3eb45b614935 h1:XiV7rXZaIDSFF
github.com/disgoorg/disgo v0.16.5-0.20230511205658-3eb45b614935/go.mod h1:hUkznOmm+f+owh/MuOBX0sDviQV5cL0FqcWbpIyV1Y0=
github.com/disgoorg/disgolink/v2 v2.0.1 h1:PRaQOuZSt9uoFKzZ4yw/9Ajucw1uCbZf1d9FMzcAdUQ=
github.com/disgoorg/disgolink/v2 v2.0.1/go.mod h1:v7jTmaR9vSbbNZh/xBmxU7gdI4lE5mQlSr0eSghjCr4=
github.com/disgoorg/json v1.0.0 h1:kDhSM661fgIuNoZF3BO5/odaR5NSq80AWb937DH+Pdo=
github.com/disgoorg/json v1.0.0/go.mod h1:BHDwdde0rpQFDVsRLKhma6Y7fTbQKub/zdGO5O9NqqA=
github.com/disgoorg/json v1.1.0 h1:7xigHvomlVA9PQw9bMGO02PHGJJPqvX5AnwlYg/Tnys=
github.com/disgoorg/json v1.1.0/go.mod h1:BHDwdde0rpQFDVsRLKhma6Y7fTbQKub/zdGO5O9NqqA=
github.com/disgoorg/log v1.2.0 h1:sqlXnu/ZKAlIlHV9IO+dbMto7/hCQ474vlIdMWk8QKo=
github.com/disgoorg/log v1.2.0/go.mod h1:3x1KDG6DI1CE2pDwi3qlwT3wlXpeHW/5rVay+1qDqOo=
github.com/disgoorg/paginator v0.0.0-20230104145353-f988d828ede9 h1:h7feN1V8sRJGKtd/5g8FtKT0IcVyCKABRSECOEf3oYc=
Expand Down