20 lines
547 B
Modula-2
20 lines
547 B
Modula-2
module github.com/rileys-trash-can/rs8
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/andreykaipov/goobs v1.2.3
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
|
github.com/mmcloughlin/profile v0.1.1 // indirect
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
)
|