Skip to content

Commit

Permalink
chore: remove go-spew
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinov committed May 10, 2022
1 parent 2c44c41 commit d74e2b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/foomo/contentserver

require (
github.com/davecgh/go-spew v1.1.1
github.com/google/uuid v1.3.0
github.com/json-iterator/go v1.1.12
github.com/kr/pretty v0.2.0 // indirect
Expand All @@ -10,7 +9,7 @@ require (
github.com/prometheus/common v0.34.0 // indirect
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.21.0
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
google.golang.org/protobuf v1.28.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions testing/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"log"
"time"

"github.com/davecgh/go-spew/spew"
"github.com/foomo/contentserver/client"
)

Expand Down Expand Up @@ -33,7 +32,6 @@ func main() {
log.Println("start update")
resp, errUpdate := c.Update()
if errUpdate != nil {
spew.Dump(resp)
log.Fatal(errUpdate)
}
log.Println(num, "update done", resp)
Expand Down

0 comments on commit d74e2b9

Please sign in to comment.