Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:ovsoinc/gitbackup
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed Oct 13, 2019
2 parents 9fc569d + 9969f19 commit 11d9fac
Show file tree
Hide file tree
Showing 6 changed files with 1,156 additions and 13 deletions.
28 changes: 28 additions & 0 deletions go.mod
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
)

0 comments on commit 11d9fac

Please sign in to comment.