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 Jul 2, 2024
1 parent 41bb82d commit b5f891e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ module github.com/lunarway/shuttle

go 1.21

toolchain go1.22.4
toolchain go1.22.5

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 7f521ea00fb8
gopkg.in/yaml.v3 v3.0.1 // indirect
)

require (
dagger.io/dagger v0.11.6
dagger.io/dagger v0.11.9
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/google/uuid v1.6.0
github.com/iancoleman/strcase v0.3.0
Expand Down

0 comments on commit b5f891e

Please sign in to comment.