Skip to content

Commit

Permalink
fix: honor kill command (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi authored Jun 23, 2024
1 parent dd35864 commit d8888ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/rds v1.78.0
github.com/aws/aws-sdk-go-v2/service/sts v1.28.6
github.com/google/uuid v1.6.0
github.com/kaytu-io/kaytu v0.14.2-rc.2.0.20240623143825-66093993ecff
github.com/kaytu-io/kaytu v0.14.2-rc.2.0.20240623175355-3f14c8c8b06e
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.26.0
google.golang.org/protobuf v1.34.2
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ github.com/kaytu-io/kaytu v0.14.2-rc.2.0.20240623141055-86161687e481 h1:xTiMqmln
github.com/kaytu-io/kaytu v0.14.2-rc.2.0.20240623141055-86161687e481/go.mod h1:csDLaCgTnp/D9SZuo55KjOzp/BYfkhkeSkGuEiCljtc=
github.com/kaytu-io/kaytu v0.14.2-rc.2.0.20240623143825-66093993ecff h1:J4E9E7YBGk12VZahohGmiMToUAzjRs7UnHmurNsMw00=
github.com/kaytu-io/kaytu v0.14.2-rc.2.0.20240623143825-66093993ecff/go.mod h1:csDLaCgTnp/D9SZuo55KjOzp/BYfkhkeSkGuEiCljtc=
github.com/kaytu-io/kaytu v0.14.2-rc.2.0.20240623173031-c0db092749e3 h1:gLvNyzyVuFernnHni1gtO2gV+ffefZLli4Y9BZpzj+o=
github.com/kaytu-io/kaytu v0.14.2-rc.2.0.20240623173031-c0db092749e3/go.mod h1:csDLaCgTnp/D9SZuo55KjOzp/BYfkhkeSkGuEiCljtc=
github.com/kaytu-io/kaytu v0.14.2-rc.2.0.20240623175355-3f14c8c8b06e h1:U6jUdOMW0h30SvkiZcKrQqiwzomPb0Zz57N/cNg5heU=
github.com/kaytu-io/kaytu v0.14.2-rc.2.0.20240623175355-3f14c8c8b06e/go.mod h1:csDLaCgTnp/D9SZuo55KjOzp/BYfkhkeSkGuEiCljtc=
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=
github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
Expand Down

0 comments on commit d8888ef

Please sign in to comment.