diff --git a/go.mod b/go.mod index 36cde97..93f2e5b 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,3 @@ module kesim.org/taler/auditor go 1.17 - -require github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/go.sum b/go.sum index b5e2922..e69de29 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +0,0 @@ -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=