Skip to content

Commit

Permalink
Remove unneeded import, update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
pericles-tpt committed Sep 7, 2023
1 parent 1f2c6a1 commit dd5e8ad
Show file tree
Hide file tree
Showing 3 changed files with 1,330 additions and 38 deletions.
18 changes: 14 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@ module github.com/airbusgeo/godal
go 1.15

require (
cloud.google.com/go/storage v1.17.0
cloud.google.com/go/iam v1.1.2 // indirect
cloud.google.com/go/storage v1.32.0
github.com/airbusgeo/cogger v0.0.7
github.com/airbusgeo/osio v0.1.2
github.com/airbusgeo/errs v0.0.3 // indirect
github.com/airbusgeo/osio v0.1.3
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
google.golang.org/api v0.58.0
github.com/stretchr/testify v1.8.3
golang.org/x/oauth2 v0.12.0 // indirect
google.golang.org/api v0.138.0
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/grpc v1.58.0 // indirect
)
Loading

0 comments on commit dd5e8ad

Please sign in to comment.