Skip to content

Commit

Permalink
chore: Update SDK, remove unused experimental fields (#260)
Browse files Browse the repository at this point in the history
## Motivation

Propagate SDK change, removing unused experimental fields.
  • Loading branch information
marcinlawnik authored Dec 16, 2024
1 parent 33da40e commit 1fd993f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/go-playground/validator/v10 v10.23.0
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/nobl9/go-yaml v1.0.1
github.com/nobl9/nobl9-go v0.92.1
github.com/nobl9/nobl9-go v0.92.2
github.com/pkg/errors v0.9.1
github.com/schollz/progressbar/v3 v3.17.1
github.com/spf13/cobra v1.8.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ github.com/nobl9/govy v0.9.1 h1:ht+mgbDB40QEZEmHpzG2xqey+PbfzCwgj3+vdJuHAVQ=
github.com/nobl9/govy v0.9.1/go.mod h1:O+xSiKwZ6gs/orRvH5qLkfkgyT7CkuXprRIq3C5uNXQ=
github.com/nobl9/nobl9-go v0.92.1 h1:NASqZVOjyUiSSWgAgbyUJArXZQOs7AQmmpUtfFLgTXw=
github.com/nobl9/nobl9-go v0.92.1/go.mod h1:SWvmmfSGCairnWDCdRLusRB0zROxF+7XiA9aho2f7rA=
github.com/nobl9/nobl9-go v0.92.2 h1:WYYupYy8zYbSECVJ334m0bgubtZh4i0B1JGiihHgSiQ=
github.com/nobl9/nobl9-go v0.92.2/go.mod h1:SWvmmfSGCairnWDCdRLusRB0zROxF+7XiA9aho2f7rA=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down
6 changes: 0 additions & 6 deletions test/outputs/get/direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
maxDuration:
unit: Day
value: 0
triggeredBySloCreation:
unit: Day
value: 0
triggeredBySloEdit:
unit: Day
value: 0
interval:
unit: Minute
value: 1
Expand Down

0 comments on commit 1fd993f

Please sign in to comment.