go.mod 1021 B

1234567891011121314151617181920212223242526272829303132333435
  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.20
  6. require (
  7. apiote.xyz/p/gott/v2 v2.0.3
  8. git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
  9. github.com/BurntSushi/toml v1.3.2
  10. github.com/JohannesKaufmann/html-to-markdown v1.5.0
  11. github.com/adrg/strutil v0.3.0
  12. github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9
  13. github.com/dhconnelly/rtreego v1.1.0
  14. github.com/sahilm/fuzzy v0.1.0
  15. github.com/ulikunitz/xz v0.5.10
  16. github.com/yuin/gopher-lua v1.1.1
  17. golang.org/x/text v0.14.0
  18. golang.org/x/tools v0.6.0
  19. google.golang.org/protobuf v1.26.0
  20. gopkg.in/yaml.v3 v3.0.1
  21. layeh.com/gopher-json v0.0.0-20201124131017-552bb3c4c3bf
  22. notabug.org/apiote/gott v1.1.2
  23. )
  24. require (
  25. github.com/PuerkitoBio/goquery v1.8.1 // indirect
  26. github.com/andybalholm/cascadia v1.3.1 // indirect
  27. github.com/kylelemons/godebug v1.1.0 // indirect
  28. github.com/stretchr/testify v1.8.0 // indirect
  29. golang.org/x/net v0.19.0 // indirect
  30. )