Files
kopia/go.mod
dependabot[bot] a8d7cd6775 build(deps): bump github.com/klauspost/compress from 1.11.12 to 1.11.13 (#933)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.11.12 to 1.11.13.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.11.12...v1.11.13)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 09:33:09 -07:00

73 lines
3.2 KiB
Modula-2

module github.com/kopia/kopia
go 1.16
require (
cloud.google.com/go/storage v1.14.0
contrib.go.opencensus.io/exporter/prometheus v0.3.0
github.com/Azure/azure-storage-blob-go v0.13.0
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/alecthomas/kingpin v0.0.0-20200323085623-b6657d9477a6 // this is pulling master, which is newer than v2
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/aws/aws-sdk-go v1.38.13
github.com/chmduquesne/rollinghash v4.0.0+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/efarrer/iothrottler v0.0.1
github.com/fatih/color v1.10.0
github.com/foomo/htpasswd v0.0.0-20200116085101-e3a90e78da9c
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/gofrs/flock v0.8.0
github.com/golang/protobuf v1.5.1
github.com/google/fswalker v0.2.1-0.20200214223026-f0e929ba4126
github.com/google/go-cmp v0.5.5
github.com/google/readahead v0.0.0-20161222183148-eaceba169032 // indirect
github.com/google/uuid v1.2.0
github.com/google/wire v0.5.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/hanwen/go-fuse/v2 v2.0.4-0.20210104155004-09a3c381714c
github.com/klauspost/compress v1.11.13
github.com/klauspost/cpuid/v2 v2.0.5 // indirect
github.com/klauspost/pgzip v1.2.5
github.com/kylelemons/godebug v1.1.0
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio v0.0.0-20210319224201-98ff91b4842d
github.com/minio/minio-go/v7 v7.0.11-0.20210302210017-6ae69c73ce78
github.com/montanaflynn/stats v0.6.5 // indirect
github.com/natefinch/atomic v0.0.0-20200526193002-18c0533a5b09
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.5.0
github.com/pkg/sftp v1.13.0
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.19.0 // indirect
github.com/shirou/gopsutil/v3 v3.21.2 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/testify v1.7.0
github.com/studio-b12/gowebdav v0.0.0-20210203212356-8244b5a5f51a
github.com/tg123/go-htpasswd v1.0.0
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/zalando/go-keyring v0.1.1
github.com/zeebo/blake3 v0.1.1
go.opencensus.io v0.23.0
gocloud.dev v0.22.0
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
golang.org/x/exp v0.0.0-20210220032938-85be41e4509f
golang.org/x/mod v0.4.2
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
google.golang.org/api v0.43.0
google.golang.org/grpc v1.36.1
google.golang.org/protobuf v1.26.0
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/kothar/go-backblaze.v0 v0.0.0-20210124194846-35409b867216
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)