Skip to content

Commit 7157ad2

Browse files
committed
convert to go module
1 parent 5e551d1 commit 7157ad2

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

Gopkg.lock

-15
This file was deleted.

Gopkg.toml

Whitespace-only changes.

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/sgreben/jp
2+
3+
go 1.19
4+
5+
require golang.org/x/sys v0.0.0-20180321183824-c488ab1dd848

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
golang.org/x/sys v0.0.0-20180321183824-c488ab1dd848 h1:3sNPe9C8yMBl6NUSvx3SyCOwLbn87pTqttkwaBIs4II=
2+
golang.org/x/sys v0.0.0-20180321183824-c488ab1dd848/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)