-
- Downloads
Add go.mod
parent
648ab7c2
Branches
No related tags found
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
go.mod
0 → 100644
module git.ethitter.com/debian/gitlab-runner-do-monitor | |||
go 1.17 | |||
require ( | |||
github.com/digitalocean/godo v1.75.0 | |||
github.com/dustin/go-humanize v1.0.0 | |||
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b | |||
) | |||
require ( | |||
github.com/golang/protobuf v1.4.2 // indirect | |||
github.com/google/go-querystring v1.0.0 // indirect | |||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect | |||
google.golang.org/appengine v1.6.6 // indirect | |||
google.golang.org/protobuf v1.25.0 // indirect | |||
) |
go.sum
0 → 100644
This diff is collapsed.
Please register or sign in to comment