Skip to content

Commit 005fb86

Browse files
committed
Fix issues
1 parent e77e79e commit 005fb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
github.com/99designs/gqlgen v0.17.43
1010
github.com/bombsimon/logrusr/v4 v4.1.0
1111
github.com/coreos/go-oidc/v3 v3.9.0
12+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
1213
github.com/exaring/otelpgx v0.5.3
1314
github.com/go-chi/chi/v5 v5.0.11
1415
github.com/google/go-cmp v0.6.0
@@ -72,7 +73,6 @@ require (
7273
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
7374
github.com/cubicdaiya/gonp v1.0.4 // indirect
7475
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
75-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7676
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
7777
github.com/dustin/go-humanize v1.0.1 // indirect
7878
github.com/emicklei/go-restful/v3 v3.11.2 // indirect

0 commit comments

Comments
 (0)