Skip to content

Commit

Permalink
fix: update go-cloud-lib deactivation order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi committed Oct 4, 2023
1 parent cbde24b commit a50a22d
Show file tree
Hide file tree
Showing 2 changed files with 3 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/pkg/errors v0.9.1
github.com/rs/zerolog v1.31.0
github.com/spf13/cobra v1.7.0
github.com/weka/go-cloud-lib v0.0.0-20230919143135-7695ce962ba2
github.com/weka/go-cloud-lib v0.0.0-20230926161706-745b65ace8dd
golang.org/x/oauth2 v0.12.0
golang.org/x/sync v0.3.0
gopkg.in/errgo.v2 v2.1.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
github.com/weka/go-cloud-lib v0.0.0-20230919143135-7695ce962ba2 h1:KF+UAFZNWy5KggAukNXh61qw5AIofpDbvCTxK1/YnG0=
github.com/weka/go-cloud-lib v0.0.0-20230919143135-7695ce962ba2/go.mod h1:lT0kVeV0d4HznnITUHbHN6JunpqyL4q9McAYr78YNm4=
github.com/weka/go-cloud-lib v0.0.0-20230926161706-745b65ace8dd h1:4x+BWcC5SNK8xMdHMyqh3+Daxc88OFHiN3frkI1tS8I=
github.com/weka/go-cloud-lib v0.0.0-20230926161706-745b65ace8dd/go.mod h1:lT0kVeV0d4HznnITUHbHN6JunpqyL4q9McAYr78YNm4=
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

0 comments on commit a50a22d

Please sign in to comment.