Skip to content

Commit

Permalink
Bump serverlesssl client ver
Browse files Browse the repository at this point in the history
  • Loading branch information
deedubs committed Sep 13, 2018
1 parent 106bdd4 commit ef6c5d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.so
headstart
coverage*
coverage*
vendor
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/massiveco/headstart

require (
github.com/massiveco/serverlessl v0.1.0
github.com/massiveco/serverlessl v0.1.1
github.com/onsi/gomega v1.4.2 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ github.com/jtolds/gls v4.2.1+incompatible h1:fSuqC+Gmlu6l/ZYAoZzx2pyucC8Xza35fpR
github.com/jtolds/gls v4.2.1+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
github.com/massiveco/serverlessl v0.1.0 h1:nBYN52k66sgVRYqE43Zi6yVBFxSbxyN0zpD7sXbQRAI=
github.com/massiveco/serverlessl v0.1.0/go.mod h1:QoPlVtn6KkF70+0cDzgZ78wqGGFMhaj2aW2bMjwjYMk=
github.com/massiveco/serverlessl v0.1.1 h1:Yb9s391G2g9HWfuK/cvXSQxH1oWPTxwkzGNhcJXI7Ds=
github.com/massiveco/serverlessl v0.1.1/go.mod h1:QoPlVtn6KkF70+0cDzgZ78wqGGFMhaj2aW2bMjwjYMk=
github.com/onsi/ginkgo v1.6.0 h1:Ix8l273rp3QzYgXSR+c8d1fTG7UPgYkOSELPhiY/YGw=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v1.4.2 h1:3mYCb7aPxS/RU7TI1y4rkEn1oKmPRjNJLNEXgw7MH2I=
Expand Down

0 comments on commit ef6c5d4

Please sign in to comment.