File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "path"
77 "strings"
88
9- "github.com/Hayao0819/nahi/osutils "
9+ osutils "github.com/Hayao0819/nahi/futils "
1010)
1111
1212// 指定されたプロファイルとアーキテクチャに対応するパッケージリストファイルを検索し、そのファイルのパスを返します。
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.2
44
55require (
66 github.com/Hayao0819/go-distro v0.0.0-20240502045834-6a4198612fca
7- github.com/Hayao0819/nahi v0.0.0-20240506173511-aa8a1a06908e
7+ github.com/Hayao0819/nahi v0.0.1
88 github.com/m-mizutani/clog v0.0.4
99 github.com/otiai10/copy v1.14.0
1010 github.com/spf13/cobra v1.8.0
Original file line number Diff line number Diff line change 11github.com/Hayao0819/go-distro v0.0.0-20240502045834-6a4198612fca h1:o/8EO1u8fmMfdGUedHN+OvZrLb5kafLdVj4hcQtCkf8 =
22github.com/Hayao0819/go-distro v0.0.0-20240502045834-6a4198612fca /go.mod h1:C7RUU7FdBZWMNpHLW23ZoaRZnFraq9CEyEPgA6KIuwY =
3- github.com/Hayao0819/nahi v0.0.0-20240506173511-aa8a1a06908e h1:izLYnTxEYfQvr0BltY/ploo3eOCMel674yZG0jDDaFM =
4- github.com/Hayao0819/nahi v0.0.0-20240506173511-aa8a1a06908e /go.mod h1:6y4OH/3jDW6HX3L2LoaE+GvNlqAzUG0hrpba9U1b2XA =
3+ github.com/Hayao0819/nahi v0.0.1 h1:Ekm5M0H4KqSkKWUcHwWCeSZooxLRW+385y5M55vYg9I =
4+ github.com/Hayao0819/nahi v0.0.1 /go.mod h1:6y4OH/3jDW6HX3L2LoaE+GvNlqAzUG0hrpba9U1b2XA =
55github.com/ashcrow/osrelease v0.0.0-20180626175927-9b292693c55c h1:icme0QhxrgZOxTBnT6K8dfGLwbKWSOVwPB95XTbo8Ws =
66github.com/ashcrow/osrelease v0.0.0-20180626175927-9b292693c55c /go.mod h1:BRljTyotlu+6N+Qlu5MhjxpdmccCnp9lDvZjNNV8qr4 =
77github.com/cpuguy83/go-md2man/v2 v2.0.3 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
Original file line number Diff line number Diff line change 66 "path"
77 "strings"
88
9- "github.com/Hayao0819/nahi/fputils "
9+ fputils "github.com/Hayao0819/nahi/futils "
1010 "github.com/Hayao0819/nahi/tputils"
1111)
1212
Original file line number Diff line number Diff line change 66 "path"
77
88 "github.com/FascodeNet/alterlinux/alteriso5/work/boot"
9- "github.com/Hayao0819/nahi/osutils "
9+ osutils "github.com/Hayao0819/nahi/futils "
1010)
1111
1212// Prepare configuration files for systemd-boot
Original file line number Diff line number Diff line change 44 "log/slog"
55 "path"
66
7- "github.com/Hayao0819/nahi/osutils "
7+ osutils "github.com/Hayao0819/nahi/futils "
88 cp "github.com/otiai10/copy"
99)
1010
Original file line number Diff line number Diff line change 77
88 "github.com/FascodeNet/alterlinux/alteriso5/config"
99 "github.com/FascodeNet/alterlinux/alteriso5/work/airootfs"
10- "github.com/Hayao0819/nahi/osutils "
10+ osutils "github.com/Hayao0819/nahi/futils "
1111 "github.com/spf13/cobra"
1212)
1313
You can’t perform that action at this time.
0 commit comments