Skip to content

Commit

Permalink
Merge pull request #62 from JanBerktold/update-to-go1.11
Browse files Browse the repository at this point in the history
Update to go1.11 and modules
  • Loading branch information
cvbarros authored Jul 30, 2019
2 parents 9abe613 + 82e3e17 commit 16f07e9
Show file tree
Hide file tree
Showing 56 changed files with 24 additions and 10,370 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ services:
- docker
language: go
go:
- "1.10.x"
- "1.11.x"
env:
global:
- GO111MODULE=on
- TEAMCITY_ADDR=http://localhost:8112

script:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Seen an issue that you want to tackle? Make sure to comment indicating that inte

Try to maitain the code conventions, or spot where they are inconsistent across the codebase, whenever possible. When submitting your work, if you would like to propose an enhancement to existing conventions, do it in a separate issue for discussion, other than the issued worked on.

You'll need Go (1.10+) installed locally. For instructions on how to do that for your platform, you may refer to [Golang Installation](https://golang.org/doc/install).
You'll need Go (1.11+) installed locally. For instructions on how to do that for your platform, you may refer to [Golang Installation](https://golang.org/doc/install).

### Running Locally ###

Expand Down
58 changes: 0 additions & 58 deletions Gopkg.lock

This file was deleted.

42 changes: 0 additions & 42 deletions Gopkg.toml

This file was deleted.

11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/cvbarros/go-teamcity-sdk

require (
github.com/davecgh/go-spew v1.1.1
github.com/dghubble/sling v1.2.0
github.com/google/go-querystring v1.0.0
github.com/motemen/go-loghttp v0.0.0-20170804080138-974ac5ceac27
github.com/motemen/go-nuts v0.0.0-20180315145558-42c35bdb11c2
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.2.2
)
10 changes: 10 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dghubble/sling v1.2.0 h1:PYGS9ofwbV9nfhB1kYjB1vtXshMxlp2oQxTMMXVJ5pE=
github.com/dghubble/sling v1.2.0/go.mod h1:ZcPRuLm0qrcULW2gOrjXrAWgf76sahqSyxXyVOvkunE=
github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck=
github.com/motemen/go-loghttp v0.0.0-20170804080138-974ac5ceac27 h1:uAI3rnOT1OSSY4PUtI/M1orb3q0ewkovwd3wr8xSno4=
github.com/motemen/go-loghttp v0.0.0-20170804080138-974ac5ceac27/go.mod h1:6eu9CfGt5kfrMVgeu9MfB9PRUnpc47I+udLswiTszI8=
github.com/motemen/go-nuts v0.0.0-20180315145558-42c35bdb11c2 h1:gfo7RLzXaBdNShd7F5N3K1oM779cD777np9ljUgvf9s=
github.com/motemen/go-nuts v0.0.0-20180315145558-42c35bdb11c2/go.mod h1:vfh/NPxHgDwggXit20W1llPsXcz39xJ7I8vo7kVrOCk=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
15 changes: 0 additions & 15 deletions vendor/github.com/davecgh/go-spew/LICENSE

This file was deleted.

145 changes: 0 additions & 145 deletions vendor/github.com/davecgh/go-spew/spew/bypass.go

This file was deleted.

38 changes: 0 additions & 38 deletions vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

This file was deleted.

Loading

0 comments on commit 16f07e9

Please sign in to comment.