Skip to content

Commit

Permalink
fixed import error with webhookclient package
Browse files Browse the repository at this point in the history
  • Loading branch information
kcajmagic committed May 8, 2020
1 parent 585e79c commit 71c2b20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.1.1]
- fixed import error with webhookclient package

## [v0.1.0] Tue May 07 2020 Jack Murdock - 0.1.0
- initial creation

[Unreleased]: https://github.com/Comcast/talaria/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/Comcast/talaria/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/Comcast/talaria/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/Comcast/talaria/compare/v0.1.0...v0.1.0

2 changes: 1 addition & 1 deletion webhookclient/argus.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
*/

package webhookStore
package webhookclient

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion webhookclient/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
*/

package webhookStore
package webhookclient

import (
"context"
Expand Down

0 comments on commit 71c2b20

Please sign in to comment.