From 0bdf5db4e8e059a9cf75d4d3f622828808e11b15 Mon Sep 17 00:00:00 2001 From: r-fujiwara Date: Wed, 14 Feb 2024 14:17:24 +0900 Subject: [PATCH] fix typo --- go.mod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index feb6772..63c1603 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,10 @@ -module github.com/sakura-ineternet/mobile-connect-commands +module github.com/sakura-internet/mobile-connect-commands go 1.21.4 require ( - github.com/jessevdk/go-flags v1.5.0 // indirect - golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect - 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 ) + +require golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect