Skip to content

Commit 7863e2e

Browse files
authored
Merge pull request #2 from sakura-internet/fix/typo
fix typo
2 parents a8295c7 + 0bdf5db commit 7863e2e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
module github.com/sakura-ineternet/mobile-connect-commands
1+
module github.com/sakura-internet/mobile-connect-commands
22

33
go 1.21.4
44

55
require (
6-
github.com/jessevdk/go-flags v1.5.0 // indirect
7-
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
8-
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
6+
github.com/jessevdk/go-flags v1.5.0
7+
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
98
)
9+
10+
require golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect

0 commit comments

Comments
 (0)