Skip to content
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

build: remove Go workspace files #407

Merged
merged 2 commits into from
Apr 25, 2023
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ tools/protoc-gen-go-netconn/protoc-gen-go-netconn
*.swo
*~
.*~

# Go workspace
go.work
go.work.sum
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ require (
sigs.k8s.io/kustomize/kyaml v0.14.1
)

replace github.com/libgit2/git2go/v31 v31.7.9 => ./third_party/github.com/libgit2/git2go/v31

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // indirect
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652 // indirect
Expand Down Expand Up @@ -167,5 +169,3 @@ require (
gopkg.in/warnings.v0 v0.1.2 // indirect
k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596 // indirect
)

replace github.com/libgit2/git2go/v31 => ./third_party/github.com/libgit2/git2go/v31
9 changes: 0 additions & 9 deletions go.work

This file was deleted.

Loading