-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
23 lines (21 loc) · 889 Bytes
/
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
module github.com/rreichel3/hunttools
go 1.16
require (
github.com/Azure/azure-sdk-for-go v52.6.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/aws/aws-sdk-go v1.38.11
github.com/go-git/go-git/v5 v5.4.2
github.com/go-ping/ping v0.0.0-20210327002015-80a511380375
github.com/go-redis/redis/v8 v8.8.0
github.com/google/go-github/v34 v34.0.0
github.com/google/uuid v1.3.0
github.com/heroku/heroku-go/v5 v5.2.1
github.com/spf13/cobra v1.1.3
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c // indirect
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
golang.org/x/text v0.3.6 // indirect
)