-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 839 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
23
24
25
26
module gphotos-fb
go 1.18
require (
github.com/adrg/xdg v0.4.0
github.com/disintegration/imaging v1.6.2
github.com/gphotosuploader/google-photos-api-client-go/v3 v3.0.5
github.com/zenhack/framebuffer-go v0.0.0-20130825022503-db288b3f69ed
golang.org/x/oauth2 v0.17.0
golang.org/x/sync v0.6.0
)
require (
cloud.google.com/go v0.60.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gphotosuploader/googlemirror v0.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/sys v0.20.0 // indirect
google.golang.org/api v0.167.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)