Skip to content

Commit 7ffe551

Browse files
committed
Run go mod tidy
1 parent fb8539f commit 7ffe551

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module github.com/jclem/konk
22

33
go 1.18
44

5-
require github.com/spf13/cobra v1.4.0
5+
require (
6+
github.com/spf13/cobra v1.4.0
7+
gopkg.in/yaml.v3 v3.0.1
8+
)
69

710
require (
811
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -16,7 +19,6 @@ require (
1619
github.com/rivo/uniseg v0.2.0 // indirect
1720
github.com/rogpeppe/go-internal v1.6.1 // indirect
1821
golang.org/x/sys v0.1.0 // indirect
19-
gopkg.in/yaml.v3 v3.0.1 // indirect
2022
)
2123

2224
require (

0 commit comments

Comments
 (0)