Skip to content

Commit 39054d5

Browse files
committed
WIP gosmc
1 parent f5390a7 commit 39054d5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/dkorunic/iSMC
33
go 1.25
44

55
require (
6+
github.com/dkorunic/iSMC/gosmc v0.0.0-20260101105921-f5390a744a6d
67
github.com/fvbommel/sortorder v1.1.0
78
github.com/spf13/cobra v1.10.2
89
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ github.com/clipperhouse/uax29/v2 v2.3.0/go.mod h1:Wn1g7MK6OoeDT0vL+Q0SQLDz/KpfsV
55
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
66
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
77
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
8+
github.com/dkorunic/iSMC/gosmc v0.0.0-20260101105921-f5390a744a6d h1:VSbj2A6A0jlynSEqP/E0EdSGi0oNuNQ9dOYO9Qfdqks=
9+
github.com/dkorunic/iSMC/gosmc v0.0.0-20260101105921-f5390a744a6d/go.mod h1:oM4LfRSqJV2Jhu+zuxfu/euxlhej9y7FAg2DAMRBeCU=
810
github.com/fvbommel/sortorder v1.1.0 h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=
911
github.com/fvbommel/sortorder v1.1.0/go.mod h1:uk88iVf1ovNn1iLfgUVU2F9o5eO30ui720w+kxuqRs0=
1012
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=

0 commit comments

Comments
 (0)