Skip to content

Commit

Permalink
deps: use fury-distribution v1.30.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiodionisi committed Nov 26, 2024
1 parent 1905c88 commit e504617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/r3labs/diff/v3 v3.0.1
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/shirou/gopsutil/v3 v3.24.5
github.com/sighupio/fury-distribution v1.30.0-rc.4
github.com/sighupio/fury-distribution v1.30.0-rc.6
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
Expand Down Expand Up @@ -113,7 +113,7 @@ require (
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/sighupio/go-jsonschema v0.15.2 // indirect
github.com/sighupio/go-jsonschema v0.15.3 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.7.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,10 @@ github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=
github.com/shoenig/test v0.6.4/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k=
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
github.com/sighupio/fury-distribution v1.30.0-rc.4 h1:ztHV2trkGG92qBtSYkUy7nrGyD4uda7FYglIF8mIp04=
github.com/sighupio/fury-distribution v1.30.0-rc.4/go.mod h1:+2DTeNmFJhBFNQx/VaKWNnVLMK/8qbcnC1T69xTSLhc=
github.com/sighupio/go-jsonschema v0.15.2 h1:Yt+QeiIwL9LZpYH+LwqiDD08FG8vjoyngrpHmfqPmmE=
github.com/sighupio/go-jsonschema v0.15.2/go.mod h1:3KaIPMGHZhUcDq2b+6rEZgkpT5mpstnsu+KnSbuf/R4=
github.com/sighupio/fury-distribution v1.30.0-rc.6 h1:s/WUnhsQrdZKgSIrHFC3A78nfclgrOUjhWkqTYdfU1Y=
github.com/sighupio/fury-distribution v1.30.0-rc.6/go.mod h1:Ef6oeRJA+Ryt4KdKECSxd8GpRj0mfW+DjxRWJsA//ns=
github.com/sighupio/go-jsonschema v0.15.3 h1:q2EtYBbXFRQbRbc9/lkFyg2lmxrJFaa8737dvwm/0bo=
github.com/sighupio/go-jsonschema v0.15.3/go.mod h1:QOHAu5BGlMReCwWJx1Yf7FK+Z5D8TrVVT+SOgInHd5I=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
Expand Down

0 comments on commit e504617

Please sign in to comment.