Skip to content

Commit 695c12a

Browse files
Update module github.com/unmango/devctl to v0.1.8 (#33)
* Update module github.com/unmango/devctl to v0.1.8 * gomodtidy * gomodtidy2 * gomodtidy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Erik Rasmussen <erik.rasmussen@unmango.dev>
1 parent 30a925b commit 695c12a

File tree

2 files changed

+55
-102
lines changed

2 files changed

+55
-102
lines changed

go.mod

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/unmango/thecluster
22

3-
go 1.24.0
3+
go 1.24.3
4+
5+
toolchain go1.24.4
46

57
tool (
68
github.com/onsi/ginkgo/v2/ginkgo
@@ -20,7 +22,7 @@ require (
2022
github.com/pulumi/pulumi/sdk/v3 v3.177.0
2123
github.com/spf13/afero v1.14.0
2224
github.com/spf13/cobra v1.9.1
23-
github.com/unmango/devctl v0.1.7
25+
github.com/unmango/devctl v0.1.8
2426
github.com/unmango/go v0.4.1
2527
)
2628

@@ -37,9 +39,9 @@ require (
3739
github.com/atotto/clipboard v0.1.4 // indirect
3840
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
3941
github.com/blang/semver v3.5.1+incompatible // indirect
40-
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
41-
github.com/charmbracelet/log v0.4.1 // indirect
42-
github.com/charmbracelet/x/ansi v0.8.0 // indirect
42+
github.com/charmbracelet/colorprofile v0.3.1 // indirect
43+
github.com/charmbracelet/log v0.4.2 // indirect
44+
github.com/charmbracelet/x/ansi v0.9.2 // indirect
4345
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
4446
github.com/charmbracelet/x/exp/golden v0.0.0-20241212170349-ad4b7ae0f25f // indirect
4547
github.com/charmbracelet/x/term v0.2.1 // indirect
@@ -60,7 +62,7 @@ require (
6062
github.com/golang/glog v1.2.4 // indirect
6163
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6264
github.com/google/go-cmp v0.7.0 // indirect
63-
github.com/google/go-github/v69 v69.2.0 // indirect
65+
github.com/google/go-github/v72 v72.0.0 // indirect
6466
github.com/google/go-querystring v1.1.0 // indirect
6567
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
6668
github.com/google/uuid v1.6.0 // indirect
@@ -100,21 +102,21 @@ require (
100102
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
101103
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
102104
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
103-
github.com/unmango/aferox v0.1.3 // indirect
105+
github.com/unmango/aferox/github v0.0.1 // indirect
104106
github.com/xanzy/ssh-agent v0.3.3 // indirect
105107
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
106108
github.com/zclconf/go-cty v1.13.2 // indirect
107109
go.uber.org/atomic v1.9.0 // indirect
108110
go.uber.org/automaxprocs v1.6.0 // indirect
109-
golang.org/x/crypto v0.37.0 // indirect
110-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
111-
golang.org/x/mod v0.24.0 // indirect
112-
golang.org/x/net v0.39.0 // indirect
113-
golang.org/x/sync v0.13.0 // indirect
114-
golang.org/x/sys v0.32.0 // indirect
115-
golang.org/x/term v0.31.0 // indirect
116-
golang.org/x/text v0.24.0 // indirect
117-
golang.org/x/tools v0.31.0 // indirect
111+
golang.org/x/crypto v0.39.0 // indirect
112+
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect
113+
golang.org/x/mod v0.25.0 // indirect
114+
golang.org/x/net v0.41.0 // indirect
115+
golang.org/x/sync v0.15.0 // indirect
116+
golang.org/x/sys v0.33.0 // indirect
117+
golang.org/x/term v0.32.0 // indirect
118+
golang.org/x/text v0.26.0 // indirect
119+
golang.org/x/tools v0.34.0 // indirect
118120
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
119121
google.golang.org/grpc v1.67.1 // indirect
120122
google.golang.org/protobuf v1.36.6 // indirect

0 commit comments

Comments
 (0)