Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update s3gof3r.go #151

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: go
go:
- 1.5.1
- 1.10.1
- tip
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/mayongze/s3gof3r

go 1.16

require github.com/jessevdk/go-flags v1.5.0 // indirect
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=
github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4=
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 h1:EZ2mChiOa8udjfp6rRmswTbtZN/QzUQp4ptM4rnjHvc=
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
14 changes: 0 additions & 14 deletions gof3r/Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions gof3r/Godeps/Readme

This file was deleted.

2 changes: 1 addition & 1 deletion gof3r/cp.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
"strings"

"github.com/rlmcpherson/s3gof3r"
"github.com/mayongze/s3gof3r"
)

type CpArg struct {
Expand Down
2 changes: 1 addition & 1 deletion gof3r/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

"github.com/rlmcpherson/s3gof3r"
"github.com/mayongze/s3gof3r"
)

type getOpts struct {
Expand Down
2 changes: 1 addition & 1 deletion gof3r/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
"time"

"github.com/jessevdk/go-flags"
"github.com/rlmcpherson/s3gof3r"
"github.com/mayongze/s3gof3r"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion gof3r/put.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"os"

"github.com/rlmcpherson/s3gof3r"
"github.com/mayongze/s3gof3r"
)

type putOpts struct {
Expand Down
2 changes: 1 addition & 1 deletion gof3r/rm.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/url"
"os"

"github.com/rlmcpherson/s3gof3r"
"github.com/mayongze/s3gof3r"
)

type rmOpts struct {
Expand Down
35 changes: 0 additions & 35 deletions gof3r/vendor/github.com/jessevdk/go-flags/.travis.yml

This file was deleted.

26 changes: 0 additions & 26 deletions gof3r/vendor/github.com/jessevdk/go-flags/LICENSE

This file was deleted.

131 changes: 0 additions & 131 deletions gof3r/vendor/github.com/jessevdk/go-flags/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions gof3r/vendor/github.com/jessevdk/go-flags/arg.go

This file was deleted.

This file was deleted.

59 changes: 0 additions & 59 deletions gof3r/vendor/github.com/jessevdk/go-flags/closest.go

This file was deleted.

Loading