summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-04 23:19:05 +0200
committerPaul Buetow <paul@buetow.org>2024-11-04 23:19:05 +0200
commit5cf648edb9f411a736600a9c71c2d2feccd2a9ad (patch)
tree5914181dedf8c18083099947407e2674ac596e04 /go.mod
parentc3f0011ec9f09ba5481b54ba7edbc71cdd8ff33f (diff)
tidy
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 6c61aac..f80c329 100644
--- a/go.mod
+++ b/go.mod
@@ -3,15 +3,14 @@ module codeberg.org/snonux/gos
go 1.22.2
require (
+ github.com/fatih/color v1.17.0
golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561
+ golang.org/x/net v0.30.0
golang.org/x/oauth2 v0.23.0
)
require (
- github.com/fatih/color v1.17.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
- github.com/mattn/go-runewidth v0.0.9 // indirect
- golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)