mirror of https://github.com/statping/statping
template fix - version up
parent
546e29b412
commit
303134165c
|
@ -6,8 +6,8 @@
|
|||
name = "cloud.google.com/go"
|
||||
packages = ["civil"]
|
||||
pruneopts = "UT"
|
||||
revision = "6cb29e61d96723a38dcac44d4c15c36744d96d07"
|
||||
version = "v0.29.0"
|
||||
revision = "dfffe386c33fb24c34ee501e5723df5b97b98514"
|
||||
version = "v0.30.0"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
|
@ -55,14 +55,6 @@
|
|||
pruneopts = "UT"
|
||||
revision = "1eb28afdf9b6e56cf673badd47545f844fe81103"
|
||||
|
||||
[[projects]]
|
||||
digest = "1:ca82a3b99694824c627573c2a76d0e49719b4a9c02d1d85a2ac91f1c1f52ab9b"
|
||||
name = "github.com/fatih/structs"
|
||||
packages = ["."]
|
||||
pruneopts = "UT"
|
||||
revision = "a720dfa8df582c51dee1b36feabb906bde1588bd"
|
||||
version = "v1.0"
|
||||
|
||||
[[projects]]
|
||||
digest = "1:e37eb23cfd852df9c65b5dee28456595d7b12479421221a088b6ea7ad95a3570"
|
||||
name = "github.com/go-mail/mail"
|
||||
|
@ -219,7 +211,7 @@
|
|||
"md4",
|
||||
]
|
||||
pruneopts = "UT"
|
||||
revision = "e3636079e1a4c1f337f212cc5cd2aca108f6c900"
|
||||
revision = "7c1a557ab941a71c619514f229f0b27ccb0c27cf"
|
||||
|
||||
[[projects]]
|
||||
digest = "1:c25289f43ac4a68d88b02245742347c94f1e108c534dda442188015ff80669b3"
|
||||
|
@ -260,7 +252,6 @@
|
|||
"github.com/GeertJohan/go.rice",
|
||||
"github.com/GeertJohan/go.rice/embedded",
|
||||
"github.com/ararog/timeago",
|
||||
"github.com/fatih/structs",
|
||||
"github.com/go-mail/mail",
|
||||
"github.com/go-yaml/yaml",
|
||||
"github.com/gorilla/mux",
|
||||
|
|
|
@ -33,10 +33,6 @@
|
|||
name = "github.com/ararog/timeago"
|
||||
version = "0.0.1"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/fatih/structs"
|
||||
version = "1.0.0"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/go-mail/mail"
|
||||
version = "2.2.0"
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION=0.74
|
||||
VERSION=0.75
|
||||
BINARY_NAME=statup
|
||||
GOPATH:=$(GOPATH)
|
||||
GOCMD=go
|
||||
|
|
File diff suppressed because one or more lines are too long
4
doc.go
4
doc.go
|
@ -3,8 +3,8 @@
|
|||
//
|
||||
// Install Statup
|
||||
//
|
||||
// Statup is available for Mac, Linux and Windows 64x. You can download the tar.gz file of use a couple other methods. Download
|
||||
// the latest release at https://github.com/hunterlong/statup/releases/latest or use the methods below. If you're on windows, download
|
||||
// Statup is available for Mac, Linux and Windows 64x. You can download the tar.gz file or use a couple other methods. Download
|
||||
// the latest release at https://github.com/hunterlong/statup/releases/latest or view below. If you're on windows, download
|
||||
// the zip file from the latest releases link.
|
||||
//
|
||||
// // MacOS using homebrew
|
||||
|
|
|
@ -233,10 +233,8 @@
|
|||
}
|
||||
});
|
||||
|
||||
startPick.setDate(new Date({{.Start}}* 1000);
|
||||
)
|
||||
endPick.setDate(new Date({{.End}}* 1000);
|
||||
)
|
||||
startPick.setDate(new Date({{.Start}}* 1000));
|
||||
endPick.setDate(new Date({{.End}}* 1000));
|
||||
startPick.hide();
|
||||
endPick.hide();
|
||||
|
||||
|
|
Loading…
Reference in New Issue