go.mod 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // SPDX-FileCopyrightText: Adam Evyčędo
  2. //
  3. // SPDX-License-Identifier: AGPL-3.0-or-later
  4. module apiote.xyz/p/szczanieckiej
  5. go 1.22.0
  6. toolchain go1.23.2
  7. require (
  8. apiote.xyz/p/gott/v2 v2.0.3
  9. git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
  10. github.com/BurntSushi/toml v1.3.2
  11. github.com/JohannesKaufmann/html-to-markdown v1.5.0
  12. github.com/adrg/strutil v0.3.0
  13. github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9
  14. github.com/dhconnelly/rtreego v1.1.0
  15. github.com/lanrat/extsort v1.0.2
  16. github.com/mattn/go-sqlite3 v1.14.24
  17. github.com/redis/go-redis/v9 v9.7.0
  18. github.com/sahilm/fuzzy v0.1.0
  19. github.com/ulikunitz/xz v0.5.10
  20. github.com/yuin/gopher-lua v1.1.1
  21. golang.org/x/text v0.19.0
  22. golang.org/x/tools v0.26.0
  23. google.golang.org/protobuf v1.26.0
  24. gopkg.in/yaml.v3 v3.0.1
  25. layeh.com/gopher-json v0.0.0-20201124131017-552bb3c4c3bf
  26. notabug.org/apiote/gott v1.1.2
  27. )
  28. require (
  29. github.com/PuerkitoBio/goquery v1.8.1 // indirect
  30. github.com/andybalholm/cascadia v1.3.1 // indirect
  31. github.com/cespare/xxhash/v2 v2.2.0 // indirect
  32. github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
  33. github.com/kylelemons/godebug v1.1.0 // indirect
  34. github.com/stretchr/testify v1.8.0 // indirect
  35. golang.org/x/net v0.30.0 // indirect
  36. golang.org/x/sync v0.8.0 // indirect
  37. )