Skip to content

Commit

Permalink
🔨 Bump go module
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Aug 22, 2020
1 parent b58c0ea commit db51ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The goal is to get automated alerts for interesting stuff!
- Download a prebuilt binary from [releases page](https://github.com/dwisiswant0/slackcat/releases/latest), unpack and run! or
- If you have go compiler installed: `go get dw1.io/slackcat`

The only dependency of slackcat is Go 1.11.
The only dependency of slackcat is Go 1.13.

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module dw1.io/slackcat

go 1.11
go 1.13

require github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d

0 comments on commit db51ffb

Please sign in to comment.