-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathgo.mod
22 lines (20 loc) · 790 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/airbusgeo/godal
go 1.15
require (
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/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.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
)