From e504602c3285977f80207ae9dd2cf43e61744330 Mon Sep 17 00:00:00 2001 From: AshGodfrey Date: Sat, 22 Jun 2024 00:04:04 +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 2ac488e..29549e5 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,8 @@ - module github.com/inkeep/ai-api-go 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 )