From 3f547d9ea5f50c110b3ca61c825433b8c1333ac5 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Wed, 18 Jan 2023 02:46:39 -0700 Subject: added dogeknows-go --- go.mod | 3 +++ 1 file changed, 3 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 94662f8..a187b3e 100644 --- a/go.mod +++ b/go.mod @@ -9,10 +9,13 @@ require ( require ( github.com/andybalholm/brotli v1.0.4 // indirect + github.com/getsentry/sentry-go v0.17.0 // indirect github.com/golang-jwt/jwt/v4 v4.4.3 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/klauspost/compress v1.15.14 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.44.0 // indirect + golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect + golang.org/x/text v0.3.7 // indirect ) -- cgit v1.2.3