Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump various dependencies #2152

Merged
merged 5 commits into from
Dec 4, 2019
Merged

Commits on Oct 23, 2019

  1. bump gorilla/mux v1.7.3

    full diff: gorilla/mux@ed099d4...00bdffe
    
    changes included:
    
    - gorilla/mux#477 Improve CORS Method Middleware
        - implements gorilla/mux#477 Make CORSMethodMiddleware actually make sense
    - gorilla/mux#489 Fix nil panic in authentication middleware example
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    4b5ecc9 View commit details
    Browse the repository at this point in the history
  2. bump creack/pty v1.1.9

    full diff: creack/pty@v1.1.7...v1.1.9
    
    adds go mod support
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    c07b1b2 View commit details
    Browse the repository at this point in the history
  3. bump mattn/go-shellwords v1.0.6

    full diff: mattn/go-shellwords@v1.0.5...v1.0.6
    
    relevant changes:
    
    - mattn/go-shellwords#24 Add dir option for parser
    - mattn/go-shellwords#26 Fix backquote in part of argument
        - fixes mattn/go-shellwords#25 Backtick "eats" all runes until isSpace
    - mattn/go-shellwords#28 Fix dollar quote
        - fixes mattn/go-shellwords#27 Multi-commands inside of command substitution are throwing "invalid command line string" errors
    - mattn/go-shellwords#24 Add dir option for parser
    - mattn/go-shellwords#24 Add dir option for parser
    - mattn/go-shellwords#24 Add dir option for parser
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    6a26d37 View commit details
    Browse the repository at this point in the history
  4. bump logrus v1.4.2

    full diff: sirupsen/logrus@v1.4.1...v1.4.2
    
    - sirupsen/logrus#946 Fix solaris build
    - sirupsen/logrus#966 Add a checkTerminal for nacl to support running on play.golang.org
    - sirupsen/logrus#969 fix build break for plan9
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    9b92804 View commit details
    Browse the repository at this point in the history
  5. bump gofrs/flock v0.7.1

    full diff: gofrs/flock@v0.7.0...v0.7.1
    
    - gofrs/flock#34 don't mention sync.Locker in package documentation
        - fixes gofrs/flock#33 incorrect interface
    - gofrs/flock#35 Fix linting issues and add goreportcard badge
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    ad4ca6f View commit details
    Browse the repository at this point in the history