Skip to content

Commit 874f8ac

Browse files
author
Rick Rackow
committed
chore(mode): update dependencies and update to 1.24.1
1 parent 3f90478 commit 874f8ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
module github.com/codesphere-cloud/oms
22

3-
go 1.23.6
3+
go 1.24.1
4+
5+
require github.com/spf13/cobra v1.9.1
46

57
require (
68
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7-
github.com/spf13/cobra v1.9.1 // indirect
89
github.com/spf13/pflag v1.0.6 // indirect
910
)

0 commit comments

Comments
 (0)