summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod28
1 files changed, 28 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..8fbceaf
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,28 @@
+module go.wit.com/gui/digitalocean
+
+go 1.21.4
+
+require (
+ github.com/alexflint/go-arg v1.4.3
+ github.com/digitalocean/godo v1.107.0
+ go.wit.com/gui/gadgets v0.1.3
+ go.wit.com/gui/gui v0.9.8
+ go.wit.com/log v0.0.0-20240101060000-bf41970f7793
+ golang.org/x/oauth2 v0.15.0
+)
+
+require (
+ github.com/alexflint/go-scalar v1.1.0 // indirect
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/golang/protobuf v1.5.3 // indirect
+ github.com/google/go-querystring v1.1.0 // indirect
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
+ github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
+ github.com/sourcegraph/conc v0.3.0 // indirect
+ go.uber.org/atomic v1.7.0 // indirect
+ go.uber.org/multierr v1.9.0 // indirect
+ golang.org/x/net v0.19.0 // indirect
+ golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
+ google.golang.org/appengine v1.6.7 // indirect
+ google.golang.org/protobuf v1.31.0 // indirect
+)