-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update min Go version to 1.19 and dependencies (#237)
- Loading branch information
Showing
2 changed files
with
169 additions
and
440 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,65 +1,69 @@ | ||
module github.com/folbricht/desync | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
cloud.google.com/go/storage v1.12.0 | ||
github.com/DataDog/zstd v1.4.5 | ||
cloud.google.com/go/storage v1.30.1 | ||
github.com/DataDog/zstd v1.5.2 | ||
github.com/boljen/go-bitmap v0.0.0-20151001105940-23cd2fb0ce7d | ||
github.com/dchest/siphash v1.2.2 | ||
github.com/dchest/siphash v1.2.3 | ||
github.com/folbricht/tempfile v0.0.1 | ||
github.com/go-ini/ini v1.62.0 | ||
github.com/hanwen/go-fuse/v2 v2.0.3 | ||
github.com/klauspost/compress v1.11.4 | ||
github.com/go-ini/ini v1.67.0 | ||
github.com/hanwen/go-fuse/v2 v2.2.0 | ||
github.com/klauspost/compress v1.16.4 | ||
github.com/minio/minio-go/v6 v6.0.57 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pkg/sftp v1.12.0 | ||
github.com/pkg/xattr v0.4.3 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/spf13/cobra v1.6.1 | ||
github.com/pkg/sftp v1.13.5 | ||
github.com/pkg/xattr v0.4.9 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.6.1 | ||
golang.org/x/crypto v0.1.0 | ||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 | ||
golang.org/x/sys v0.5.0 // indirect | ||
google.golang.org/api v0.36.0 | ||
github.com/stretchr/testify v1.8.2 | ||
golang.org/x/crypto v0.8.0 | ||
golang.org/x/sync v0.1.0 | ||
golang.org/x/sys v0.7.0 // indirect | ||
google.golang.org/api v0.116.0 | ||
gopkg.in/cheggaaa/pb.v1 v1.0.28 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.72.0 // indirect | ||
cloud.google.com/go v0.110.0 // indirect | ||
cloud.google.com/go/compute v1.19.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/iam v0.13.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fatih/color v1.10.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/googleapis/gax-go/v2 v2.0.5 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
github.com/json-iterator/go v1.1.9 // indirect | ||
github.com/jstemmer/go-junit-report v0.9.1 // indirect | ||
github.com/klauspost/cpuid v1.2.3 // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect | ||
github.com/googleapis/gax-go/v2 v2.8.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.4 // indirect | ||
github.com/kr/fs v0.1.0 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/minio/md5-simd v1.1.0 // indirect | ||
github.com/minio/sha256-simd v0.1.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/minio/md5-simd v1.1.2 // indirect | ||
github.com/minio/sha256-simd v1.0.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect | ||
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
go.opencensus.io v0.22.5 // indirect | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/net v0.7.0 // indirect | ||
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect | ||
golang.org/x/term v0.5.0 // indirect | ||
golang.org/x/text v0.7.0 // indirect | ||
golang.org/x/tools v0.1.12 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/net v0.9.0 // indirect | ||
golang.org/x/oauth2 v0.7.0 // indirect | ||
golang.org/x/term v0.7.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e // indirect | ||
google.golang.org/grpc v1.33.2 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd // indirect | ||
google.golang.org/grpc v1.54.0 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.