From bec4e596415c623d7294ec87680bc029e407fc23 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 19 Sep 2022 18:19:17 -0600 Subject: initial v0.1 --- go.mod | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit v1.2.3