aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/xanzy/go-gitlab/runners.go
diff options
context:
space:
mode:
authorAmine <hilalyamine@gmail.com>2019-08-17 01:30:43 +0200
committerGitHub <noreply@github.com>2019-08-17 01:30:43 +0200
commita3815d2ebb7d4a12d7b0db434b0b244e03e5e98a (patch)
tree0e10ace59017ee38f5d627410cdf38a478f6f6be /vendor/github.com/xanzy/go-gitlab/runners.go
parentcf960bc7a5bd0b7af28d35de33131fb0b5ce5253 (diff)
parentf6280a22c76ee42545efc31a6e3a35ff65954f3b (diff)
downloadgit-bug-a3815d2ebb7d4a12d7b0db434b0b244e03e5e98a.tar.gz
Merge pull request #196 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.20.0
build(deps): bump github.com/xanzy/go-gitlab from 0.19.0 to 0.20.0
Diffstat (limited to 'vendor/github.com/xanzy/go-gitlab/runners.go')
-rw-r--r--vendor/github.com/xanzy/go-gitlab/runners.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/xanzy/go-gitlab/runners.go b/vendor/github.com/xanzy/go-gitlab/runners.go
index 6b1b6584..365b6124 100644
--- a/vendor/github.com/xanzy/go-gitlab/runners.go
+++ b/vendor/github.com/xanzy/go-gitlab/runners.go
@@ -52,6 +52,7 @@ type RunnerDetails struct {
Architecture string `json:"architecture"`
Description string `json:"description"`
ID int `json:"id"`
+ IPAddress string `json:"ip_address"`
IsShared bool `json:"is_shared"`
ContactedAt *time.Time `json:"contacted_at"`
Name string `json:"name"`