Skip to content

Commit 7c1157a

Browse files
committed
Make it more robust
Signed-off-by: Pavol Loffay <[email protected]>
1 parent bebe6f5 commit 7c1157a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

cmd/builder/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ require (
2323
)
2424

2525
require (
26+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2627
github.com/davecgh/go-spew v1.1.1 // indirect
2728
github.com/fsnotify/fsnotify v1.9.0 // indirect
2829
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect

cmd/builder/go.sum

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)