Skip to content

Commit

Permalink
deps: fix go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiodionisi committed Nov 21, 2024
1 parent 36c0faa commit 1905c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +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/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.7.0 // indirect
Expand Down
4 changes: 2 additions & 2 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.0 h1:yCTviS/9JwkFg59L8Q13EofvvNGm+h7n1L+6sPavkxA=
github.com/sighupio/fury-distribution v1.30.0-rc.0/go.mod h1:iYBnl0N/6zGPz3j3L2X6nzFC3nzNQtIkAzmaPfnO0zA=
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/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 1905c88

Please sign in to comment.