Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
update sdk to 3.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: bblfsh-release-bot <release-bot@bblf.sh>
  • Loading branch information
bblfsh-release-bot authored and dennwc committed Oct 24, 2019
1 parent c05bac2 commit 96154b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,12 @@ spec:
}
}
}
post {
success {
slackSend (color: '#2eb886', message: "SUCCESS: `${env.JOB_NAME}` <${env.BUILD_URL}|build #${env.BUILD_NUMBER}>")
}
failure {
slackSend (color: '#b82e60', message: "FAILED: `${env.JOB_NAME}` <${env.BUILD_URL}|build #${env.BUILD_NUMBER}>")
}
}
}
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/bblfsh/go-driver
go 1.12

require (
github.com/bblfsh/sdk/v3 v3.3.0
github.com/bblfsh/sdk/v3 v3.3.1
github.com/google/go-cmp v0.3.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/opencontainers/runc v1.0.0-rc6 // indirect
Expand All @@ -16,6 +16,4 @@ require (
golang.org/x/tools v0.0.0-20190724185037-8aa4eac1a7c1
google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610 // indirect
google.golang.org/grpc v1.22.0 // indirect
gopkg.in/src-d/go-log.v1 v1.0.2
gopkg.in/yaml.v2 v2.2.2
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8
github.com/antchfx/xpath v0.0.0-20190319080838-ce1d48779e67/go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk=
github.com/bblfsh/sdk/v3 v3.3.0 h1:wlkPNlAIFXH+cZzSWq3fps06aYJFE/vmc4PwoMnnPAk=
github.com/bblfsh/sdk/v3 v3.3.0/go.mod h1:U0RzICeJUQyBtte/N0t0VXdHdv/7x6vLvvr2E7walCM=
github.com/bblfsh/sdk/v3 v3.3.1 h1:agX+PxBLnvH83jsVY0YMphrhQb2Wz5hUjlPY6Q6/JBQ=
github.com/bblfsh/sdk/v3 v3.3.1/go.mod h1:U0RzICeJUQyBtte/N0t0VXdHdv/7x6vLvvr2E7walCM=
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w=
Expand Down

0 comments on commit 96154b8

Please sign in to comment.