We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc5a4b commit f776486Copy full SHA for f776486
go.mod
@@ -5,7 +5,7 @@ go 1.23.0
5
toolchain go1.24.2
6
7
require (
8
- github.com/linuxsuren/api-testing v0.0.20
+ github.com/linuxsuren/api-testing v0.0.19
9
github.com/prometheus/client_golang v1.22.0
10
github.com/stretchr/testify v1.11.1
11
github.com/tmc/langchaingo v0.1.13
@@ -94,3 +94,4 @@ require (
94
gopkg.in/yaml.v3 v3.0.1 // indirect
95
)
96
97
+replace github.com/linuxsuren/api-testing => github.com/KariHall619/api-testing v0.0.0-20251029132820-3826187ae019
0 commit comments