Skip to content
Snippets Groups Projects
Commit f207d248 authored by Erick Hitter's avatar Erick Hitter
Browse files

Add go.mod

parent 648ab7c2
No related branches found
No related tags found
1 merge request!5Add go.mod
Pipeline #4451 failed with stages
in 2 minutes and 2 seconds
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment