You've already forked multi-select-facet
mirror of
https://github.com/stevenferrer/multi-select-facet.git
synced 2025-11-29 21:57:56 +02:00
11 lines
206 B
Modula-2
11 lines
206 B
Modula-2
module github.com/stevenferrer/multi-select-facet
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.4
|
|
github.com/go-chi/cors v1.2.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stevenferrer/solr-go v0.3.1
|
|
)
|