Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-scripters/gox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mitchellh/gox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 25 files changed
  • 5 contributors

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    afae30c View commit details
    Browse the repository at this point in the history
  2. Merge pull request mitchellh#128 from mkeeler/go-mod-vendor

    Allow -mod passthrough to the go compiler.
    mitchellh authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    d8caaff View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Add a -race flag to enable race detector on builds

    Brian Kassouf committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    667903a View commit details
    Browse the repository at this point in the history
  2. Merge pull request mitchellh#148 from briankassouf/race-detector

    Add a -race flag to enable Go's race detector on builds
    mitchellh authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    8c3b2b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Update README.md

    Replace `go get` with `go install` since get is no longer supported.
    ```PS C:\Users\Alexander> go get github.com/mitchellh/gox
    go: go.mod file not found in current directory or any parent directory.
            'go get' is no longer supported outside a module.
            To build and install a command, use 'go install' with a version,
            like 'go install example.com/cmd@latest'
            For more information, see https://golang.org/doc/go-get-install-deprecation
            or run 'go help get' or 'go help install'.
    Alex1607 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    b5bdeb0 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Alex1607 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    a1d1daf View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Add updates through go1.18

    Also drop Gopkg files
    Christopher Swenson committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    cda9d3d View commit details
    Browse the repository at this point in the history
  2. Sync vendor

    Christopher Swenson committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    09183fb View commit details
    Browse the repository at this point in the history
  3. Replace two more appends with addDrop

    Christopher Swenson committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    87cf780 View commit details
    Browse the repository at this point in the history
  4. Add GitHub actions; remove vendor and TravisCI config

    Christopher Swenson committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    a76c2b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Merge pull request mitchellh#163 from swenson/1.18

    Add updates through go1.18
    mitchellh authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    0f0190f View commit details
    Browse the repository at this point in the history
  2. Merge pull request mitchellh#164 from swenson/gha

    Add updates through Go 1.18; setup for GitHub Actions
    mitchellh authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    85b560b View commit details
    Browse the repository at this point in the history
  3. Merge pull request mitchellh#160 from Alex1607/patch-1

    Update README.md
    mitchellh authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    9f71238 View commit details
    Browse the repository at this point in the history
Loading