From da30d743ff90e983bb598fa4a4d244bd0005ed02 Mon Sep 17 00:00:00 2001 From: "deepsource-io[bot]" <42547082+deepsource-io[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 07:48:57 +0000 Subject: [PATCH 1/2] ci: add .deepsource.toml --- .deepsource.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .deepsource.toml diff --git a/.deepsource.toml b/.deepsource.toml new file mode 100644 index 0000000..3737d67 --- /dev/null +++ b/.deepsource.toml @@ -0,0 +1,11 @@ +version = 1 + +[[analyzers]] +name = "go" + + [analyzers.meta] + import_root = "github.com/rkreddypandu/go-dvwa" + dependencies_vendored = true + +[[transformers]] +name = "gofmt" \ No newline at end of file From dfbadcdb7984a9b19336548693a8d86dbffbc2f3 Mon Sep 17 00:00:00 2001 From: rkreddypandu Date: Wed, 13 Aug 2025 10:50:03 +0530 Subject: [PATCH 2/2] Update go.mod new test pr --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 4a73071..af1482a 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module github.com/sqreen/go-dvwa go 1.13 require ( + github.com/google/gofuzz v1.1.0 // indirect github.com/google/gofuzz v1.1.0 // indirect github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect github.com/gorilla/mux v1.7.4