Skip to content

Commit

Permalink
Update to go1.19 and latest go-rpio
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Sep 6, 2022
1 parent d8529dd commit 66881b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dccpi/dccpi.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
dcc "github.com/hsanjuan/go-dcc"
"github.com/hsanjuan/go-dcc/driver/dccpi"
"github.com/hsanjuan/go-dcc/driver/dummy"
rpio "github.com/stianeikeland/go-rpio"
rpio "github.com/stianeikeland/go-rpio/v4"
)

const description = `
Expand Down
2 changes: 1 addition & 1 deletion driver/dccpi/dccpi.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"fmt"
"os"

rpio "github.com/stianeikeland/go-rpio"
rpio "github.com/stianeikeland/go-rpio/v4"
)

// GPIO Outputs for the Raspberry PI DCC encoder
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/hsanjuan/go-dcc

go 1.13
go 1.19

require github.com/stianeikeland/go-rpio v4.2.0+incompatible
require github.com/stianeikeland/go-rpio/v4 v4.6.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/stianeikeland/go-rpio v4.2.0+incompatible h1:CUOlIxdJdT+H1obJPsmg8byu7jMSECLfAN9zynm5QGo=
github.com/stianeikeland/go-rpio v4.2.0+incompatible/go.mod h1:Sh81rdJwD96E2wja2Gd7rrKM+XZ9LrwvN2w4IXrqLR8=
github.com/stianeikeland/go-rpio/v4 v4.6.0 h1:eAJgtw3jTtvn/CqwbC82ntcS+dtzUTgo5qlZKe677EY=
github.com/stianeikeland/go-rpio/v4 v4.6.0/go.mod h1:A3GvHxC1Om5zaId+HqB3HKqx4K/AqeckxB7qRjxMK7o=

0 comments on commit 66881b1

Please sign in to comment.