Skip to content

Commit

Permalink
Use github repo address instead of local go module (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston authored Dec 26, 2024
1 parent 0b8380d commit db194af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module uln2003
module github.com/viam-modules/uln2003

go 1.23.0

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package main
import (
"context"

"uln2003/uln28byj48"
"github.com/viam-modules/uln2003/uln28byj48"

"go.viam.com/rdk/components/motor"
"go.viam.com/rdk/logging"
Expand Down

0 comments on commit db194af

Please sign in to comment.