From b0931cba2e0104503d7a29490c85b11bffc45788 Mon Sep 17 00:00:00 2001 From: "speakeasy-github[bot]" Date: Mon, 22 Apr 2024 16:15:36 +0000 Subject: [PATCH] chore: update dependencies --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index fef7c63..3478755 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,8 @@ - module github.com/LukeHagar/plexgo go 1.20 require ( github.com/cenkalti/backoff/v4 v4.2.0 - github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05 - github.com/spyzhov/ajson v0.8.0 + github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05 )