gemini-search

A simple search engine for Geminispace
git clone git://git.laack.co/gemini-search.git
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.gitignore1L
-rw-r--r--README.md3L
-rw-r--r--analytics/graph.py18L
-rw-r--r--crawl/main.go340L
-rw-r--r--crawl/vendor/github.com/makeworld-the-better-one/go-gemini/.gitignore45L
-rw-r--r--crawl/vendor/github.com/makeworld-the-better-one/go-gemini/LICENSE15L
-rw-r--r--crawl/vendor/github.com/makeworld-the-better-one/go-gemini/LICENSE-GO29L
-rw-r--r--crawl/vendor/github.com/makeworld-the-better-one/go-gemini/README.md37L
-rw-r--r--crawl/vendor/github.com/makeworld-the-better-one/go-gemini/client.go462L
-rw-r--r--crawl/vendor/github.com/makeworld-the-better-one/go-gemini/doc.go12L
-rw-r--r--crawl/vendor/github.com/makeworld-the-better-one/go-gemini/gemini.go137L
-rw-r--r--crawl/vendor/github.com/makeworld-the-better-one/go-gemini/verify_hostname.go215L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/.codecov.yml4L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/.gitignore14L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/LICENSE21L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/README.md602L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/SECURITY.md33L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/backup.go85L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/callback.go412L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/convert.go299L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/doc.go134L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/error.go150L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3-binding.c268831L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3-binding.h14340L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3.go2642L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_context.go103L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_func_crypt.go120L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_libsqlite3.go23L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_load_extension.go85L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_load_extension_omit.go25L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_allow_uri_authority.go16L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_app_armor.go16L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_column_metadata.go22L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_foreign_keys.go16L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_fts5.go15L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_icu.go20L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_introspect.go16L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_math_functions.go15L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_os_trace.go15L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_percentile.go15L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate.go21L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_hook.go113L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_omit.go22L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_secure_delete.go16L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_secure_delete_fast.go16L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_serialize.go71L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_serialize_omit.go21L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_stat4.go16L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.c89L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go97L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_userauth.go168L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_userauth_omit.go158L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_vacuum_full.go16L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_vacuum_incr.go16L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_vtable.go729L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go18L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_solaris.go15L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_sql.go53L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_trace.go288L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_type.go108L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_usleep_windows.go42L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3_windows.go18L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/sqlite3ext.h748L
-rw-r--r--crawl/vendor/github.com/mattn/go-sqlite3/static_mock.go38L
-rw-r--r--crawl/vendor/golang.org/x/net/LICENSE27L
-rw-r--r--crawl/vendor/golang.org/x/net/PATENTS22L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/go118.go14L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/idna10.0.0.go770L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/idna9.0.0.go718L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/pre_go118.go12L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/punycode.go217L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/tables10.0.0.go4560L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/tables11.0.0.go4654L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/tables12.0.0.go4734L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/tables13.0.0.go4840L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/tables9.0.0.go4487L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/trie.go72L
-rw-r--r--crawl/vendor/golang.org/x/net/idna/trieval.go119L
-rw-r--r--crawl/vendor/golang.org/x/text/LICENSE27L
-rw-r--r--crawl/vendor/golang.org/x/text/PATENTS22L
-rw-r--r--crawl/vendor/golang.org/x/text/secure/bidirule/bidirule.go336L
-rw-r--r--crawl/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go12L
-rw-r--r--crawl/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go15L
-rw-r--r--crawl/vendor/golang.org/x/text/transform/transform.go709L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/bidi/bidi.go359L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/bidi/bracket.go335L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/bidi/core.go1071L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/bidi/prop.go206L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go1816L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go1888L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/bidi/tables12.0.0.go1924L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go1956L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go1782L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/bidi/trieval.go48L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/composition.go512L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/forminfo.go279L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/input.go109L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/iter.go458L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/normalize.go610L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/readwriter.go125L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go7658L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/tables11.0.0.go7694L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/tables12.0.0.go7711L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go7761L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go7638L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/transform.go88L
-rw-r--r--crawl/vendor/golang.org/x/text/unicode/norm/trie.go54L
-rw-r--r--crawl/vendor/modules.txt15L
-rw-r--r--gemtextparser/parse.go181L
-rw-r--r--gemtextparser/parse_test.go91L
-rw-r--r--gemtextparser/stemmer.go844L
-rw-r--r--gemtextparser/test_data/absoluteLinks.gmi15L
-rw-r--r--gemtextparser/test_data/nonStandard.gmi68L
-rw-r--r--gemtextparser/test_data/preformatedLinks.gmi17L
-rw-r--r--gemtextparser/test_data/relativeLinks.gmi15L
-rw-r--r--gemtextparser/test_data/wordParsing.gmi25L
-rw-r--r--go.mod13L
-rw-r--r--go.sum35L
-rw-r--r--index/main.go270L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/.codecov.yml4L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/.gitignore14L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/LICENSE21L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/README.md602L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/SECURITY.md33L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/backup.go85L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/callback.go412L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/convert.go299L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/doc.go134L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/error.go150L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3-binding.c268831L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3-binding.h14340L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3.go2642L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_context.go103L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_func_crypt.go120L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_libsqlite3.go23L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_load_extension.go85L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_load_extension_omit.go25L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_allow_uri_authority.go16L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_app_armor.go16L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_column_metadata.go22L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_foreign_keys.go16L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_fts5.go15L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_icu.go20L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_introspect.go16L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_math_functions.go15L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_os_trace.go15L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_percentile.go15L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate.go21L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_hook.go113L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_omit.go22L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_secure_delete.go16L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_secure_delete_fast.go16L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_serialize.go71L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_serialize_omit.go21L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_stat4.go16L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.c89L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go97L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_userauth.go168L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_userauth_omit.go158L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_vacuum_full.go16L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_vacuum_incr.go16L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_vtable.go729L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go18L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_solaris.go15L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_sql.go53L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_trace.go288L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_type.go108L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_usleep_windows.go42L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3_windows.go18L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/sqlite3ext.h748L
-rw-r--r--index/vendor/github.com/mattn/go-sqlite3/static_mock.go38L
-rw-r--r--index/vendor/modules.txt3L
-rw-r--r--vendor/github.com/makeworld-the-better-one/go-gemini/.gitignore45L
-rw-r--r--vendor/github.com/makeworld-the-better-one/go-gemini/LICENSE15L
-rw-r--r--vendor/github.com/makeworld-the-better-one/go-gemini/LICENSE-GO29L
-rw-r--r--vendor/github.com/makeworld-the-better-one/go-gemini/README.md37L
-rw-r--r--vendor/github.com/makeworld-the-better-one/go-gemini/client.go462L
-rw-r--r--vendor/github.com/makeworld-the-better-one/go-gemini/doc.go12L
-rw-r--r--vendor/github.com/makeworld-the-better-one/go-gemini/gemini.go137L
-rw-r--r--vendor/github.com/makeworld-the-better-one/go-gemini/verify_hostname.go215L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/.codecov.yml4L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/.gitignore14L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/LICENSE21L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/README.md602L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/SECURITY.md33L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/backup.go85L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/callback.go412L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/convert.go299L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/doc.go134L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/error.go150L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3-binding.c268831L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3-binding.h14340L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3.go2642L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_context.go103L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_func_crypt.go120L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_libsqlite3.go23L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_load_extension.go85L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_load_extension_omit.go25L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_allow_uri_authority.go16L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_app_armor.go16L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_column_metadata.go22L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_foreign_keys.go16L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_fts5.go15L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_icu.go20L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_introspect.go16L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_math_functions.go15L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_os_trace.go15L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_percentile.go15L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate.go21L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_hook.go113L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_omit.go22L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_secure_delete.go16L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_secure_delete_fast.go16L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_serialize.go71L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_serialize_omit.go21L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_stat4.go16L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.c89L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go97L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_userauth.go168L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_userauth_omit.go158L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_vacuum_full.go16L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_vacuum_incr.go16L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_opt_vtable.go729L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_other.go18L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_solaris.go15L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_sql.go53L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_trace.go288L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_type.go108L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_usleep_windows.go42L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_windows.go18L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3ext.h748L
-rw-r--r--vendor/github.com/mattn/go-sqlite3/static_mock.go38L
-rw-r--r--vendor/golang.org/x/net/LICENSE27L
-rw-r--r--vendor/golang.org/x/net/PATENTS22L
-rw-r--r--vendor/golang.org/x/net/idna/go118.go14L
-rw-r--r--vendor/golang.org/x/net/idna/idna10.0.0.go770L
-rw-r--r--vendor/golang.org/x/net/idna/idna9.0.0.go718L
-rw-r--r--vendor/golang.org/x/net/idna/pre_go118.go12L
-rw-r--r--vendor/golang.org/x/net/idna/punycode.go217L
-rw-r--r--vendor/golang.org/x/net/idna/tables10.0.0.go4560L
-rw-r--r--vendor/golang.org/x/net/idna/tables11.0.0.go4654L
-rw-r--r--vendor/golang.org/x/net/idna/tables12.0.0.go4734L
-rw-r--r--vendor/golang.org/x/net/idna/tables13.0.0.go4840L
-rw-r--r--vendor/golang.org/x/net/idna/tables9.0.0.go4487L
-rw-r--r--vendor/golang.org/x/net/idna/trie.go72L
-rw-r--r--vendor/golang.org/x/net/idna/trieval.go119L
-rw-r--r--vendor/golang.org/x/text/LICENSE27L
-rw-r--r--vendor/golang.org/x/text/PATENTS22L
-rw-r--r--vendor/golang.org/x/text/secure/bidirule/bidirule.go336L
-rw-r--r--vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go12L
-rw-r--r--vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go15L
-rw-r--r--vendor/golang.org/x/text/transform/transform.go709L
-rw-r--r--vendor/golang.org/x/text/unicode/bidi/bidi.go359L
-rw-r--r--vendor/golang.org/x/text/unicode/bidi/bracket.go335L
-rw-r--r--vendor/golang.org/x/text/unicode/bidi/core.go1071L
-rw-r--r--vendor/golang.org/x/text/unicode/bidi/prop.go206L
-rw-r--r--vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go1816L
-rw-r--r--vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go1888L
-rw-r--r--vendor/golang.org/x/text/unicode/bidi/tables12.0.0.go1924L
-rw-r--r--vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go1956L
-rw-r--r--vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go1782L
-rw-r--r--vendor/golang.org/x/text/unicode/bidi/trieval.go48L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/composition.go512L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/forminfo.go279L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/input.go109L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/iter.go458L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/normalize.go610L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/readwriter.go125L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/tables10.0.0.go7658L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/tables11.0.0.go7694L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/tables12.0.0.go7711L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/tables13.0.0.go7761L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/tables9.0.0.go7638L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/transform.go88L
-rw-r--r--vendor/golang.org/x/text/unicode/norm/trie.go54L
-rw-r--r--vendor/modules.txt15L