Skip to content

Commit

Permalink
feat: Update media-go-pkg version to v1.6.17
Browse files Browse the repository at this point in the history
This commit updates the media-go-pkg dependency from v1.6.16 to v1.6.17 in the go.mod file. This change ensures that the latest version of media-go-pkg is used in the project, providing potential bug fixes or new features.
  • Loading branch information
Nouuu committed Jun 29, 2023
1 parent 8efa8dd commit bc4bdf8
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 @@ -4,7 +4,7 @@ go 1.20

require (
github.com/arran4/golang-ical v0.0.0-20230425234049-f69e132f2b0c
github.com/bingemate/media-go-pkg v1.6.16
github.com/bingemate/media-go-pkg v1.6.17
github.com/caarlos0/env/v8 v8.0.0
github.com/gin-gonic/gin v1.9.1
github.com/joho/godotenv v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/arran4/golang-ical v0.0.0-20230425234049-f69e132f2b0c h1:bmHPCBB1T8YZ
github.com/arran4/golang-ical v0.0.0-20230425234049-f69e132f2b0c/go.mod h1:BSTTrYHuM12oAL8jDdcmPdw02SBThKYWNFHQlvEG6b0=
github.com/aws/aws-sdk-go v1.44.289 h1:5CVEjiHFvdiVlKPBzv0rjG4zH/21W/onT18R5AH/qx0=
github.com/aws/aws-sdk-go v1.44.289/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/bingemate/media-go-pkg v1.6.16 h1:C9BIzlvgtzVIkJu5ayNRpxF/77g3PoFfku+8GwZQeHg=
github.com/bingemate/media-go-pkg v1.6.16/go.mod h1:OmpUs7bI3ANXxkXGRNyuKeuXDrRh33sZU9r35r27mco=
github.com/bingemate/media-go-pkg v1.6.17 h1:QanMk1RqNyrHUYy/aF2tJzdBqPfBKCmq4iynKU58z4M=
github.com/bingemate/media-go-pkg v1.6.17/go.mod h1:OmpUs7bI3ANXxkXGRNyuKeuXDrRh33sZU9r35r27mco=
github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM=
github.com/bytedance/sonic v1.9.1 h1:6iJ6NqdoxCDr6mbY8h18oSO+cShGSMRGCEo7F2h0x8s=
github.com/bytedance/sonic v1.9.1/go.mod h1:i736AoUSYt75HyZLoJW9ERYxcy6eaN6h4BZXU064P/U=
Expand Down

0 comments on commit bc4bdf8

Please sign in to comment.