This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:ovsoinc/gitbackup
- Loading branch information
Showing
6 changed files
with
1,156 additions
and
13 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
module github.com/ovsoinc/gitbackup | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/VividCortex/gohistogram v1.0.0 // indirect | ||
github.com/dsnet/compress v0.0.1 // indirect | ||
github.com/eapache/channels v1.1.0 | ||
github.com/go-kit/kit v0.9.0 | ||
github.com/go-openapi/strfmt v0.19.3 // indirect | ||
github.com/go-redis/redis v6.15.5+incompatible | ||
github.com/go-resty/resty/v2 v2.0.0 | ||
github.com/jedib0t/go-pretty v4.3.0+incompatible | ||
github.com/mholt/archiver v3.1.1+incompatible | ||
github.com/nwaples/rardecode v1.0.0 // indirect | ||
github.com/onsi/ginkgo v1.10.2 // indirect | ||
github.com/onsi/gomega v1.7.0 // indirect | ||
github.com/pierrec/lz4 v2.3.0+incompatible // indirect | ||
github.com/prometheus/client_golang v1.1.0 | ||
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 | ||
github.com/spacemonkeygo/errors v0.0.0-20171212215202-9064522e9fd1 | ||
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e | ||
gopkg.in/src-d/go-git.v4 v4.13.1 | ||
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 | ||
storj.io/storj v0.23.2 | ||
) |
Oops, something went wrong.