diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-09-19 18:19:17 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-09-19 18:19:17 -0600 |
commit | bec4e596415c623d7294ec87680bc029e407fc23 (patch) | |
tree | 8e2289cb05cf47ee85056783bfcbabca811640eb /go.mod | |
parent | 4bc3152e479a18fe4a5ac5dc8de34c661418c52c (diff) |
initial v0.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +module github.com/navanchauhan/dogeknows-go + +go 1.19 + +require ( + github.com/joho/godotenv v1.4.0 + github.com/meilisearch/meilisearch-go v0.20.1 +) + +require ( + github.com/andybalholm/brotli v1.0.4 // indirect + github.com/golang-jwt/jwt v3.2.2+incompatible // indirect + github.com/josharian/intern v1.0.0 // indirect + github.com/klauspost/compress v1.15.6 // indirect + github.com/mailru/easyjson v0.7.7 // indirect + github.com/pkg/errors v0.9.1 // indirect + github.com/valyala/bytebufferpool v1.0.0 // indirect + github.com/valyala/fasthttp v1.37.1-0.20220607072126-8a320890c08d // indirect +) |