From a7ad0f4e24425472582287f43857b7ec6ea87287 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Mon, 26 Dec 2022 11:18:43 -0800 Subject: [PATCH] go.mod: tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 097cfe190..15acbb70b 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,6 @@ require ( cdr.dev/slog v1.4.2-0.20221206192828-e4803b10ae17 github.com/PuerkitoBio/goquery v1.8.0 github.com/alecthomas/chroma v0.10.0 - github.com/davecgh/go-spew v1.1.1 github.com/dop251/goja v0.0.0-20221118162653-d4bf6fde1b86 github.com/fsnotify/fsnotify v1.6.0 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 @@ -29,6 +28,7 @@ require ( cloud.google.com/go/compute v1.7.0 // indirect github.com/andybalholm/cascadia v1.3.1 // indirect github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect + github.com/davecgh/go-spew v1.1.1 // indirect github.com/dlclark/regexp2 v1.7.0 // indirect github.com/fatih/color v1.13.0 // indirect github.com/gin-gonic/gin v1.7.7 // indirect