Adding upstream version 0.31.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
091495b2f3
commit
5d4914ed7f
61 changed files with 30627 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal file
|
@ -0,0 +1,10 @@
|
|||
module github.com/meilisearch/meilisearch-go
|
||||
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.1.1
|
||||
github.com/golang-jwt/jwt/v4 v4.5.1
|
||||
github.com/mailru/easyjson v0.9.0
|
||||
github.com/stretchr/testify v1.8.2
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue