Skip to content

Commit

Permalink
Adapt to new herald version
Browse files Browse the repository at this point in the history
  • Loading branch information
xianghuzhao committed Apr 2, 2020
1 parent 25fc5af commit bffd1c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/heraldgo/heraldd
go 1.13

require (
github.com/heraldgo/herald v1.5.1
github.com/heraldgo/herald v1.5.2
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.5.0
gopkg.in/yaml.v2 v2.2.8
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/heraldgo/herald v1.5.1 h1:vjWUYT+FnzcftYV/gbDo2wd3qpoVjZfk4mheNfVAvmM=
github.com/heraldgo/herald v1.5.1/go.mod h1:MqfmyeL/xSg6Gj0qVjOG5eY5007N31FjlNFj/ulV6UU=
github.com/heraldgo/herald v1.5.2 h1:CFo7HwcSrmzwoVtj289Yz5CWAi5fQTNctfXbJesHSwM=
github.com/heraldgo/herald v1.5.2/go.mod h1:MqfmyeL/xSg6Gj0qVjOG5eY5007N31FjlNFj/ulV6UU=
github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version for Herald Daemon
const Version = "1.7.0"
const Version = "1.7.1"

0 comments on commit bffd1c8

Please sign in to comment.