Skip to content
Merged
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ toolchain go1.25.7
require (
github.com/chainguard-dev/git-urls v1.0.2
github.com/getoutreach/gobox v1.110.5
github.com/getoutreach/localizer v1.15.18
github.com/getoutreach/localizer v1.15.19
github.com/magefile/mage v1.15.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.34.0
google.golang.org/grpc v1.79.0
google.golang.org/grpc v1.79.1
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.5.2
)
Expand Down Expand Up @@ -65,7 +65,7 @@ require (
github.com/prometheus/common v0.67.5 // indirect
github.com/prometheus/procfs v0.19.2 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sirupsen/logrus v1.9.4 // indirect
github.com/skeema/knownhosts v1.3.2 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/zalando/go-keyring v0.2.6 // indirect
Expand Down
13 changes: 6 additions & 7 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions shell/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
# shellcheck source=./lib/bootstrap.sh
source "$DIR/lib/bootstrap.sh"

# shellcheck source=./lib/github.sh
source "$DIR/lib/github.sh"

# shellcheck source=./lib/logging.sh
source "$DIR/lib/logging.sh"

Expand Down