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: vshn/billing-collector-cloudservices
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0b4bd5740b04a3addbee45d12b3ab5e9cde0a0aa
Choose a base ref
..
head repository: vshn/billing-collector-cloudservices
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78fd9f9f3d53a1872d02e69b16029fdc6f037009
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 go.mod
  2. +2 −2 go.sum
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ go 1.18
require (
github.com/appuio/appuio-cloud-reporting v0.5.0
github.com/ccremer/go-command-pipeline v0.20.0
github.com/exoscale/egoscale v0.92.0
github.com/exoscale/egoscale v0.93.0
github.com/go-logr/logr v1.2.3
github.com/go-logr/zapr v1.2.3
github.com/jmoiron/sqlx v1.3.5
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -103,8 +103,8 @@ github.com/evanphx/json-patch v0.5.2/go.mod h1:ZWS5hhDbVDyob71nXKNL0+PWn6ToqBHMi
github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH5pOlLGNtQ5lPWQu84=
github.com/evanphx/json-patch/v5 v5.6.0 h1:b91NhWfaz02IuVxO9faSllyAtNXHMPkC5J8sJCLunww=
github.com/evanphx/json-patch/v5 v5.6.0/go.mod h1:G79N1coSVB93tBe7j6PhzjmR3/2VvlbKOFpnXhI9Bw4=
github.com/exoscale/egoscale v0.92.0 h1:Cy/oZxuiKfFhIaatkG7KBLaoG/jtoCXAgYPMT97iX/k=
github.com/exoscale/egoscale v0.92.0/go.mod h1:BAb9p4rmyU+Wl400CJZO5270H2sXtdsZjLcm5xMKkz4=
github.com/exoscale/egoscale v0.93.0 h1:QHxHrM8UULwgQbTdAUkZb6bnA7GmOodFR1MP5Upgjrg=
github.com/exoscale/egoscale v0.93.0/go.mod h1:BAb9p4rmyU+Wl400CJZO5270H2sXtdsZjLcm5xMKkz4=
github.com/fatih/color v1.12.0 h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc=
github.com/flowstack/go-jsonschema v0.1.1/go.mod h1:yL7fNggx1o8rm9RlgXv7hTBWxdBM0rVwpMwimd3F3N0=
github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI=