mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-06 06:18:42 +00:00
Update go-github library
This commit is contained in:
2
vendor/github.com/google/go-github/github/timestamp_test.go
generated
vendored
2
vendor/github.com/google/go-github/github/timestamp_test.go
generated
vendored
@@ -20,7 +20,7 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
referenceTime = time.Date(2006, 01, 02, 15, 04, 05, 0, time.UTC)
|
||||
referenceTime = time.Date(2006, time.January, 02, 15, 04, 05, 0, time.UTC)
|
||||
unixOrigin = time.Unix(0, 0).In(time.UTC)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user