Skip to content

Commit

Permalink
fix: update dependencies (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdutka-dell authored Dec 6, 2023
1 parent 0e06318 commit aefa96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/aws/aws-sdk-go v1.45.1
github.com/bombsimon/logrusr/v4 v4.0.0
github.com/dell/goobjectscale v0.1.0
github.com/dell/goobjectscale v0.2.0
github.com/go-logr/logr v1.2.4
github.com/google/uuid v1.3.1
github.com/onsi/ginkgo/v2 v2.12.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dell/goobjectscale v0.1.0 h1:pg0IOjmkHLhr3f3l0FLhw7kDKRp0NDsJti9eGS9v1Zo=
github.com/dell/goobjectscale v0.1.0/go.mod h1:oIRWO/wp0CNQLuFfl321jf/MGvYI6b5RWxK+bMKW2d8=
github.com/dell/goobjectscale v0.2.0 h1:qNCO4vRbe1ABd+Fd7S2mlMcu2luWfgmKJEcNBhjCss0=
github.com/dell/goobjectscale v0.2.0/go.mod h1:oIRWO/wp0CNQLuFfl321jf/MGvYI6b5RWxK+bMKW2d8=
github.com/emicklei/go-restful/v3 v3.10.1 h1:rc42Y5YTp7Am7CS630D7JmhRjq4UlEUuEKfrDac4bSQ=
github.com/emicklei/go-restful/v3 v3.10.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
Expand Down

0 comments on commit aefa96a

Please sign in to comment.