-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
99 lines (89 loc) · 4.11 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
module github.com/roffe/txlogger
go 1.23
require (
github.com/avast/retry-go/v4 v4.6.0
github.com/fatih/color v1.18.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/roffe/gocan v0.0.0-20241207110253-bc5f0434702d
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/sqweek/dialog v0.0.0-20240226140203-065105509627
github.com/yeka/zip v0.0.0-20231116150916-03d6312748a9
go.bug.st/serial v1.6.2
golang.org/x/crypto v0.29.0
golang.org/x/image v0.22.0
golang.org/x/mod v0.22.0
golang.org/x/net v0.31.0
golang.org/x/sync v0.9.0
)
require (
fyne.io/fyne/v2 v2.5.3-0.20241204220448-ce4fa868b0fb
fyne.io/systray v1.11.0 // indirect
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/albenik/bcd v0.0.0-20170831201648-635201416bc7 // indirect
github.com/creack/goselect v0.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fredbi/uri v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/fyne-io/gl-js v0.0.0-20230506162202-1fdaa286a934 // indirect
github.com/fyne-io/glfw-js v0.0.0-20241126112943-313d8a0fe1d0 // indirect
github.com/fyne-io/image v0.0.0-20240417123036-dc0ee9e7c964 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-text/render v0.2.0 // indirect
github.com/go-text/typesetting v0.2.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect
github.com/mdlayher/socket v0.5.1 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/yuin/goldmark v1.7.8 // indirect
go.einride.tech/can v0.12.1 // indirect
golang.org/x/mobile v0.0.0-20241108191957-fa514ef75a0f // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/tools v0.27.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require github.com/roffe/ecusymbol v0.0.0-20241205203950-46d2204db29e
require fyne.io/x/fyne v0.0.0-20240803204126-8b5b5bfe65ef
require (
github.com/ebitengine/oto/v3 v3.3.1
github.com/google/gousb v1.1.3
github.com/hajimehoshi/go-mp3 v0.3.4
github.com/jellydator/ttlcache/v3 v3.3.0
)
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/jeandeaual/go-locale v0.0.0-20240223122105-ce5225dcaa49 // indirect
github.com/nicksnyder/go-i18n/v2 v2.4.1 // indirect
github.com/rymdport/portal v0.3.0 // indirect
github.com/soypat/cyw43439 v0.0.0-20241027225731-a40e87e292b5 // indirect
github.com/soypat/seqs v0.0.0-20240527012110-1201bab640ef // indirect
github.com/tinygo-org/pio v0.0.0-20240901140349-27cbe9d986eb // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
)
require (
github.com/bendikro/dl v0.0.0-20190410215913-e41fdb9069d4 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/lusingander/colorpicker v0.7.3
github.com/saltosystems/winrt-go v0.0.0-20241030114511-98be01919aa6 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/tinygo-org/cbgo v0.0.4 // indirect
tinygo.org/x/bluetooth v0.10.0 // indirect
)
// replace github.com/roffe/gocan => C:\Users\flejd\go\src\github.com\roffe\gocan
// replace github.com/roffe/ecusymbol => C:\Users\flejd\go\src\github.com\roffe\ecusymbol