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 Aug 14, 2024
1 parent 6ff83e0 commit fef56a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ module github.com/lunarway/shuttle

go 1.21

toolchain go1.22.4
toolchain go1.23.0

require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/cli/safeexec v1.0.1
github.com/go-cmd/cmd v1.4.2
github.com/go-cmd/cmd v1.4.3
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.8.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
golang.org/x/exp 0cdaa3abc0fa
gopkg.in/yaml.v3 v3.0.1 // indirect
)

require (
dagger.io/dagger v0.11.6
dagger.io/dagger v0.12.4
github.com/AlecAivazis/survey/v2 v2.3.7
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.14.0
golang.org/x/mod v0.18.0
golang.org/x/sync v0.7.0
golang.org/x/mod v0.20.0
golang.org/x/sync v0.8.0
gopkg.in/yaml.v2 v2.4.0
)

Expand Down

0 comments on commit fef56a2

Please sign in to comment.