-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 720 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/digital-dream-labs/vector-bluetooth
go 1.15
require (
github.com/currantlabs/ble v0.0.0-20171229162446-c1d21c164cf8
github.com/jamesruan/sodium v0.0.0-20181216154042-9620b83ffeae
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/schollz/progressbar/v3 v3.7.4
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)