Skip to content

Nuke go.mod/go.sum and recreate #158

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

Merged
merged 2 commits into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ coveralls: gotest

gotest:
go test -covermode=count -coverprofile=ci/out/coverage.prof -coverpkg=./... $${GOTESTFLAGS-} ./...
sed -i '/internal\/assert/d' ci/out/coverage.prof
sed -i.bak '/internal\/assert/d' ci/out/coverage.prof
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ module cdr.dev/slog
go 1.13

require (
cloud.google.com/go/compute v1.6.1
github.com/alecthomas/chroma v0.9.4
cloud.google.com/go v0.26.0
github.com/alecthomas/chroma v0.10.0
github.com/fatih/color v1.13.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.8
go.opencensus.io v0.23.0
github.com/google/go-cmp v0.5.3
go.opencensus.io v0.24.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
)
Loading