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

Add go.mod file #6

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Add go.mod file #6

wants to merge 7 commits into from

Commits on Nov 9, 2019

  1. Add go.mod file

    Specify `github/amoghe/go-crypt` as the path for this module.
    
    Also riding on this patch- remove the version API as part of new API
    version.
    amoghe committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    da2c606 View commit details
    Browse the repository at this point in the history
  2. Add OSX to .travis.yml

    amoghe committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    d8c4643 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b8fb4 View commit details
    Browse the repository at this point in the history
  4. Drop osx support

    OSX (darwin) `crypt` doesnt seem to behave the same way as its
    counterparts in linux/bsd - so I dont think it makes sense to
    support this on osx, since it would have fundamentally different
    behavior on that platform.
    amoghe committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    2333155 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5f6d19 View commit details
    Browse the repository at this point in the history
  6. Remove the version API

    It causes more pain than its use.
    
    1. on BSD: doesnt work
    2. on linux: we dont need it for "modern" linuxes
    amoghe committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    bac9055 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53fc3c8 View commit details
    Browse the repository at this point in the history