Skip to content
Closed
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
3 changes: 2 additions & 1 deletion ee/cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/diggerhq/digger/libs => ../../libs
replace github.com/diggerhq/digger/cli => ../../cli

require (
github.com/diggerhq/digger/cli v0.0.0-20240705091808-75187a7aae8e
github.com/diggerhq/digger/cli v0.0.0-20251107001844-e8206aa1e706
github.com/diggerhq/digger/libs v0.4.15
github.com/google/go-github/v61 v61.0.0
github.com/samber/lo v1.46.0
Expand Down Expand Up @@ -258,4 +258,5 @@ require (
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)
Loading
Loading