Skip to content

Commit f3e2005

Browse files
committed
refactor: update code
1 parent 43d52ca commit f3e2005

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/goreleaser/fileglob v1.4.0
1919
github.com/joho/godotenv v1.5.1
2020
github.com/olekukonko/tablewriter v0.0.5
21-
github.com/onexstack/onexstack v0.3.1-rc.3
21+
github.com/onexstack/onexstack v0.3.1
2222
github.com/purpleclay/gitz v0.11.2
2323
github.com/rakyll/statik v0.1.7
2424
github.com/shirou/gopsutil/v3 v3.23.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQ
414414
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
415415
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
416416
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
417-
github.com/onexstack/onexstack v0.3.1-rc.3 h1:HfOQa0KQ19BWcedDvqZN2JsRps0ilkcbbh+OIU3qa2Y=
418-
github.com/onexstack/onexstack v0.3.1-rc.3/go.mod h1:H1r+TDP9Y03ys8nGGm6wARY984Szv/m0Y/sFN9Xb6NI=
417+
github.com/onexstack/onexstack v0.3.1 h1:Ut96q+TPSIUXqccPKJyY9fAcmG2yCkZDVLJmAQ1ZyBc=
418+
github.com/onexstack/onexstack v0.3.1/go.mod h1:H1r+TDP9Y03ys8nGGm6wARY984Szv/m0Y/sFN9Xb6NI=
419419
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
420420
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
421421
github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM=

0 commit comments

Comments
 (0)