diff --git a/.gitignore b/.gitignore index 0f24b91addf..a8413cfead1 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,6 @@ test.test .llmignore journey-fix/ .grade-reports/ + +# Benchmark artifacts (not source) +bench/ diff --git a/third_party/phenotype-go-auth/go.mod b/third_party/phenotype-go-auth/go.mod index 1d48f79d76e..e841ba6616f 100644 --- a/third_party/phenotype-go-auth/go.mod +++ b/third_party/phenotype-go-auth/go.mod @@ -1,5 +1,3 @@ module github.com/KooshaPari/phenotype-go-auth go 1.22 - -require github.com/sirupsen/logrus v1.9.3