You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
257 B

module gdrive-filereplacer
go 1.16
require (
github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
google.golang.org/api v0.43.0
)