-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathgo.mod
43 lines (39 loc) · 1.86 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/amitsaha/gitbackup
go 1.17
require (
github.com/99designs/keyring v1.1.6
github.com/cli/oauth v0.8.0
github.com/google/go-github/v34 v34.0.0
github.com/ktrysmt/go-bitbucket v0.9.1
github.com/migueleliasweb/go-github-mock v0.0.5
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/afero v1.2.2
github.com/xanzy/go-gitlab v0.52.2
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
golang.org/x/text v0.3.5 // indirect
)
require (
github.com/danieljoos/wincred v1.0.2 // indirect
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-github/v37 v37.0.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
github.com/k0kubun/pp v2.3.0+incompatible // indirect
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 // indirect
github.com/mtibben/percent v0.2.1 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/appengine v1.4.0 // indirect
)
// https://github.com/99designs/keyring/pull/101/files
replace golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f => golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e