Skip to content

Commit f22bd5b

Browse files
authored
fix update go.mod and remove useless dependency (#23)
1 parent 0e5c06e commit f22bd5b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
module facchinm/rp2040load
1+
module github.com/arduino/rp2040load
22

33
go 1.16
4-
5-
require github.com/mattn/go-shellwords v1.0.11

go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
github.com/mattn/go-shellwords v1.0.11 h1:vCoR9VPpsk/TZFW2JwK5I9S0xdrtUq2bph6/YjEPnaw=
2-
github.com/mattn/go-shellwords v1.0.11/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y=

0 commit comments

Comments
 (0)