chore: update dependencies

This commit is contained in:
speakeasy-github
2024-04-10 00:45:49 +00:00
committed by github-actions[bot]
parent b8b984dc14
commit 9a382342e4

4
go.mod
View File

@@ -1,10 +1,8 @@
module github.com/LukeHagar/plexgo module github.com/LukeHagar/plexgo
go 1.20 go 1.20
require ( require (
github.com/cenkalti/backoff/v4 v4.2.0 github.com/cenkalti/backoff/v4 v4.2.0
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05 github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05
github.com/spyzhov/ajson v0.8.0
) )