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

Commit

Permalink
search: add fcc boilerplate code
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 18, 2022
1 parent b7e1824 commit 30e8bab
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require (
github.com/asim/go-micro/plugins/events/nats/v4 v4.0.0-20220118152736-9e0be6c85d75
github.com/aws/aws-sdk-go v1.44.27
github.com/beevik/etree v1.1.0
github.com/blevesearch/bleve/v2 v2.3.4 // indirect
github.com/bluele/gcache v0.0.2
github.com/c-bata/go-prompt v0.2.5
github.com/cenkalti/backoff v2.2.1+incompatible
Expand Down Expand Up @@ -76,7 +77,7 @@ require (
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb
Expand Down
Loading

0 comments on commit 30e8bab

Please sign in to comment.