summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 14:29:33 -0600
committerJeff Carr <[email protected]>2024-01-31 14:29:33 -0600
commit1aacff60a13d82d7d5a317bdc13e0f1ed003b8ad (patch)
tree1ca0361cec6f181bab593289b6c63b3cbdee4556 /go.mod
parentf7ea71ebcddb13ad9e04440c995d579decd2d5cf (diff)
GPL 3v0.20.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod26
1 files changed, 0 insertions, 26 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 15e3a03..0000000
--- a/go.mod
+++ /dev/null
@@ -1,26 +0,0 @@
-module go.wit.com/lib/gui/digitalocean
-
-go 1.21.4
-
-require (
- github.com/digitalocean/godo v1.108.0
- go.wit.com/dev/alexflint/arg v1.4.5
- go.wit.com/gui v0.14.0
- go.wit.com/lib/gadgets v0.14.0
- go.wit.com/log v0.13.18
- golang.org/x/oauth2 v0.16.0
-)
-
-require (
- 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
- go.wit.com/dev/alexflint/scalar v1.2.1 // indirect
- go.wit.com/dev/davecgh/spew v1.1.4 // indirect
- go.wit.com/widget v1.1.10 // indirect
- golang.org/x/net v0.20.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
-)