@@ -3,21 +3,9 @@ module git-backup
3
3
go 1.17
4
4
5
5
require (
6
- github.com/ChappIO/terraform-encrypt v0.0.0-20190529081821-8d96f6eb70d9
7
6
github.com/go-git/go-git/v5 v5.4.2
8
7
github.com/google/go-github/v43 v43.0.0
9
- github.com/gorilla/pat v1.0.1
10
- github.com/ian-kent/envconf v0.0.0-20141026121121-c19809918c02
11
- github.com/ian-kent/go-log v0.0.0-20160113211217-5731446c36ab
12
- github.com/influxdata/influxdb v1.9.6
13
- github.com/karalabe/hid v1.0.0
14
- github.com/mailhog/MailHog v1.0.1
15
- github.com/mailhog/MailHog-Server v1.0.1
16
- github.com/mailhog/MailHog-UI v1.0.1
17
- github.com/mailhog/http v1.0.1
18
- github.com/mailhog/mhsendmail v0.2.0
19
- github.com/spf13/cobra v1.4.0
20
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
8
+ github.com/xanzy/go-gitlab v0.60.0
21
9
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
22
10
gopkg.in/yaml.v2 v2.4.0
23
11
)
@@ -26,38 +14,24 @@ require (
26
14
github.com/Microsoft/go-winio v0.4.16 // indirect
27
15
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
28
16
github.com/acomagu/bufpipe v1.0.3 // indirect
29
- github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
30
17
github.com/emirpasic/gods v1.12.0 // indirect
31
18
github.com/go-git/gcfg v1.5.0 // indirect
32
19
github.com/go-git/go-billy/v5 v5.3.1 // indirect
33
20
github.com/golang/protobuf v1.5.2 // indirect
34
21
github.com/google/go-querystring v1.1.0 // indirect
35
- github.com/gorilla/context v1.1.1 // indirect
36
- github.com/gorilla/mux v1.8.0 // indirect
37
- github.com/gorilla/websocket v1.5.0 // indirect
38
- github.com/ian-kent/goose v0.0.0-20141221090059-c3541ea826ad // indirect
39
- github.com/ian-kent/linkio v0.0.0-20170807205755-97566b872887 // indirect
22
+ github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
23
+ github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
40
24
github.com/imdario/mergo v0.3.12 // indirect
41
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
42
25
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
43
26
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
44
- github.com/mailhog/data v1.0.1 // indirect
45
- github.com/mailhog/smtp v1.0.1 // indirect
46
- github.com/mailhog/storage v1.0.1 // indirect
47
27
github.com/mitchellh/go-homedir v1.1.0 // indirect
48
- github.com/ogier/pflag v0.0.1 // indirect
49
- github.com/philhofer/fwd v1.0.0 // indirect
50
28
github.com/sergi/go-diff v1.1.0 // indirect
51
- github.com/smartystreets/goconvey v1.7.2 // indirect
52
- github.com/spf13/pflag v1.0.5 // indirect
53
- github.com/t-k/fluent-logger-golang v1.0.0 // indirect
54
- github.com/tinylib/msgp v1.1.0 // indirect
55
29
github.com/xanzy/ssh-agent v0.3.0 // indirect
30
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
56
31
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
57
32
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
58
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
33
+ golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
59
34
google.golang.org/appengine v1.6.7 // indirect
60
35
google.golang.org/protobuf v1.27.1 // indirect
61
- gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
62
36
gopkg.in/warnings.v0 v0.1.2 // indirect
63
37
)
0 commit comments