File tree Expand file tree Collapse file tree 7 files changed +26
-10
lines changed Expand file tree Collapse file tree 7 files changed +26
-10
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import (
10
10
proto "github.com/golang/protobuf/proto"
11
11
"github.com/paypal/gatt"
12
12
"github.com/paypal/gatt/examples/option"
13
- "github .com/qsydev/goterm /internal/ble/fragmenter"
14
- "github .com/qsydev/goterm /internal/executor"
15
- "github .com/qsydev/goterm /pkg/qsy"
13
+ "qsydev .com/term /internal/ble/fragmenter"
14
+ "qsydev .com/term /internal/executor"
15
+ "qsydev .com/term /pkg/qsy"
16
16
)
17
17
18
18
var srv * qsy.Server
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"log"
6
6
7
- "github .com/qsydev/goterm /internal/terminal"
7
+ "qsydev .com/term /internal/terminal"
8
8
)
9
9
10
10
func main () {
Original file line number Diff line number Diff line change 5
5
"log"
6
6
"os"
7
7
8
- "github .com/qsydev/goterm /pkg/qsy"
8
+ "qsydev .com/term /pkg/qsy"
9
9
)
10
10
11
11
type r struct {}
Original file line number Diff line number Diff line change 1
1
module qsydev.com/term
2
2
3
3
require (
4
+ github.com/golang/protobuf v1.2.0
4
5
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
5
6
github.com/paypal/gatt v0.0.0-20151011220935-4ae819d591cf
6
7
github.com/pkg/errors v0.8.0
7
8
github.com/pkg/profile v1.2.1
9
+ github.com/qsydev/goterm v0.0.0-20180705000838-7f4a021126f9
8
10
golang.org/x/net v0.0.0-20180611182652-db08ff08e862
9
11
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
10
12
)
Original file line number Diff line number Diff line change
1
+ github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM =
2
+ github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
3
+ github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
4
+ github.com/paypal/gatt v0.0.0-20151011220935-4ae819d591cf h1:RHRtrMle1AlWsMdCoIQIbq7IB2y8/5qEsUoAzjCCSCw =
5
+ github.com/paypal/gatt v0.0.0-20151011220935-4ae819d591cf /go.mod h1:+AwQL2mK3Pd3S+TUwg0tYQjid0q1txyNUJuuSmz8Kdk =
6
+ github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw =
7
+ github.com/pkg/errors v0.8.0 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
8
+ github.com/pkg/profile v1.2.1 /go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA =
9
+ github.com/qsydev/goterm v0.0.0-20180705000838-7f4a021126f9 h1:xKRLlkyjL0sgFKUa0oUTtNQ7tgm9JCP8XpSBL1DErT4 =
10
+ github.com/qsydev/goterm v0.0.0-20180705000838-7f4a021126f9 /go.mod h1:GgREbHRduOzZPqDD6Sv7rjzxkKsd0PIJTVJhr1dB/9A =
11
+ golang.org/x/net v0.0.0-20180611182652-db08ff08e862 h1:JZi6BqOZ+iSgmLWe6llhGrNnEnK+YB/MRkStwnEfbqM =
12
+ golang.org/x/net v0.0.0-20180611182652-db08ff08e862 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
13
+ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f h1:wMNYb4v58l5UBM7MYRLPG6ZhfOqbKu7X5eyFl8ZhKvA =
14
+ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
Original file line number Diff line number Diff line change 1
1
package executor
2
2
3
- import "github .com/qsydev/goterm /internal/tree"
3
+ import "qsydev .com/term /internal/tree"
4
4
5
5
type step struct {
6
6
* Step
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ import (
8
8
"github.com/golang/protobuf/proto"
9
9
"github.com/pkg/errors"
10
10
11
- "github .com/qsydev/goterm /internal/ble"
12
- "github .com/qsydev/goterm /internal/ble/fragmenter"
13
- "github .com/qsydev/goterm /internal/executor"
14
- "github .com/qsydev/goterm /pkg/qsy"
11
+ "qsydev .com/term /internal/ble"
12
+ "qsydev .com/term /internal/ble/fragmenter"
13
+ "qsydev .com/term /internal/executor"
14
+ "qsydev .com/term /pkg/qsy"
15
15
)
16
16
17
17
const (
You can’t perform that action at this time.
0 commit comments