Skip to content

Commit

Permalink
build(deps): bump apko to v0.19.4-0.20241025191412-dfd80b4117f2 (#396)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
  • Loading branch information
luhring authored Oct 25, 2024
1 parent add6ecc commit 4cad825
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/chainguard-dev/terraform-provider-apko
go 1.23.2

require (
chainguard.dev/apko v0.19.4-0.20241025180221-553db7a429e1
chainguard.dev/apko v0.19.4-0.20241025191412-dfd80b4117f2
github.com/chainguard-dev/clog v1.5.1-0.20240811185937-4c523ae4593f
github.com/chainguard-dev/terraform-provider-oci v0.0.17
github.com/google/go-cmp v0.6.0
Expand Down Expand Up @@ -123,7 +123,7 @@ require (
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/letsencrypt/boulder v0.0.0-20241024173833-6c85b8d0197c // indirect
github.com/letsencrypt/boulder v0.0.0-20241025175551-6e6c8fe480d0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chainguard.dev/apko v0.19.4-0.20241025180221-553db7a429e1 h1:lWm6QOer2OnE6oWrLp0TdqH9rnTc8CKkaX1JUGL3FD8=
chainguard.dev/apko v0.19.4-0.20241025180221-553db7a429e1/go.mod h1:Xwby6unVOg4xJZ11l2kyHdr9sykJmmEaWvgoT18CFbI=
chainguard.dev/apko v0.19.4-0.20241025191412-dfd80b4117f2 h1:5A6W6/bEjtZcm15Eaj5wIuN6VTat6UEo8+mPsu4Wlk8=
chainguard.dev/apko v0.19.4-0.20241025191412-dfd80b4117f2/go.mod h1:Xwby6unVOg4xJZ11l2kyHdr9sykJmmEaWvgoT18CFbI=
chainguard.dev/go-grpc-kit v0.17.6 h1:lwIs9LmSnm8jwrH1QmigCwMP6MYkIBENq/0xGduYZss=
chainguard.dev/go-grpc-kit v0.17.6/go.mod h1:ZNaXn2KEO++2u2WveHs65krYiHmAEGjYLeEtfaQaOWU=
chainguard.dev/sdk v0.1.28 h1:xLQv0JxiGhqVKOL059DmTReTjrKFhUsP5U1W6cgr+jQ=
Expand Down Expand Up @@ -317,8 +317,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/letsencrypt/boulder v0.0.0-20241024173833-6c85b8d0197c h1:M6R/trCIw2oofdR1uQVr/hrRGUKhZ2b5LowkzBnHb6E=
github.com/letsencrypt/boulder v0.0.0-20241024173833-6c85b8d0197c/go.mod h1:UQQzuebeGqBJqA5Stf1Ng77rw1BjxV697QU0CEI/eSk=
github.com/letsencrypt/boulder v0.0.0-20241025175551-6e6c8fe480d0 h1:r/F7ugUyxT7ulXmM155g7v5G47XaNCJBi8FUaBugS7Y=
github.com/letsencrypt/boulder v0.0.0-20241025175551-6e6c8fe480d0/go.mod h1:UQQzuebeGqBJqA5Stf1Ng77rw1BjxV697QU0CEI/eSk=
github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=
github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
Expand Down

0 comments on commit 4cad825

Please sign in to comment.