-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
19 lines (17 loc) · 648 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/future-architect/gcp-instance-scheduler
go 1.12
require (
cloud.google.com/go v0.40.0
github.com/deckarep/golang-set v1.7.1
github.com/hashicorp/go-multierror v1.0.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
github.com/lusis/slack-test v0.0.0-20190426140909-c40012f20018 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/nlopes/slack v0.5.0
github.com/pkg/errors v0.8.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
google.golang.org/api v0.6.0
)