Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 30e8bab

Browse files
author
root
committed
search: add fcc boilerplate code
1 parent b7e1824 commit 30e8bab

3 files changed

Lines changed: 113 additions & 1 deletion

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/asim/go-micro/plugins/events/nats/v4 v4.0.0-20220118152736-9e0be6c85d75
1212
github.com/aws/aws-sdk-go v1.44.27
1313
github.com/beevik/etree v1.1.0
14+
github.com/blevesearch/bleve/v2 v2.3.4 // indirect
1415
github.com/bluele/gcache v0.0.2
1516
github.com/c-bata/go-prompt v0.2.5
1617
github.com/cenkalti/backoff v2.2.1+incompatible
@@ -76,7 +77,7 @@ require (
7677
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
7778
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
7879
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
79-
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6
80+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
8081
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
8182
golang.org/x/text v0.3.7 // indirect
8283
google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb

0 commit comments

Comments
 (0)