Skip to content

Commit

Permalink
fix(deps): update external go packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lunar-renovate committed Feb 6, 2024
1 parent ed76444 commit 63a5837
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/mitchellh/copystructure v1.1.1 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.7.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/exp 2c58cdc269a3
gopkg.in/yaml.v3 v3.0.1 // indirect
)

require (
dagger.io/dagger v0.7.3
dagger.io/dagger v0.9.8
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/google/uuid v1.3.1
github.com/google/uuid v1.6.0
github.com/iancoleman/strcase v0.3.0
github.com/matishsiao/goInfo v0.0.0-20210923090445-da2e3fa8d45f
github.com/otiai10/copy v1.12.0
golang.org/x/mod v0.12.0
golang.org/x/sync v0.3.0
github.com/otiai10/copy v1.14.0
golang.org/x/mod v0.14.0
golang.org/x/sync v0.6.0
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ require (
replace_existing v0.0.0
)

go 1.21.4
go 1.21.7

replace replace_existing => ../bogus
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module replace_existing

go 1.21.4
go 1.21.7
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ require (
root_module
)

go 1.21.4
go 1.21.7
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module root_module

go 1.21.4
go 1.21.7
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ require (
othersubpackage v0.0.0
)

go 1.21.4
go 1.21.7
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module root_workspace

go 1.21.4
go 1.21.7
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module othersubpackage

go 1.21.4
go 1.21.7
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module subpackage

go 1.21.4
go 1.21.7

0 comments on commit 63a5837

Please sign in to comment.