diff --git a/.gitignore b/.gitignore index 7542fb9..dfd3aab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -tests/*.json \ No newline at end of file +tests/*.json +apitester \ No newline at end of file diff --git a/apitester b/apitester index 5e03ef5..733e53d 100755 Binary files a/apitester and b/apitester differ diff --git a/go.mod b/go.mod index 271e482..56a5313 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module apitester -go 1.23.0 +go 1.23.1 require github.com/iancoleman/orderedmap v0.3.0