Skip to content

Commit

Permalink
feat: update go cloud lib: support aws s3 weka tar url
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi committed Aug 29, 2024
1 parent 50c2bcc commit a33b2ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lambdas/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go v1.45.16
github.com/lithammer/dedent v1.1.0
github.com/rs/zerolog v1.31.0
github.com/weka/go-cloud-lib v0.0.0-20240827073450-1db7d60030ab
github.com/weka/go-cloud-lib v0.0.0-20240827193000-1baaa0474e06
golang.org/x/sync v0.3.0
)

Expand Down
4 changes: 2 additions & 2 deletions lambdas/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ github.com/rs/zerolog v1.31.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWR
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s=
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
github.com/weka/go-cloud-lib v0.0.0-20240827073450-1db7d60030ab h1:/DX4vsQ6XBerb6Z1uR4mnV+170Z8bvlsg9CrEnbW1YI=
github.com/weka/go-cloud-lib v0.0.0-20240827073450-1db7d60030ab/go.mod h1:FCQuk2bLvtDHe2Kjsu0oInJP1VOVsuxqPGHGMmVIPMg=
github.com/weka/go-cloud-lib v0.0.0-20240827193000-1baaa0474e06 h1:BtrJb2A9XEgUkQ7q8FhPXAt8t3uPAydxJoqCvttKo64=
github.com/weka/go-cloud-lib v0.0.0-20240827193000-1baaa0474e06/go.mod h1:FCQuk2bLvtDHe2Kjsu0oInJP1VOVsuxqPGHGMmVIPMg=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ variable "dynamodb_hash_key_name" {
variable "lambdas_version" {
type = string
description = "Lambdas code version (hash)"
default = "49089567d60b2a6285a458fd145d67d7"
default = "a1a9b4a0ee20b5728e5293be08f5ce88"
}

variable "lambdas_dist" {
Expand Down

0 comments on commit a33b2ad

Please sign in to comment.