Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: diggerhq/digger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a0e1f7cdd2bd02e0661d1e834ab79de2a4ee588d
Choose a base ref
..
head repository: diggerhq/digger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cb57204e6d6047394a54975aa96b5a731c1191d0
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 ee/backend/go.mod
  2. +2 −2 ee/backend/go.sum
2 changes: 1 addition & 1 deletion ee/backend/go.mod
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ require (
github.com/robert-nix/ansihtml v1.0.1
github.com/samber/lo v1.46.0
github.com/xanzy/go-gitlab v0.106.0
golang.org/x/exp v0.0.0-20250128144449-3edf0e91c1ae
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
)

require (
4 changes: 2 additions & 2 deletions ee/backend/go.sum
Original file line number Diff line number Diff line change
@@ -1483,8 +1483,8 @@ golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EH
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc h1:O9NuF4s+E/PvMIy+9IUZB9znFwUIXEWSstNjek6VpVg=
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc=
golang.org/x/exp v0.0.0-20250128144449-3edf0e91c1ae h1:COZdc9Ut6wLq7MO9GIYxfZl4n4ScmgqQLoHocKXrxco=
golang.org/x/exp v0.0.0-20250128144449-3edf0e91c1ae/go.mod h1:tujkw807nyEEAamNbDrEGzRav+ilXA7PCRAd6xsmwiU=
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c h1:KL/ZBHXgKGVmuZBZ01Lt57yE5ws8ZPSkkihmEyq7FXc=
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c/go.mod h1:tujkw807nyEEAamNbDrEGzRav+ilXA7PCRAd6xsmwiU=
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=