Skip to content

Commit

Permalink
Merge pull request #605 from kjaskiewiczz/go-lib-micro-upgrade
Browse files Browse the repository at this point in the history
upgrade go-lib-micro to the latest version
  • Loading branch information
kjaskiewiczz committed Jul 2, 2021
2 parents e93062d + c490dc1 commit 5581fab
Show file tree
Hide file tree
Showing 719 changed files with 75,570 additions and 31,113 deletions.
7 changes: 4 additions & 3 deletions LIC_FILES_CHKSUM.sha256
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 vendor/github.
c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 vendor/github.com/modern-go/concurrent/LICENSE
#
# BSD-2-Clause
e45788cee53174eee4d7938484bedca0e66dcac6e92bec354b410273bdb5f6e7 vendor/github.com/magiconair/properties/LICENSE
0b3944fe6ccfdffd9b4de92a401c127d3d71d3bb91d6f793a05ba1a9ed751805 vendor/github.com/magiconair/properties/LICENSE.md
8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86 vendor/github.com/pkg/errors/LICENSE
#
# BSD-3-Clause
Expand All @@ -32,14 +32,15 @@ b8514c577c1c4b46cee454d5a882b15fa411e72c5bd7f801f241591789fce61a vendor/github.
2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 vendor/golang.org/x/sys/LICENSE
2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 vendor/golang.org/x/text/LICENSE
8407b13e462f755c06db3db3a034dc1fdc9157af19c6ea8986e7d5aecf4126b3 vendor/gopkg.in/tomb.v2/LICENSE
c8001d18c3dda64c7e72146f1b23d73619fcf426aed6778f447599f5ac8e600a vendor/github.com/fsnotify/fsnotify/LICENSE
daf1770cc70fdaca5fdd6ee52f9a8a68a9ba2041380714e1fb5ab3e349feb566 vendor/github.com/fsnotify/fsnotify/LICENSE
2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 vendor/golang.org/x/crypto/LICENSE
2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 vendor/golang.org/x/sync/LICENSE
f69f157b0be75da373605dbc8bbf142e8924ee82d8f44f11bcaf351335bf98cf vendor/github.com/golang/snappy/LICENSE
f69f157b0be75da373605dbc8bbf142e8924ee82d8f44f11bcaf351335bf98cf vendor/github.com/klauspost/compress/snappy/LICENSE
16f848582e4b276a7392cd34496b7a33d6f65c0e190c163ff3a056a7c61219ce vendor/github.com/klauspost/compress/LICENSE
75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735 vendor/github.com/russross/blackfriday/v2/LICENSE.txt
8778a9fc1eaffb03ab873caae251df2d224f6b5502be8777d3cd573a4dd43903 vendor/github.com/golang/protobuf/LICENSE
4835612df0098ca95f8e7d9e3bffcb02358d435dbb38057c844c99d7f725eb20 vendor/google.golang.org/protobuf/LICENSE
0a8d61ed3cbfd5312326e8126c31ce9c627a283adc99131b56896d29ada04b2d vendor/github.com/google/uuid/LICENSE
#
# MIT
Expand All @@ -54,7 +55,7 @@ f8e536c1c7b695810427095dc85f5f80d44ff7c10535e8a9486cf393e2599189 vendor/github.
1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251 vendor/github.com/davecgh/go-spew/LICENSE
e1a36eac3f3109d06869f57127cc32683f70a170dcefe5f143ee378ff313ddfe vendor/github.com/asaskevich/govalidator/LICENSE
b2663894033a05fd80261176cd8da1d72546e25842d5c1abcc852ca23b6b61b0 vendor/github.com/stretchr/objx/LICENSE
a2e6011b982212228008c4386616a4818eb5fdf9ea5805b7a90500e6ce895aaf vendor/github.com/pelletier/go-toml/LICENSE
87d700d1dfac26ddcecc73971b854b5d00c4734214fb8252961212f9e06d2388 vendor/github.com/pelletier/go-toml/LICENSE
da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7 vendor/github.com/urfave/cli/LICENSE
9e203bd56d54ad11a8106e63e7a738363634f23ac91e14bddb2e35c5e7545a72 vendor/github.com/go-stack/stack/LICENSE.md
f566a9f97bacdaf00d9f21dd991e81dc11201c4e016c86b470799429a1c9a79c vendor/github.com/klauspost/compress/zstd/internal/xxhash/LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aws/aws-sdk-go v1.38.17
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/google/uuid v1.2.0
github.com/mendersoftware/go-lib-micro v0.0.0-20210111162850-26752a65b39f
github.com/mendersoftware/go-lib-micro v0.0.0-20210702104141-3da9d4998db0
github.com/mendersoftware/mender-artifact v0.0.0-20210108142027-0d1536c0c4c7
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNx
github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/mendersoftware/go-lib-micro v0.0.0-20210111162850-26752a65b39f h1:pIHdQZfGfGSiWso+amDGVhWyMq+Nbnc4NG2AcvGHFgQ=
github.com/mendersoftware/go-lib-micro v0.0.0-20210111162850-26752a65b39f/go.mod h1:fTa96tr0/K0KsirjoUDkGXF31ophZ3LJTOKOLmkhfuA=
github.com/mendersoftware/go-lib-micro v0.0.0-20210702104141-3da9d4998db0 h1:PEvpYv4QMrOzYi+ZvTcuak/p/OzauPdHxj1fyXIZipg=
github.com/mendersoftware/go-lib-micro v0.0.0-20210702104141-3da9d4998db0/go.mod h1:Rw6Zjl+Uv34+FVRPEHXEr0IFFj4vzt4j7WBdLOxxfeg=
github.com/mendersoftware/mender-artifact v0.0.0-20210108142027-0d1536c0c4c7 h1:8wqxI6e5K14Kcy2z6DS0CUS+Eg63IOGCuQTBecjvmS0=
github.com/mendersoftware/mender-artifact v0.0.0-20210108142027-0d1536c0c4c7/go.mod h1:jpM5MCFiZ2hSbmZAQJlccd0ShZ5+VdExrgLYersGNPc=
github.com/mendersoftware/progressbar v0.0.2 h1:l2LZyCNmPekd/eZizs1C1fa4GCXueuXL15VsPlCZgWU=
Expand Down
9 changes: 8 additions & 1 deletion vendor/github.com/fsnotify/fsnotify/.editorconfig

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

1 change: 1 addition & 0 deletions vendor/github.com/fsnotify/fsnotify/.gitattributes

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

20 changes: 13 additions & 7 deletions vendor/github.com/fsnotify/fsnotify/.travis.yml

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/fsnotify/fsnotify/LICENSE

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

71 changes: 61 additions & 10 deletions vendor/github.com/fsnotify/fsnotify/README.md

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

4 changes: 3 additions & 1 deletion vendor/github.com/fsnotify/fsnotify/fsnotify.go

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

5 changes: 5 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/go.mod

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

2 changes: 2 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/go.sum

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/fsnotify/fsnotify/inotify_poller.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/fsnotify/fsnotify/open_mode_bsd.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/fsnotify/fsnotify/open_mode_darwin.go

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

8 changes: 5 additions & 3 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.

4 changes: 3 additions & 1 deletion vendor/github.com/gin-gonic/gin/AUTHORS.md

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

0 comments on commit 5581fab

Please sign in to comment.