summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-01-18 02:46:39 -0700
committernavanchauhan <navanchauhan@gmail.com>2023-01-18 02:46:39 -0700
commit3f547d9ea5f50c110b3ca61c825433b8c1333ac5 (patch)
tree2483f643b21cbc11586468ac02b7afa1fd468628 /go.mod
parent790ca38644b8c37c9feb7c433143a6b49b4f137e (diff)
added dogeknows-go
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
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
)