forked from sweetbit-io/sweetbit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 718 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module sweetbit
go 1.21.4
require (
github.com/go-errors/errors v1.5.1
github.com/gorilla/websocket v1.5.1
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2
gobot.io/x/gobot v1.16.0
)
require (
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sigurn/crc8 v0.0.0-20160107002456-e55481d6f45c // indirect
github.com/sigurn/utils v0.0.0-20190728110027-e1fefb11a144 // indirect
golang.org/x/net v0.17.0 // indirect
periph.io/x/periph v3.6.2+incompatible // indirect
)