Skip to content

Commit

Permalink
Merge pull request #6 from 030/dependencies-updater-bot
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
030 committed Jan 14, 2023
2 parents 27d92ed + 436e603 commit a87f212
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
## [Unreleased]


<a name="v0.1.2"></a>
## [v0.1.2] - 2023-01-11
### Build
- **deps:** Update versions.


<a name="v0.1.1"></a>
## [v0.1.1] - 2022-12-11
### Build
- **auto-updater:** Update schedule.
- **deps:** Update versions.


<a name="v0.1.0"></a>
Expand All @@ -15,5 +20,6 @@
- Add logging library.


[Unreleased]: https://github.com/030/logging/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/030/logging/compare/v0.1.2...HEAD
[v0.1.2]: https://github.com/030/logging/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/030/logging/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ require (
github.com/spf13/jwalterweatherman v1.1.0
)

require golang.org/x/sys v0.3.0 // indirect
require golang.org/x/sys v0.4.0 // indirect
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.3.0 h1:w8ZOecv6NaNa/zC8944JTU3vz4u6Lagfk4RPQxv92NQ=
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.4.0 h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18=
golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 comments on commit a87f212

Please sign in to comment.