-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 959 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/aceviralltd/github-backup
go 1.16
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20210707164159-52430bf6b52c // indirect
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
github.com/aws/aws-sdk-go v1.38.14
github.com/aws/aws-sdk-go-v2 v1.3.1
github.com/aws/aws-sdk-go-v2/config v1.1.4
github.com/aws/aws-sdk-go-v2/credentials v1.1.4
github.com/aws/aws-sdk-go-v2/service/glacier v1.2.1
github.com/go-git/go-git/v5 v5.4.2
github.com/google/go-github/v34 v34.0.0
github.com/indeedhat/gli v0.0.0-20190619205629-8cfe00d92e3a
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/pelletier/go-toml v1.9.0
github.com/sergi/go-diff v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)