diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-01-18 02:46:39 -0700 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-01-18 02:46:39 -0700 |
commit | 3f547d9ea5f50c110b3ca61c825433b8c1333ac5 (patch) | |
tree | 2483f643b21cbc11586468ac02b7afa1fd468628 /go.mod | |
parent | 790ca38644b8c37c9feb7c433143a6b49b4f137e (diff) |
added dogeknows-go
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ) |