Skip to content

Commit

Permalink
Merge pull request #142 from lluiscampos/1.2.x-port-MEN-5504
Browse files Browse the repository at this point in the history
1.2.x: chore(security): upgrade mendersoftware/go-lib-micro to v0.0.0-202203…
  • Loading branch information
lluiscampos committed Sep 15, 2022
2 parents b1fcef4 + 5fb626a commit ab697f2
Show file tree
Hide file tree
Showing 331 changed files with 10,376 additions and 7,953 deletions.
2 changes: 1 addition & 1 deletion LIC_FILES_CHKSUM.sha256
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Apache-2.0
1033348db7606a7e61b6484f293847cf8d7a35766efebb97e304d4bd5d7f3f6b 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/concurrent/LICENSE
c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 vendor/github.com/modern-go/reflect2/LICENSE
5e3400b93bbb099e83e52bab885e7441750673c21f97988ca3f1240639b63283 vendor/github.com/spf13/afero/LICENSE.txt
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/mendersoftware/deviceconfig
go 1.15

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/mendersoftware/go-lib-micro v0.0.0-20211108084650-4e20429b1ac8
github.com/mendersoftware/go-lib-micro v0.0.0-20220304124258-d8414885f1c3
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.22.5
go.mongodb.org/mongo-driver v1.7.4
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf
go.mongodb.org/mongo-driver v1.8.3
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
golang.org/x/sys v0.0.0-20211210111614-af8b64212486
)
215 changes: 135 additions & 80 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.

0 comments on commit ab697f2

Please sign in to comment.