From d291194b67bb4f3d89762f484416589b7604e53e Mon Sep 17 00:00:00 2001 From: liushuang Date: Thu, 30 May 2024 10:28:09 +0800 Subject: [PATCH] perf: remove needless reply --- go.mod | 2 -- go.sum | 2 -- 2 files changed, 4 deletions(-) diff --git a/go.mod b/go.mod index 15ab733..4c1a716 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,3 @@ module github.com/liushuangls/go-anthropic/v2 go 1.21 - -require github.com/henvic/httpretty v0.1.3 // indirect diff --git a/go.sum b/go.sum index 0c05a75..e69de29 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +0,0 @@ -github.com/henvic/httpretty v0.1.3 h1:4A6vigjz6Q/+yAfTD4wqipCv+Px69C7Th/NhT0ApuU8= -github.com/henvic/httpretty v0.1.3/go.mod h1:UUEv7c2kHZ5SPQ51uS3wBpzPDibg2U3Y+IaXyHy5GBg=