-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 904 Bytes
/
go.mod
File metadata and controls
29 lines (26 loc) · 904 Bytes
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
module github.com/rokath/trice
go 1.24.0
require (
github.com/fsnotify/fsnotify v1.6.0
github.com/kr/pretty v0.1.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/rokath/cobs v0.0.0-20230425030040-4ebbe9b903b9
github.com/rokath/tcobs v0.9.1
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/spf13/afero v1.9.5
github.com/stretchr/testify v1.8.4
github.com/udhos/equalfile v0.3.0
go.bug.st/serial v1.6.0
golang.org/x/crypto v0.45.0
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)