Skip to content

Commit 87d51a2

Browse files
author
Naveen Kaje
authored
Merge pull request #175 from nkaje/Update_JLOSS_BLE_DLE_Support
go.mod: Update JuulLabs-OSS/ble hash
2 parents 5b5173d + 7d55eb3 commit 87d51a2

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module mynewt.apache.org/newtmgr
33
go 1.12
44

55
require (
6-
github.com/JuulLabs-OSS/ble v0.0.0-20200517053828-ca7534402217
6+
github.com/JuulLabs-OSS/ble v0.0.0-20200716215611-d4fcc9d598bb
77
github.com/JuulLabs-OSS/cbgo v0.0.1
88
github.com/abiosoft/ishell v2.0.0+incompatible // indirect
99
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
@@ -17,10 +17,7 @@ require (
1717
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
1818
github.com/joaojeronimo/go-crc16 v0.0.0-20140729130949-59bd0194935e
1919
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
20-
github.com/mattn/go-colorable v0.1.6 // indirect
2120
github.com/mattn/go-runewidth v0.0.6 // indirect
22-
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
23-
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
2421
github.com/mitchellh/go-homedir v1.1.0
2522
github.com/peterh/liner v1.1.0 // indirect
2623
github.com/pkg/errors v0.8.1
@@ -31,7 +28,6 @@ require (
3128
github.com/spf13/cobra v0.0.5
3229
github.com/spf13/pflag v1.0.5 // indirect
3330
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
34-
github.com/ugorji/go v1.1.7 // indirect
3531
github.com/ugorji/go/codec v1.1.7
3632
go.starlark.net v0.0.0-20190919145610-979af19b165c // indirect
3733
golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ github.com/JuulLabs-OSS/ble v0.0.0-20200421174404-4a6a93a950fe h1:YnTwo0OKGlHaI9
55
github.com/JuulLabs-OSS/ble v0.0.0-20200421174404-4a6a93a950fe/go.mod h1:pfS28CC0m6k3HdEWztSfIpvKpn3Zsxu1jzuNJ3pnFNo=
66
github.com/JuulLabs-OSS/ble v0.0.0-20200517053828-ca7534402217 h1:THtxHOyxAZdHhhHkRFGXxev58uYyKDkACzP3XDdc0mM=
77
github.com/JuulLabs-OSS/ble v0.0.0-20200517053828-ca7534402217/go.mod h1:6deIuswYSv6W1l3sM/nonw0OKWtIZCn7ZOWvIREoq2A=
8+
github.com/JuulLabs-OSS/ble v0.0.0-20200716215611-d4fcc9d598bb h1:kIZ7fr8RxucJXNHifPxm71yiWuzpw0SmjlafMzoOd0U=
9+
github.com/JuulLabs-OSS/ble v0.0.0-20200716215611-d4fcc9d598bb/go.mod h1:6deIuswYSv6W1l3sM/nonw0OKWtIZCn7ZOWvIREoq2A=
810
github.com/JuulLabs-OSS/cbgo v0.0.0-20200421065905-1762a9c3147c h1:CwwgT8zV4/uvoPQuRtGBt+aQwLL7zCV/ezGz0UdXp14=
911
github.com/JuulLabs-OSS/cbgo v0.0.0-20200421065905-1762a9c3147c/go.mod h1:L4YtGP+gnyD84w7+jN66ncspFRfOYB5aj9QSXaFHmBA=
1012
github.com/JuulLabs-OSS/cbgo v0.0.1 h1:A5JdglvFot1J9qYR0POZ4qInttpsVPN9lqatjaPp2ro=

0 commit comments

Comments
 (0)