Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril DELBEGUE committed Apr 23, 2024
1 parent c78f4ce commit 53cded6
Show file tree
Hide file tree
Showing 4 changed files with 2,236 additions and 74 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.16', '1.15' ]
go: [ '1.22', '1.21' ]
name: golangci-lint
steps:
- name: Checkout
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Coverage Tests
run: go test ./... -cover -race -coverprofile=profile.cov
- name: Send coverage
if: ${{ matrix.go == '1.16' }}
if: ${{ matrix.go == '1.22' }}
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/airbusgeo/osio
go 1.16

require (
cloud.google.com/go/storage v1.15.0
github.com/airbusgeo/errs v0.0.2
github.com/aws/aws-sdk-go-v2 v1.7.0
github.com/aws/aws-sdk-go-v2/config v1.4.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.11.0
github.com/aws/smithy-go v1.5.0
github.com/hashicorp/golang-lru v0.5.4
github.com/stretchr/testify v1.7.0
google.golang.org/api v0.52.0
cloud.google.com/go/storage v1.40.0
github.com/airbusgeo/errs v0.0.3
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/aws/aws-sdk-go-v2/config v1.27.11
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1
github.com/aws/smithy-go v1.20.2
github.com/hashicorp/golang-lru v1.0.2
github.com/stretchr/testify v1.9.0
google.golang.org/api v0.176.0
)
Loading

0 comments on commit 53cded6

Please sign in to comment.