Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Update dependencies and fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Thor77 committed Nov 4, 2021
1 parent 2f47e00 commit 1114d15
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 180 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Versioning](http://semver.org/spec/v2.0.0.html).
### Changed
### Added

## [0.2.1] - 2021-11-04

### Changed
- Updated dependencies
- Fixed import path for sensu plugin sdk

## [0.2.0] - 2020-06-03

### Changed
Expand Down
15 changes: 2 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,8 @@ module github.com/thor77/sensu-telegram-handler
go 1.12

require (
github.com/coreos/go-semver v0.3.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/echlebek/crock v1.0.1 // indirect
github.com/echlebek/timeproxy v1.0.0 // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d // indirect
github.com/robfig/cron v0.0.0-20171101201047-2315d5715e36 // indirect
github.com/sensu-community/sensu-plugin-sdk v0.6.2
github.com/sensu/sensu-go v0.0.0-20200131164840-40b1d5938251
github.com/sensu/sensu-plugins-go-library v0.0.0-20190523025144-a4d9fcd58e06
github.com/sensu/sensu-go/types v0.3.0
github.com/sensu/sensu-plugin-sdk v0.14.1
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)
Loading

0 comments on commit 1114d15

Please sign in to comment.