go.mod: tidy

This commit is contained in:
Anmol Sethi 2022-12-26 11:18:43 -08:00
parent dd1de57200
commit a7ad0f4e24
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

2
go.mod generated
View file

@ -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