-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
language: go | ||
go: | ||
- 1.17.x | ||
- 1.19.x | ||
|
||
services: | ||
- docker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
module github.com/larrabee/s3sync | ||
|
||
go 1.13 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/alexflint/go-arg v1.4.2 | ||
github.com/alexflint/go-scalar v1.1.0 // indirect | ||
github.com/aws/aws-sdk-go v1.42.13 | ||
github.com/gosuri/uilive v0.0.3 | ||
github.com/karrick/godirwalk v1.16.1 | ||
github.com/larrabee/ratelimit v1.0.4 | ||
github.com/mattn/go-isatty v0.0.12 | ||
github.com/pkg/xattr v0.4.2 | ||
github.com/sirupsen/logrus v1.8.1 | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect | ||
) | ||
|
||
require ( | ||
github.com/alexflint/go-scalar v1.1.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters