Skip to content

Commit

Permalink
Merge pull request #7 from ptomasroos/introduce-go-module
Browse files Browse the repository at this point in the history
Introduce go module and replace old packaging and vendoring
  • Loading branch information
frozzare authored Aug 21, 2024
2 parents a935838 + 789eef6 commit 9da0dc3
Show file tree
Hide file tree
Showing 302 changed files with 16 additions and 72,120 deletions.
27 changes: 0 additions & 27 deletions Gopkg.lock

This file was deleted.

34 changes: 0 additions & 34 deletions Gopkg.toml

This file was deleted.

8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/frozzare/go-swish

require (
github.com/frozzare/go-assert v1.1.0
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181110093347-3be5f16b70eb
)
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
github.com/frozzare/go-assert v1.1.0 h1:JaWK+Q2bFyVyE8dpUNtqh0P9CFAwtQhTiKZiwJ8R+Mc=
github.com/frozzare/go-assert v1.1.0/go.mod h1:qaUtLVkASIEqsHEn8xhGKLh+24s1y07Y88Z5mNyHgWU=
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869 h1:kkXA53yGe04D0adEYJwEVQjeBppL01Exg+fnMjfUraU=
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 h1:YoY1wS6JYVRpIfFngRf2HHo9R9dAne3xbkGOQ5rJXjU=
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181110093347-3be5f16b70eb h1:ggw12VRqlkVtHkyK+zh3QP+V6PIGAuKQG/u0Mnkn6TQ=
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181110093347-3be5f16b70eb/go.mod h1:d3R+NllX3X5e0zlG1Rful3uLvsGC/Q3OHut5464DEQw=
9 changes: 0 additions & 9 deletions vendor/github.com/frozzare/go-assert/.travis.yml

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/frozzare/go-assert/LICENSE

This file was deleted.

30 changes: 0 additions & 30 deletions vendor/github.com/frozzare/go-assert/README.md

This file was deleted.

222 changes: 0 additions & 222 deletions vendor/github.com/frozzare/go-assert/assert.go

This file was deleted.

Loading

0 comments on commit 9da0dc3

Please sign in to comment.