Run go mod tidy to fix missing modules in go.mod and go.sum

This commit is contained in:
Anthony Wang
2022-06-09 17:22:59 -05:00
parent 1e57f01001
commit 67e0fcdd76
2 changed files with 63 additions and 2 deletions
+2
View File
@@ -27,6 +27,7 @@ require (
github.com/emirpasic/gods v1.18.1
github.com/ethantkoenig/rupture v1.0.1
github.com/gliderlabs/ssh v0.3.4
github.com/go-ap/activitypub v0.0.0-20220606130025-d23c21aea068
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.1
github.com/go-enry/go-enry/v2 v2.8.2
@@ -160,6 +161,7 @@ require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/fullstorydev/grpcurl v1.8.1 // indirect
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
github.com/go-ap/errors v0.0.0-20220529131844-4c7dbeabb369 // indirect
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
github.com/go-enry/go-oniguruma v1.2.1 // indirect