Skip to content

Commit

Permalink
Switch to Go modules
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
msfjarvis committed Apr 4, 2022
1 parent ff56542 commit 47d3bb6
Show file tree
Hide file tree
Showing 73 changed files with 459 additions and 19,429 deletions.
48 changes: 0 additions & 48 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

2 changes: 1 addition & 1 deletion compare.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"encoding/json"
"github.com/prasmussen/gdrive/drive"
"github.com/msfjarvis/gdrive/drive"
"os"
)

Expand Down
2 changes: 1 addition & 1 deletion gdrive.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"github.com/prasmussen/gdrive/cli"
"github.com/msfjarvis/gdrive/cli"
)

const Name = "gdrive"
Expand Down
16 changes: 16 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module github.com/msfjarvis/gdrive

go 1.16

require (
github.com/sabhiram/go-git-ignore v0.0.0-20160116020857-228fcfa2a06e
github.com/soniakeys/graph v0.0.0-20160409104831-c265d9676750
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/api v0.40.0
google.golang.org/genproto v0.0.0-20210212180131-e7f2df4ecc2d // indirect
google.golang.org/grpc v1.35.0 // indirect
)
437 changes: 437 additions & 0 deletions go.sum

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions handlers_drive.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"path/filepath"
"time"

"github.com/prasmussen/gdrive/auth"
"github.com/prasmussen/gdrive/cli"
"github.com/prasmussen/gdrive/drive"
"github.com/msfjarvis/gdrive/auth"
"github.com/msfjarvis/gdrive/cli"
"github.com/msfjarvis/gdrive/drive"
)

const ClientId = "367116221053-7n0vf5akeru7on6o2fjinrecpdoe99eg.apps.googleusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion handlers_meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/prasmussen/gdrive/cli"
"github.com/msfjarvis/gdrive/cli"
"os"
"runtime"
"strings"
Expand Down
28 changes: 0 additions & 28 deletions vendor/github.com/sabhiram/go-git-ignore/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions vendor/github.com/sabhiram/go-git-ignore/.travis.yml

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/sabhiram/go-git-ignore/LICENSE

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/github.com/sabhiram/go-git-ignore/README.md

This file was deleted.

Loading

0 comments on commit 47d3bb6

Please sign in to comment.