Skip to content

Commit

Permalink
Merge pull request #236 from lluiscampos/1.3.x-port-MEN-5505
Browse files Browse the repository at this point in the history
1.3.x: chore(security): upgrade mendersoftware/go-lib-micro to v0.0.0-202203…
  • Loading branch information
lluiscampos committed Sep 15, 2022
2 parents 47f3d1f + 2337477 commit 287d05b
Show file tree
Hide file tree
Showing 209 changed files with 8,268 additions and 5,584 deletions.
2 changes: 1 addition & 1 deletion LIC_FILES_CHKSUM.sha256
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 vendor/gopkg.in/yaml.v2/LICENSE
d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b vendor/gopkg.in/yaml.v3/LICENSE
f6918bd93ffe07f4b2c61b8287c32cb3122e08aed0be50f1c7d0eddc87877a8f vendor/gopkg.in/ini.v1/LICENSE
3eb823230e5d112e1bd032ccc82ae765cf676d0d6d46a1a1daa2d658b3005b67 vendor/github.com/mendersoftware/go-lib-micro/LICENSE
a4e99d13c6cd0e4faf3867ae5c9815ff88cab3cefdefe0dc1ec9ac28b1152944 vendor/github.com/mendersoftware/go-lib-micro/LICENSE
c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 vendor/github.com/modern-go/reflect2/LICENSE
c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 vendor/github.com/modern-go/concurrent/LICENSE
5e3400b93bbb099e83e52bab885e7441750673c21f97988ca3f1240639b63283 vendor/github.com/spf13/afero/LICENSE.txt
Expand Down
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ module github.com/mendersoftware/deviceconnect
go 1.14

require (
github.com/gin-gonic/gin v1.7.4
github.com/gin-gonic/gin v1.7.7
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.2
github.com/mendersoftware/go-lib-micro v0.0.0-20211108084650-4e20429b1ac8
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/mendersoftware/go-lib-micro v0.0.0-20220304124258-d8414885f1c3
github.com/nats-io/nats-server/v2 v2.4.0
github.com/nats-io/nats.go v1.13.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.22.5
github.com/vmihailenco/msgpack/v5 v5.3.5
go.mongodb.org/mongo-driver v1.9.1
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf
golang.org/x/sys v0.0.0-20211210111614-af8b64212486
)
208 changes: 130 additions & 78 deletions go.sum

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions vendor/github.com/gin-gonic/gin/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions vendor/github.com/gin-gonic/gin/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 39 additions & 4 deletions vendor/github.com/gin-gonic/gin/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 40 additions & 26 deletions vendor/github.com/gin-gonic/gin/context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/gin-gonic/gin/context_appengine.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/gin-gonic/gin/debug.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 287d05b

Please sign in to comment.