-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
all: fix the timestamp in go.mod #650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,24 +5,24 @@ require ( | |
github.com/OpenPeeDeeP/depguard v1.0.0 | ||
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect | ||
github.com/fatih/color v1.6.0 | ||
github.com/go-critic/go-critic v0.0.0-20181204210945-1df300866540 | ||
github.com/go-critic/go-critic v0.3.5-0.20190526074819-1df300866540 | ||
github.com/go-lintpack/lintpack v0.5.2 | ||
github.com/go-ole/go-ole v1.2.1 // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/golang/mock v1.0.0 | ||
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 | ||
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a | ||
github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6 | ||
github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 | ||
github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 | ||
github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196 | ||
github.com/golangci/go-tools v0.0.0-20190318060251-af6baa5dc196 | ||
github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 | ||
github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee | ||
github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98 | ||
github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547 | ||
github.com/golangci/ineffassign v0.0.0-20180808204949-42439a7714cc | ||
github.com/golangci/lint-1 v0.0.0-20180610141402-ee948d087217 | ||
github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98 | ||
github.com/golangci/gosec v0.0.0-20190211064107-66fb7fc33547 | ||
github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc | ||
github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217 | ||
github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca | ||
github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 | ||
github.com/golangci/misspell v0.3.5-0.20180809174111-950f5d19e770 | ||
github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 | ||
github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 | ||
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 | ||
|
@@ -52,16 +52,15 @@ require ( | |
github.com/timakin/bodyclose v0.0.0-00010101000000-000000000000 | ||
github.com/valyala/quicktemplate v1.1.1 | ||
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect | ||
golang.org/x/net v0.0.0-20190313220215-9f648a60d977 // indirect | ||
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect | ||
golang.org/x/tools v0.0.0-20190521203540-521d6ed310dd | ||
golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386 | ||
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect | ||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect | ||
gopkg.in/yaml.v2 v2.2.1 | ||
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed | ||
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect | ||
mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34 | ||
mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ditto. |
||
) | ||
|
||
// https://github.com/timakin/bodyclose/pull/17 | ||
replace github.com/timakin/bodyclose => github.com/golangci/bodyclose v0.0.0-20190713050349-65da19158fa2 | ||
replace github.com/timakin/bodyclose => github.com/golangci/bodyclose v0.0.0-20190714144026-65da19158fa2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
163 changes: 0 additions & 163 deletions
163
vendor/github.com/go-toolsmith/astcast/astcast_generate.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't get go to not update this.