Skip to content

Commit

Permalink
fix: upgrade turtlefinder w/ nil watcher fix
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <[email protected]>
  • Loading branch information
thediveo committed Jan 13, 2024
1 parent 7dd54bd commit ffa5488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ require (
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/siemens/turtlefinder v1.1.1
github.com/siemens/turtlefinder v1.1.2
github.com/spf13/pflag v1.0.5 // indirect
github.com/thediveo/go-mntinfo v1.0.2 // indirect
github.com/thediveo/ioctl v0.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ github.com/siemens/ieddata v1.0.0 h1:jS4w5G/XBZ28s48IQfFmocNYkXrTQvMVzCgaWKSXqmg
github.com/siemens/ieddata v1.0.0/go.mod h1:klA6Gx4K55NrSp8re+rZb7XuCIL8vI5jWgRYfoghiE4=
github.com/siemens/mobydig v1.0.0 h1:kOZ0QYwXGxAuhT+A3Dz1QGoaovxyywVvwEvLC9yETkc=
github.com/siemens/mobydig v1.0.0/go.mod h1:TtROWS4S7mfaAFUGmbhaZ9jnUFsdfLWYnLPTi+44g4Q=
github.com/siemens/turtlefinder v1.1.1 h1:sE0a+vuFqZ1Aic8tGFqdvTaILhQKwGBbqvh02U6uF6c=
github.com/siemens/turtlefinder v1.1.1/go.mod h1:86CvMPmIMKtFe26MuABSad+iIUsEPOXEbv35wYXZock=
github.com/siemens/turtlefinder v1.1.2 h1:cSzhUzNMb389+CC4+8TGpvq4yx1MsYYLI2GsWpa3EO8=
github.com/siemens/turtlefinder v1.1.2/go.mod h1:86CvMPmIMKtFe26MuABSad+iIUsEPOXEbv35wYXZock=
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
Expand Down

0 comments on commit ffa5488

Please sign in to comment.