Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/hpcloud/tail v1.0.1-0.20170207023346-faf842bde7ed
github.com/jwilder/gojq v0.0.0-20161018055142-c550732d4a52
golang.org/x/net v0.10.0
golang.org/x/net v0.38.0
)

require (
Expand All @@ -20,7 +20,7 @@ require (
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/stretchr/testify v1.8.2 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.8.0 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
Expand Down