Skip to content

Commit 76a6640

Browse files
committed
convert to go module
As modules are well stable, and a lighter weight way to checkin dependencies, we have removed the vendor directory, the empty Gopkg.* files, and replaced them with go.mod and go.sum.
1 parent 5e551d1 commit 76a6640

File tree

334 files changed

+7
-162168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+7
-162168
lines changed

Gopkg.lock

Lines changed: 0 additions & 15 deletions
This file was deleted.

Gopkg.toml

Whitespace-only changes.

go.mod

Lines changed: 5 additions & 0 deletions
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.1.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
2+
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

vendor/golang.org/x/sys/.gitattributes

Lines changed: 0 additions & 10 deletions
This file was deleted.

vendor/golang.org/x/sys/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

vendor/golang.org/x/sys/AUTHORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/golang.org/x/sys/CONTRIBUTING.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

vendor/golang.org/x/sys/CONTRIBUTORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/golang.org/x/sys/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)