We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8295c7 + 0bdf5db commit 7863e2eCopy full SHA for 7863e2e
go.mod
@@ -1,9 +1,10 @@
1
-module github.com/sakura-ineternet/mobile-connect-commands
+module github.com/sakura-internet/mobile-connect-commands
2
3
go 1.21.4
4
5
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
+ github.com/jessevdk/go-flags v1.5.0
+ golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
9
)
+
10
+require golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
0 commit comments