summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod19
1 files changed, 19 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..9b4cc73
--- /dev/null
+++ b/go.mod
@@ -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
+)