Skip to content

convert to go module #29

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 0 additions & 15 deletions Gopkg.lock

This file was deleted.

Empty file removed Gopkg.toml
Empty file.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/sgreben/jp

go 1.19

require golang.org/x/sys v0.1.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
10 changes: 0 additions & 10 deletions vendor/golang.org/x/sys/.gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/golang.org/x/sys/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/sys/AUTHORS

This file was deleted.

26 changes: 0 additions & 26 deletions vendor/golang.org/x/sys/CONTRIBUTING.md

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/sys/CONTRIBUTORS

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/golang.org/x/sys/LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/golang.org/x/sys/PATENTS

This file was deleted.

18 changes: 0 additions & 18 deletions vendor/golang.org/x/sys/README.md

This file was deleted.

1 change: 0 additions & 1 deletion vendor/golang.org/x/sys/codereview.cfg

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/golang.org/x/sys/plan9/asm.s

This file was deleted.

30 changes: 0 additions & 30 deletions vendor/golang.org/x/sys/plan9/asm_plan9_386.s

This file was deleted.

30 changes: 0 additions & 30 deletions vendor/golang.org/x/sys/plan9/asm_plan9_amd64.s

This file was deleted.

25 changes: 0 additions & 25 deletions vendor/golang.org/x/sys/plan9/asm_plan9_arm.s

This file was deleted.

70 changes: 0 additions & 70 deletions vendor/golang.org/x/sys/plan9/const_plan9.go

This file was deleted.

Loading