summaryrefslogtreecommitdiff
path: root/go.mod
blob: a187b3ebfca6ebb5a94c76d644f9f6c61db2895c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/navanchauhan/dogeknows-go

go 1.19

require (
	github.com/joho/godotenv v1.4.0
	github.com/meilisearch/meilisearch-go v0.22.0
)

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
)