modules.txt 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. # fyne.io/fyne/v2 v2.3.5
  2. ## explicit; go 1.14
  3. fyne.io/fyne/v2
  4. fyne.io/fyne/v2/app
  5. fyne.io/fyne/v2/canvas
  6. fyne.io/fyne/v2/container
  7. fyne.io/fyne/v2/data/binding
  8. fyne.io/fyne/v2/driver/desktop
  9. fyne.io/fyne/v2/driver/mobile
  10. fyne.io/fyne/v2/internal
  11. fyne.io/fyne/v2/internal/animation
  12. fyne.io/fyne/v2/internal/app
  13. fyne.io/fyne/v2/internal/async
  14. fyne.io/fyne/v2/internal/cache
  15. fyne.io/fyne/v2/internal/color
  16. fyne.io/fyne/v2/internal/driver
  17. fyne.io/fyne/v2/internal/driver/common
  18. fyne.io/fyne/v2/internal/driver/glfw
  19. fyne.io/fyne/v2/internal/driver/mobile
  20. fyne.io/fyne/v2/internal/driver/mobile/app
  21. fyne.io/fyne/v2/internal/driver/mobile/app/callfn
  22. fyne.io/fyne/v2/internal/driver/mobile/event/key
  23. fyne.io/fyne/v2/internal/driver/mobile/event/lifecycle
  24. fyne.io/fyne/v2/internal/driver/mobile/event/paint
  25. fyne.io/fyne/v2/internal/driver/mobile/event/size
  26. fyne.io/fyne/v2/internal/driver/mobile/event/touch
  27. fyne.io/fyne/v2/internal/driver/mobile/gl
  28. fyne.io/fyne/v2/internal/driver/mobile/mobileinit
  29. fyne.io/fyne/v2/internal/painter
  30. fyne.io/fyne/v2/internal/painter/gl
  31. fyne.io/fyne/v2/internal/painter/software
  32. fyne.io/fyne/v2/internal/repository
  33. fyne.io/fyne/v2/internal/svg
  34. fyne.io/fyne/v2/internal/test
  35. fyne.io/fyne/v2/internal/widget
  36. fyne.io/fyne/v2/layout
  37. fyne.io/fyne/v2/storage
  38. fyne.io/fyne/v2/storage/repository
  39. fyne.io/fyne/v2/test
  40. fyne.io/fyne/v2/theme
  41. fyne.io/fyne/v2/widget
  42. # fyne.io/systray v1.10.1-0.20230602210930-b6a2d6ca2a7b
  43. ## explicit; go 1.13
  44. fyne.io/systray
  45. fyne.io/systray/internal/generated/menu
  46. fyne.io/systray/internal/generated/notifier
  47. # github.com/aymanbagabas/go-osc52/v2 v2.0.1
  48. ## explicit; go 1.16
  49. github.com/aymanbagabas/go-osc52/v2
  50. # github.com/charmbracelet/bubbletea v0.24.2
  51. ## explicit; go 1.17
  52. github.com/charmbracelet/bubbletea
  53. # github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81
  54. ## explicit; go 1.13
  55. github.com/containerd/console
  56. # github.com/davecgh/go-spew v1.1.1
  57. ## explicit
  58. github.com/davecgh/go-spew/spew
  59. # github.com/fredbi/uri v1.0.0
  60. ## explicit; go 1.11
  61. github.com/fredbi/uri
  62. # github.com/fsnotify/fsnotify v1.6.0
  63. ## explicit; go 1.16
  64. github.com/fsnotify/fsnotify
  65. # github.com/fyne-io/gl-js v0.0.0-20230506162202-1fdaa286a934
  66. ## explicit; go 1.14
  67. github.com/fyne-io/gl-js
  68. # github.com/fyne-io/glfw-js v0.0.0-20220517201726-bebc2019cd33
  69. ## explicit; go 1.14
  70. github.com/fyne-io/glfw-js
  71. # github.com/fyne-io/image v0.0.0-20230811065323-ed435dc8bca6
  72. ## explicit; go 1.14
  73. github.com/fyne-io/image/ico
  74. # github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
  75. ## explicit; go 1.12
  76. github.com/go-gl/gl/v2.1/gl
  77. github.com/go-gl/gl/v2.1/gl/KHR
  78. github.com/go-gl/gl/v3.1/gles2
  79. github.com/go-gl/gl/v3.1/gles2/KHR
  80. github.com/go-gl/gl/v3.2-core/gl
  81. github.com/go-gl/gl/v3.2-core/gl/KHR
  82. # github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
  83. ## explicit; go 1.10
  84. github.com/go-gl/glfw/v3.3/glfw
  85. github.com/go-gl/glfw/v3.3/glfw/glfw/deps
  86. github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad
  87. github.com/go-gl/glfw/v3.3/glfw/glfw/deps/mingw
  88. github.com/go-gl/glfw/v3.3/glfw/glfw/deps/vs2008
  89. github.com/go-gl/glfw/v3.3/glfw/glfw/include/GLFW
  90. github.com/go-gl/glfw/v3.3/glfw/glfw/src
  91. # github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372
  92. ## explicit; go 1.17
  93. github.com/go-text/typesetting/di
  94. github.com/go-text/typesetting/font
  95. github.com/go-text/typesetting/harfbuzz
  96. github.com/go-text/typesetting/language
  97. github.com/go-text/typesetting/opentype/api
  98. github.com/go-text/typesetting/opentype/api/font
  99. github.com/go-text/typesetting/opentype/api/font/cff
  100. github.com/go-text/typesetting/opentype/api/font/cff/interpreter
  101. github.com/go-text/typesetting/opentype/loader
  102. github.com/go-text/typesetting/opentype/tables
  103. github.com/go-text/typesetting/segmenter
  104. github.com/go-text/typesetting/shaping
  105. github.com/go-text/typesetting/unicodedata
  106. # github.com/godbus/dbus/v5 v5.1.0
  107. ## explicit; go 1.12
  108. github.com/godbus/dbus/v5
  109. github.com/godbus/dbus/v5/introspect
  110. github.com/godbus/dbus/v5/prop
  111. # github.com/goki/freetype v1.0.1
  112. ## explicit; go 1.18
  113. github.com/goki/freetype
  114. github.com/goki/freetype/raster
  115. github.com/goki/freetype/truetype
  116. # github.com/golang/snappy v0.0.4
  117. ## explicit
  118. github.com/golang/snappy
  119. # github.com/gopherjs/gopherjs v1.17.2
  120. ## explicit; go 1.17
  121. github.com/gopherjs/gopherjs/js
  122. # github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25
  123. ## explicit
  124. github.com/jsummers/gobmp
  125. # github.com/lucasb-eyer/go-colorful v1.2.0
  126. ## explicit; go 1.12
  127. github.com/lucasb-eyer/go-colorful
  128. # github.com/mattn/go-isatty v0.0.19
  129. ## explicit; go 1.15
  130. github.com/mattn/go-isatty
  131. # github.com/mattn/go-localereader v0.0.1
  132. ## explicit
  133. github.com/mattn/go-localereader
  134. # github.com/mattn/go-runewidth v0.0.15
  135. ## explicit; go 1.9
  136. github.com/mattn/go-runewidth
  137. # github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
  138. ## explicit; go 1.17
  139. github.com/muesli/ansi
  140. github.com/muesli/ansi/compressor
  141. # github.com/muesli/cancelreader v0.2.2
  142. ## explicit; go 1.17
  143. github.com/muesli/cancelreader
  144. # github.com/muesli/reflow v0.3.0
  145. ## explicit; go 1.13
  146. github.com/muesli/reflow/ansi
  147. github.com/muesli/reflow/truncate
  148. # github.com/muesli/termenv v0.15.2
  149. ## explicit; go 1.17
  150. github.com/muesli/termenv
  151. # github.com/pmezard/go-difflib v1.0.0
  152. ## explicit
  153. github.com/pmezard/go-difflib/difflib
  154. # github.com/rivo/uniseg v0.4.4
  155. ## explicit; go 1.18
  156. github.com/rivo/uniseg
  157. # github.com/sirupsen/logrus v1.9.3
  158. ## explicit; go 1.13
  159. github.com/sirupsen/logrus
  160. # github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
  161. ## explicit; go 1.17
  162. github.com/srwiley/oksvg
  163. # github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
  164. ## explicit; go 1.17
  165. github.com/srwiley/rasterx
  166. # github.com/stretchr/testify v1.8.4
  167. ## explicit; go 1.20
  168. github.com/stretchr/testify/assert
  169. github.com/stretchr/testify/require
  170. # github.com/syndtr/goleveldb v1.0.0
  171. ## explicit
  172. github.com/syndtr/goleveldb/leveldb
  173. github.com/syndtr/goleveldb/leveldb/cache
  174. github.com/syndtr/goleveldb/leveldb/comparer
  175. github.com/syndtr/goleveldb/leveldb/errors
  176. github.com/syndtr/goleveldb/leveldb/filter
  177. github.com/syndtr/goleveldb/leveldb/iterator
  178. github.com/syndtr/goleveldb/leveldb/journal
  179. github.com/syndtr/goleveldb/leveldb/memdb
  180. github.com/syndtr/goleveldb/leveldb/opt
  181. github.com/syndtr/goleveldb/leveldb/storage
  182. github.com/syndtr/goleveldb/leveldb/table
  183. github.com/syndtr/goleveldb/leveldb/util
  184. # github.com/tevino/abool v1.2.0
  185. ## explicit; go 1.14
  186. github.com/tevino/abool
  187. # github.com/yuin/goldmark v1.5.6
  188. ## explicit; go 1.18
  189. github.com/yuin/goldmark
  190. github.com/yuin/goldmark/ast
  191. github.com/yuin/goldmark/parser
  192. github.com/yuin/goldmark/renderer
  193. github.com/yuin/goldmark/renderer/html
  194. github.com/yuin/goldmark/text
  195. github.com/yuin/goldmark/util
  196. # golang.org/x/image v0.11.0
  197. ## explicit; go 1.12
  198. golang.org/x/image/ccitt
  199. golang.org/x/image/colornames
  200. golang.org/x/image/draw
  201. golang.org/x/image/font
  202. golang.org/x/image/math/f64
  203. golang.org/x/image/math/fixed
  204. golang.org/x/image/tiff
  205. golang.org/x/image/tiff/lzw
  206. golang.org/x/image/vector
  207. # golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda
  208. ## explicit; go 1.17
  209. golang.org/x/mobile/exp/f32
  210. # golang.org/x/net v0.14.0
  211. ## explicit; go 1.17
  212. golang.org/x/net/html
  213. golang.org/x/net/html/atom
  214. golang.org/x/net/html/charset
  215. # golang.org/x/sync v0.3.0
  216. ## explicit; go 1.17
  217. golang.org/x/sync/errgroup
  218. # golang.org/x/sys v0.11.0
  219. ## explicit; go 1.17
  220. golang.org/x/sys/execabs
  221. golang.org/x/sys/internal/unsafeheader
  222. golang.org/x/sys/plan9
  223. golang.org/x/sys/unix
  224. golang.org/x/sys/windows
  225. golang.org/x/sys/windows/registry
  226. # golang.org/x/term v0.11.0
  227. ## explicit; go 1.17
  228. golang.org/x/term
  229. # golang.org/x/text v0.12.0
  230. ## explicit; go 1.17
  231. golang.org/x/text/encoding
  232. golang.org/x/text/encoding/charmap
  233. golang.org/x/text/encoding/htmlindex
  234. golang.org/x/text/encoding/internal
  235. golang.org/x/text/encoding/internal/identifier
  236. golang.org/x/text/encoding/japanese
  237. golang.org/x/text/encoding/korean
  238. golang.org/x/text/encoding/simplifiedchinese
  239. golang.org/x/text/encoding/traditionalchinese
  240. golang.org/x/text/encoding/unicode
  241. golang.org/x/text/internal/language
  242. golang.org/x/text/internal/language/compact
  243. golang.org/x/text/internal/tag
  244. golang.org/x/text/internal/utf8internal
  245. golang.org/x/text/language
  246. golang.org/x/text/runes
  247. golang.org/x/text/transform
  248. # gopkg.in/yaml.v3 v3.0.1
  249. ## explicit
  250. gopkg.in/yaml.v3
  251. # honnef.co/go/js/dom v0.0.0-20230808055721-96db8f4d5e3b
  252. ## explicit
  253. honnef.co/go/js/dom