diff --git a/.gitignore b/.gitignore index d651c357..1a7770c8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ *.coverprofile coverage.txt *.pprof +.idea \ No newline at end of file diff --git a/go.mod b/go.mod index d09edd9f..0b98fed0 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,5 @@ require github.com/stretchr/testify v1.7.1 require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )