-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from Leaseweb/chore/bump-mod
chore: generate go.mod & go.sum
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
module github.com/leaseweb/leaseweb-go-sdk | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/leaseweb/leaseweb-go-sdk/abuse v0.0.0-20241230080126-b69fe1e90523 | ||
github.com/leaseweb/leaseweb-go-sdk/aggregationpack v0.0.0-20241230080126-b69fe1e90523 | ||
github.com/leaseweb/leaseweb-go-sdk/dedicatedserver v0.0.0-20241230080126-b69fe1e90523 | ||
github.com/leaseweb/leaseweb-go-sdk/dns v0.0.0-20241230080126-b69fe1e90523 | ||
github.com/leaseweb/leaseweb-go-sdk/invoice v0.0.0-20241230080126-b69fe1e90523 | ||
github.com/leaseweb/leaseweb-go-sdk/ipmgmt v0.0.0-20241230080126-b69fe1e90523 | ||
github.com/leaseweb/leaseweb-go-sdk/publiccloud v0.0.0-20241230080126-b69fe1e90523 | ||
) | ||
|
||
require gopkg.in/validator.v2 v2.0.1 // indirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI= | ||
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= | ||
github.com/leaseweb/leaseweb-go-sdk/abuse v0.0.0-20241230080126-b69fe1e90523 h1:JqKiUaPxmBdPVDH2HjgWKqotGJkC2OkmBZS8WXNW/TM= | ||
github.com/leaseweb/leaseweb-go-sdk/abuse v0.0.0-20241230080126-b69fe1e90523/go.mod h1:VofRmCtVcL3IWjG1IWrlErHm+NWDq7B1tmfDjn58Xg8= | ||
github.com/leaseweb/leaseweb-go-sdk/aggregationpack v0.0.0-20241230080126-b69fe1e90523 h1:BdO1KTCRFZbFBv9rPyNbIiw9mZGU0ynEx41orOMdNXk= | ||
github.com/leaseweb/leaseweb-go-sdk/aggregationpack v0.0.0-20241230080126-b69fe1e90523/go.mod h1:QIKF5Qfot2Yv7/hf/48FDSiL4xGUgPLh1lC+NOVGz58= | ||
github.com/leaseweb/leaseweb-go-sdk/dedicatedserver v0.0.0-20241230080126-b69fe1e90523 h1:z65Hnhcoyt2OKSJaRuFpq1pelF2CZwSFd23THP/xVIo= | ||
github.com/leaseweb/leaseweb-go-sdk/dedicatedserver v0.0.0-20241230080126-b69fe1e90523/go.mod h1:8c8VAxXnjCxuUEss0Unrd5NB9o7oAkOPeORCs58y76s= | ||
github.com/leaseweb/leaseweb-go-sdk/dns v0.0.0-20241230080126-b69fe1e90523 h1:epy0ZAevaPJFDFoLTwgjC3nrDGIKbSyypKDK1q01/P0= | ||
github.com/leaseweb/leaseweb-go-sdk/dns v0.0.0-20241230080126-b69fe1e90523/go.mod h1:ntxqh2fT7XDwjPLNsWtq6tTjwjL/75llxnbzEZvvzIo= | ||
github.com/leaseweb/leaseweb-go-sdk/invoice v0.0.0-20241230080126-b69fe1e90523 h1:FRuakiHP9eA9blzNobjRfMG9j9GRdecUMBNWL+QAZ1Y= | ||
github.com/leaseweb/leaseweb-go-sdk/invoice v0.0.0-20241230080126-b69fe1e90523/go.mod h1:lI/W9zHBEvjaNrF9tiUqDSxaUose3NkI4H+TqqEdR94= | ||
github.com/leaseweb/leaseweb-go-sdk/ipmgmt v0.0.0-20241230080126-b69fe1e90523 h1:N0z2tDWYswelZSX56xFuqeQG796kyJWvk5Q8AUjYXek= | ||
github.com/leaseweb/leaseweb-go-sdk/ipmgmt v0.0.0-20241230080126-b69fe1e90523/go.mod h1:ipS7tM7zdo0VGHnw6RF5e+7O0aPI7xAj/C5JjJPh6hU= | ||
github.com/leaseweb/leaseweb-go-sdk/publiccloud v0.0.0-20241230080126-b69fe1e90523 h1:Wd+skr/3HAHfOdnryeYoBLL+pJz2zz4T355CZjc2M/E= | ||
github.com/leaseweb/leaseweb-go-sdk/publiccloud v0.0.0-20241230080126-b69fe1e90523/go.mod h1:AYJsx8WlHYQXRAzEMuXzuApwIctcLPFazfAo9uy6ogY= | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= | ||
gopkg.in/validator.v2 v2.0.1 h1:xF0KWyGWXm/LM2G1TrEjqOu4pa6coO9AlWSf3msVfDY= | ||
gopkg.in/validator.v2 v2.0.1/go.mod h1:lIUZBlB3Im4s/eYp39Ry/wkR02yOPhZ9IwIRBjuPuG8= |