Skip to content

Commit

Permalink
chore: update go mod deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Jan 25, 2024
1 parent 7cc30b9 commit 5237e35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/briandowns/spinner v1.23.0
github.com/fatih/color v1.16.0
github.com/google/go-github v17.0.0+incompatible
github.com/kurtosis-tech/kurtosis/api/golang v0.86.9
github.com/kurtosis-tech/kurtosis/api/golang v0.86.10
github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/sirupsen/logrus v1.9.3
Expand All @@ -15,7 +15,7 @@ require (

require (
github.com/kr/text v0.2.0 // indirect
github.com/kurtosis-tech/kurtosis/utils v0.0.0-20240122181410-d3897630e34c // indirect
github.com/kurtosis-tech/kurtosis/utils v0.0.0-20240124210655-a35e0a2cee4b // indirect
github.com/mholt/archiver v3.1.1+incompatible // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
)
Expand All @@ -26,7 +26,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20240122181410-d3897630e34c // indirect
github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20240124210655-a35e0a2cee4b // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.1 // indirect
github.com/stretchr/testify v1.8.4
Expand All @@ -43,7 +43,7 @@ require (
github.com/google/go-querystring v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20231031173452-349f1ec9a443 // indirect
github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang v0.0.0-20240122181410-d3897630e34c // indirect
github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang v0.0.0-20240124210655-a35e0a2cee4b // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/nwaples/rardecode v1.1.3 // indirect
Expand Down
8 changes: 4 additions & 4 deletions test/functional/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/HugoByte/DIVE/test/functional
go 1.21.4

require (
github.com/google/uuid v1.5.0
github.com/google/uuid v1.6.0
github.com/hugobyte/dive-core/cli v0.0.0-20240117101917-8ee8b4124677
github.com/onsi/ginkgo/v2 v2.13.2
github.com/onsi/gomega v1.31.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.31.1
)

require (
Expand Down Expand Up @@ -53,7 +53,7 @@ require (
golang.org/x/sys v0.16.0 // indirect
golang.org/x/term v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.14.0 // indirect
golang.org/x/tools v0.16.1 // indirect
google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect
Expand Down

0 comments on commit 5237e35

Please sign in to comment.