Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.0

require (
cloud.google.com/go/storage v1.62.3
github.com/GoogleCloudPlatform/testgrid v0.0.38
github.com/GoogleCloudPlatform/testgrid v0.0.176
github.com/blang/semver/v4 v4.0.0
github.com/cheggaaa/pb/v3 v3.2.1
github.com/fastly/go-fastly/v13 v13.1.2
Expand All @@ -20,11 +20,11 @@ require (
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.2
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
github.com/psampaz/go-mod-outdated v0.9.0
github.com/saschagrunert/go-modiff v1.4.0
github.com/saschagrunert/go-modiff v1.4.1
github.com/sergi/go-diff v1.4.0
github.com/shirou/gopsutil/v3 v3.24.5
github.com/shurcooL/githubv4 v0.0.0-20220115235240-a14260e6f8a2
github.com/sirupsen/logrus v1.10.1
github.com/sirupsen/logrus v1.10.2
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.12.1
github.com/tj/go-spin v1.1.0
Expand All @@ -44,6 +44,7 @@ require (
)

require (
bitbucket.org/creachadair/stringset v0.0.11 // indirect
cel.dev/expr v0.25.1 // indirect
cloud.google.com/go v0.123.0 // indirect
cloud.google.com/go/auth v0.20.0 // indirect
Expand Down Expand Up @@ -142,7 +143,7 @@ require (
github.com/fatih/color v1.19.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.10.1 // indirect
github.com/fvbommel/sortorder v1.0.1 // indirect
github.com/fvbommel/sortorder v1.1.0 // indirect
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
github.com/glebarez/go-sqlite v1.22.0 // indirect
github.com/go-chi/chi/v5 v5.3.0 // indirect
Expand Down
Loading
Loading